Hello Community, viewing other forum posts I see that there is no direct way to extract the total value of the inventory as shown in reports. Have you found any way or any calculation that can be done?
I was told that it could be done by doing a query of products using their value field.
Hello @miguel_pohls!
Welcome to our Public API Community. We are happy to have you!
There is no straightforward way to pull that complete inventory value from our API. You will need to pull the inventory and values to make the necessary calculations.
You can query warehouse_products
for their value
and on_hand
or you could pull the value from warehouse_products
and get inventory using the Inventory Snapshot for which you can find more information here: Inventory-Snapshot – Developer Resources | ShipHero.
Please let me know if you have further questions.
Have a nice day!
TomasFD