v1

latestOpenAPI 3.0.32026-07-13149852.3 MB
inventory

Inventory - Get Received History

Retrieve the history of inventory received through purchase orders.

get/inventory/get_received_history

Query parameters

startstring date required

Start date

Example:2025-01-15
endstring date required

End date

Example:2025-01-15

Response

Inventory history records

Example response

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