Hi there,
I am currently building a demand forecasting and inventory management tool, ultimately warning users of stock out risk and providing a suggested reorder quantity.
In order to capture the historical demand correctly, I would like to be able to capture historical stock outs for products. Is this something that can be taken from the API?
I know that for live store data, there is a button for shopify merchants in settings that indicates ‘sell when out of stock’, and there is a ‘comitted’ header that keeps track of the amount of backorders. We can store and capture the commited and available QTY in our database, for this we need to run 2 Shopify hooks one is for getting the commited QTY and another one is for available QTY and on the basis of data we will do the calculation and send these details in the API. So for live data it is possible, but is it possible for historical data also?