Using the GraphQL API it is possible to query all the inventory level quantities for a product at a location - by that I mean the ‘available’, ‘committed’, ‘on_hand’, ‘reserved’ etc quantities. Using REST, the InventoryLevel resource only seems to return the ‘available’ quantity. Is there any way of querying the other quantities in REST?
1 Like