Hello.
I am having trouble showing the stock status according to the Reserved Stock, in product List / Detail pages when adding products to cart.
Scenario:
The Settings for Stock are defined in Settings > Ecommerce > Orders > Stock States . The Stock is set to 3 levels
0 - Out of Stock
<=10 - Low
>=11 - Available
A product exists with 12 available items. 3 items are added to cart. Having now 9 items, I need to Show the label "Low", which is not happening.
My idea is to get all the possible Stock states of a product and use logic update them on the fly, while the products are being added to cart.
What API method should I Use for that?
This one seems to retrieve only the current State, not all possible, is that correct?
https://doc.dynamicweb.com/api/html/f38d64a6-cc4b-7724-157a-b0240115c51e.htm
Thanks in advance