Access to Reserved Inventory + sellable via API
complete
M
Markus
To sell on multiple platforms (apps, amazon, Shopify, WordPress, Prestashop, Magento,...) with HOLDED as a centralized ERP, it is important to have access to how many products are available for sale and how many are currently reserved within open orders so as not to oversell inventory multiple times and thus generate a bad customer experience.
Last year you already added the section showing sellable product vs reserved product, but it was not added to the API, for now you can only read the total stock through the API. Could you add both values to the API to be able to manually synchronize the values with the sales platforms?
Now the only work around is to generate 2 warehouses and leave an “extra” product in a warehouse, but that generates an additional cost in inventory and you always run the risk of a product expire when it is edible. Additionally, each extra product in inventory means retained capital.
Thank you very much for your help!
Photo Viewer
View photos in a modal
Natalia López
updated the status to
complete
Ya es posible obtener mediante API información en relación al stock, con el campo "stock_breakdown": {
"total":
"available":
"reserved":
"in_transit":
Puedes revisar la información de nuestra documentación aquí: https://www.holded.com/es/desarrolladores/referencia-api/productos/listado-de-productos
M
Markus
David Terraza