Retrieve Item Inventory

Beta
GET/v1/catalog/items/{id}/inventory

This endpoint is idempotent. Learn more

Returns inventory quantities for an item, including on-hand, reserved, available-to-promise, and short amounts.

idstring

Item ID.

include[]optional arrayenumValues:on_handreservedavailable_to_promise

Sub-objects to expand in the response. When omitted, sub-objects are returned as null.

objectstringenumValues:item_inventory

Resource type identifier.

on_handobjectExpandablenullable

On-hand quantity. Expandable via include[]=on_hand.

idstring

Quantity ID.

objectstringenumValues:quantity

Resource type identifier.

valuestring (decimal)

Decimal value.

display_valuestring

Formatted value with unit abbreviation (e.g. "$1,234.56" or "100 kg").

unitobjectnullable

Associated unit.

Always returned as null in this endpoint.
reservedobjectExpandablenullable

Reserved quantity. Expandable via include[]=reserved.

idstring

Quantity ID.

objectstringenumValues:quantity

Resource type identifier.

valuestring (decimal)

Decimal value.

display_valuestring

Formatted value with unit abbreviation (e.g. "$1,234.56" or "100 kg").

unitobjectnullable

Associated unit.

Always returned as null in this endpoint.
available_to_promiseobjectExpandablenullable

Available-to-promise quantity. Expandable via include[]=available_to_promise.

idstring

Quantity ID.

objectstringenumValues:quantity

Resource type identifier.

valuestring (decimal)

Decimal value.

display_valuestring

Formatted value with unit abbreviation (e.g. "$1,234.56" or "100 kg").

unitobjectnullable

Associated unit.

Always returned as null in this endpoint.
shortobjectExpandablenullable

Short quantity. Expandable via include[]=short.

idstring

Quantity ID.

objectstringenumValues:quantity

Resource type identifier.

valuestring (decimal)

Decimal value.

display_valuestring

Formatted value with unit abbreviation (e.g. "$1,234.56" or "100 kg").

unitobjectnullable

Associated unit.

Always returned as null in this endpoint.

Responses

200

Successful response for Retrieve Item Inventory