Retrieve Item Inventory
Beta/v1/catalog/items/{id}/inventoryThis endpoint is idempotent. Learn more
Returns inventory quantities for an item, including on-hand, reserved, available-to-promise, and short amounts.
idstringItem ID.
include[]optional arrayenumValues:on_handreservedavailable_to_promiseSub-objects to expand in the response. When omitted, sub-objects are returned as null.
objectstringenumValues:item_inventoryResource type identifier.
on_handobjectExpandablenullableOn-hand quantity. Expandable via include[]=on_hand.
idstringQuantity ID.
objectstringenumValues:quantityResource type identifier.
valuestring (decimal)Decimal value.
display_valuestringFormatted value with unit abbreviation (e.g. "$1,234.56" or "100 kg").
unitobjectnullableAssociated unit.
null in this endpoint.reservedobjectExpandablenullableReserved quantity. Expandable via include[]=reserved.
idstringQuantity ID.
objectstringenumValues:quantityResource type identifier.
valuestring (decimal)Decimal value.
display_valuestringFormatted value with unit abbreviation (e.g. "$1,234.56" or "100 kg").
unitobjectnullableAssociated unit.
null in this endpoint.available_to_promiseobjectExpandablenullableAvailable-to-promise quantity. Expandable via include[]=available_to_promise.
idstringQuantity ID.
objectstringenumValues:quantityResource type identifier.
valuestring (decimal)Decimal value.
display_valuestringFormatted value with unit abbreviation (e.g. "$1,234.56" or "100 kg").
unitobjectnullableAssociated unit.
null in this endpoint.shortobjectExpandablenullableShort quantity. Expandable via include[]=short.
idstringQuantity ID.
objectstringenumValues:quantityResource type identifier.
valuestring (decimal)Decimal value.
display_valuestringFormatted value with unit abbreviation (e.g. "$1,234.56" or "100 kg").
unitobjectnullableAssociated unit.
null in this endpoint.Responses
Successful response for Retrieve Item Inventory