Skip to main content
GET
/
items
/
itemHistories
/
{warehouseId}
/
{sellerId}
Get item
curl --request GET \
  --url https://api.quivo.co/items/itemHistories/{warehouseId}/{sellerId}
[
  {
    "warehouseId": 123,
    "sellerId": 123,
    "itemId": 123,
    "warehouseSku": "<string>",
    "name": "<string>",
    "sellerSku": "<string>",
    "barcode": "<string>",
    "inventory": 123,
    "reserved": 123,
    "eventDate": "2023-11-07T05:31:56Z",
    "itemHistoryInventories": [
      {
        "quantity": 123,
        "lot": "<string>",
        "expiration": "2023-11-07T05:31:56Z",
        "locationBlocked": true
      }
    ],
    "sort": {
      "short": true,
      "nodeType": "ARRAY",
      "float": true,
      "binary": true,
      "number": true,
      "integralNumber": true,
      "boolean": true,
      "double": true,
      "long": true,
      "int": true,
      "valueNode": true,
      "containerNode": true,
      "missingNode": true,
      "object": true,
      "pojo": true,
      "floatingPointNumber": true,
      "bigDecimal": true,
      "bigInteger": true,
      "textual": true,
      "array": true,
      "null": true
    }
  }
]

Path Parameters

warehouseId
integer<int64>
required

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

sellerId
integer<int64>
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

query
string

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

sort
string

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

page
integer<int64>

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

searchAfter
string

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'.

pageSize
integer<int64>

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

movementFrom
string

The start date/time for filtering item history movements. Format: ISO 8601 datetime.

movementTo
string

The end date/time for filtering item history movements. Format: ISO 8601 datetime.

Response

Returns item history records for the specified warehouse and seller with movement details.

warehouseId
integer<int64>

The unique identifier for the warehouse

sellerId
integer<int64>

The unique identifier for the seller

itemId
integer<int64>

The unique identifier for the item

warehouseSku
string

Stock Keeping Unit (SKU) identifier

name
string

The name of the item

sellerSku
string

Stock Keeping Unit (SKU) identifier

barcode
string

Code or identifier

inventory
integer<int32>

Array of target SKU configurations for the fork operation

reserved
integer<int32>

The reserved numeric value

eventDate
string<date-time>

The event date date

itemHistoryInventories
object[]

Array of item history inventorie

sort
object

The