v6

latestOpenAPI 3.0.1raw.githubusercontent.com2025-12-09153208467.0 KB
items

Get details of item history

ADD ENDPOINT DESCRIPTION HERE

get/items/itemHistories/{warehouseId}/{sellerId}

Path parameters

warehouseIdinteger required

The unique identifier for the warehouse location where items are stored and orders are fulfilled.

sellerIdinteger required

The unique identifier for the seller account. This ID is used to scope operations to a specific seller's data and resources.

Query parameters

querystring

Search query string used to filter results. This field supports specific syntax for filtering across multiple fields.

sortstring

Optional sorting criteria for the results. Format is typically 'field:direction' (e.g., 'created:desc').

pageinteger

The page number to retrieve when using offset-based pagination. Ignored if 'searchAfter' is provided.

searchAfterstring

Used for cursor-based pagination. Pass the 'sort' key value from the last item of the previous page to retrieve the next set of results efficiently. Overrides 'page'.

pageSizeinteger

The maximum number of items to return per page. Used for both offset and cursor-based pagination.

movementFromstring
movementTostring

Response

successful operation

warehouseIdinteger
sellerIdinteger
itemIdinteger
warehouseSkustring
namestring
sellerSkustring
barcodestring
inventoryinteger
reservedinteger
eventDatestring date-time