Retrieve Item Inventory
Beta/v1/catalog/items/{id}/inventoryThis endpoint is idempotent. Learn more
Returns the stock position for an item: what is on hand, what is reserved against existing orders, what is free to promise, and what is short.
Stock your account either owns or holds counts toward the on-hand figure, so customer-supplied material sitting in your facility is included. All four quantities are reported in the base unit of the item's category.
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_handcomputed_quantityExpandablenullablePhysical quantity currently in stock.
objectstringenumValues:computed_quantityResource type identifier.
valuestring (decimal)Raw decimal value, as a string to preserve precision.
This is the unformatted machine value; see display_value for the human-readable rendering.
display_valuestringFormatted value with unit abbreviation (e.g. "1,200 pr").
Unit of measure for this value.
null in this endpoint.reservedcomputed_quantityExpandablenullableQuantity committed to existing orders and therefore not free to allocate.
objectstringenumValues:computed_quantityResource type identifier.
valuestring (decimal)Raw decimal value, as a string to preserve precision.
This is the unformatted machine value; see display_value for the human-readable rendering.
display_valuestringFormatted value with unit abbreviation (e.g. "1,200 pr").
Unit of measure for this value.
null in this endpoint.available_to_promisecomputed_quantityExpandablenullableQuantity free to commit to new orders, i.e. on-hand minus reserved minus short.
objectstringenumValues:computed_quantityResource type identifier.
valuestring (decimal)Raw decimal value, as a string to preserve precision.
This is the unformatted machine value; see display_value for the human-readable rendering.
display_valuestringFormatted value with unit abbreviation (e.g. "1,200 pr").
Unit of measure for this value.
null in this endpoint.shortcomputed_quantityExpandablenullableQuantity by which demand exceeds available supply (the unfulfillable shortfall).
objectstringenumValues:computed_quantityResource type identifier.
valuestring (decimal)Raw decimal value, as a string to preserve precision.
This is the unformatted machine value; see display_value for the human-readable rendering.
display_valuestringFormatted value with unit abbreviation (e.g. "1,200 pr").
Unit of measure for this value.
null in this endpoint.Responses
Successful response for Retrieve Item Inventory