Skip to main content
GET
/
inventory
/
get_received_history
Inventory - Get Received History
curl --request GET \
  --url https://api.skulabs.com/inventory/get_received_history \
  --header 'Authorization: Bearer <token>'
{
  "rows": [
    {
      "user_id": "507f1f77bcf86cd799439011",
      "item_id": "<string>",
      "location_id": "<string>",
      "change": {
        "type": "increase",
        "quantity": 123,
        "notes": "<string>"
      },
      "time": "2025-01-15T12:00:00.000Z",
      "old_value": 123,
      "sku": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

start
string<date>
required

Start date

Example:

"2025-01-15"

end
string<date>
required

End date

Example:

"2025-01-15"

Response

Inventory history records

rows
object[]
required

Array of inventory change log rows