Hello everyone !
We are synchronizing our shop with an ERP using the PrestaShop's webservice.
We would like the ERP to set the product quantities (via the API) frequently but take the "reserved quantities" (already ordered products) into account.
Example :
Physical stock = 100
Reserved quantities = 2
Available quantities = 98
We receive 50 new products :
Physical stock = 150
Reserved quantities = 2
Available quantities = 148
The ERP do not know how much products have been sold.
How to achieve that? Use stock movements?
We are using PrestaShop 1.7.5.
Thank you 😀