List inventory positions
Returns a paginated list of inventory positions scoped to the caller account. Filter by one or more exact "sku" (repeatable), free-text "q" matching the SKU (case-insensitive substring, mutually exclusive with "sku") and one or more "strategyCode" (repeatable).
Query parameters
Response
Paginated list of inventory positions.
Example response
{
"meta": {
"total": 42,
"pages": 3,
"current_page": 1,
"next_page": 2,
"limit": 20
}
}Changes
Changed in 2 of the 9 revisions of this API.10717
- ○
added the new optional
queryrequest parameterlimitnew-optional-request-parameter
- ○
added the new optional
queryrequest parameterpagenew-optional-request-parameter
- ○
added the new optional
queryrequest parameterqnew-optional-request-parameter
- ○
added the new optional
queryrequest parameterskunew-optional-request-parameter
- ○
added the new optional
queryrequest parametersortBynew-optional-request-parameter
- ○
added the new optional
queryrequest parametersortOrdernew-optional-request-parameter
- ○
added the new optional
queryrequest parameterstrategyCodenew-optional-request-parameter
- ○
added the required property
data/items/availableto the response with the200statusresponse-required-property-added
- ○
added the required property
data/items/blockedto the response with the200statusresponse-required-property-added
- ○
added the required property
data/items/created_atto the response with the200statusresponse-required-property-added
- ○
added the required property
data/items/idto the response with the200statusresponse-required-property-added
- ○
added the required property
data/items/on_handto the response with the200statusresponse-required-property-added
- ○
added the required property
data/items/reservedto the response with the200statusresponse-required-property-added
- ○
added the required property
data/items/safety_stockto the response with the200statusresponse-required-property-added
- ○
added the required property
data/items/skuto the response with the200statusresponse-required-property-added
- ○
added the required property
data/items/strategy_codeto the response with the200statusresponse-required-property-added
- ○
added the required property
data/items/updated_atto the response with the200statusresponse-required-property-added
This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ▲
removed the required property
data/items/availablefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
data/items/blockedfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
data/items/created_atfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
data/items/idfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
data/items/on_handfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
data/items/reservedfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
data/items/safety_stockfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
data/items/skufrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
data/items/strategy_codefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
data/items/updated_atfrom the response with the200statusresponse-required-property-removed
- ●
deleted the
queryrequest parameterlimitrequest-parameter-removed
- ●
deleted the
queryrequest parameterpagerequest-parameter-removed
- ●
deleted the
queryrequest parameterqrequest-parameter-removed
- ●
deleted the
queryrequest parameterskurequest-parameter-removed
- ●
deleted the
queryrequest parametersortByrequest-parameter-removed
- ●
deleted the
queryrequest parametersortOrderrequest-parameter-removed
- ●
deleted the
queryrequest parameterstrategyCoderequest-parameter-removed
This revision also has 36 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲