We checked the API it seems this field is not returned…
How can we get this “On order” ? Do we need to first query “Purchase Orders” to get a list of POs, and then query “Purchase Order” to get the quantity and quantity_received, do the calculation, and add all numbers up to get this number on the SKU level?
Thank you very much! Any insight is greatly appreciated.
Thanks for reaching out and welcome to our Developer Community!
You are correct, there is no on_order value that is pullable from the Public API.
You are able to calculate the value using the process you mentioned, but it is possible to get the values needed in one query and do the calculation from there.