v1

latestOpenAPI 3.0.32026-07-13149852.3 MB
inventory

Inventory - Get History

Retrieve the inventory change history for a specific item at a warehouse.

get/inventory/get_history

Query parameters

startstring date required

Start date

Example:2025-01-15
endstring date required

End date

Example:2025-01-15
notesstring

Filter by notes text

Response

Inventory history records

Example response

{
  "rows": [
    {
      "user_id": "507f1f77bcf86cd799439011",
      "time": "2025-01-15T12:00:00.000Z"
    }
  ]
}