cancel
Showing results for 
Search instead for 
Did you mean: 

Stock Specific Pricing in Hybris

osiris_360
Participant
0 Kudos

Hi Experts,

Is it possible to create stock specific pricing in Hybris. For Example if Stock is 100 the prices are 150$ if stock is 60 then prices are 170$. Its more like reduce in stock will increase prices.

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member387866
Active Contributor
0 Kudos

Hi Vishal,

This is not a feature Out-Of-The-Box. So it will require a customisation.

You could create an AfterSaveListener that listens for AfterSaveEvent for the Order type code. If the Order contains the Product with the Stock-based Changeable Price. Then it will change the product's PriceRow based on the stock threshold.

How you want to convey this on the UI is another question.

As you'll need to have more customisation to the storefront to update with "X Products remaining at $40, price increases to $45 afterwards".

Regards,
Luke