Skip to main content
GET
/
items
/
{itemId}
/
movements
Get item
curl --request GET \
  --url https://api.quivo.co/items/{itemId}/movements
{
  "warehouseName": "<string>",
  "itemMovements": [
    {
      "movementDate": "2023-12-25",
      "warehouseIdentifier": "<string>",
      "reference": "<string>",
      "adjustmentQuantity": 123
    }
  ]
}

Path Parameters

itemId
integer<int64>
required

The unique identifier for an inventory item.

Query Parameters

page
integer<int64>

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

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 the stock movement history for the specified item, including chronological records of movements, allocations, and adjustments with timestamps.

Detailed movement history for an inventory item. Contains chronological records of stock movements, allocations, and adjustments.

warehouseName
string

The name of the warehouse

itemMovements
object[]

Array of item movement