Get Inventory Events by Product ID

Retrieves the history of inventory events for a specific product.

Use this endpoint to:

  • Audit inventory changes over time
  • Debug unexpected inventory levels
  • Track the source and timing of inventory updates

Events are returned in chronological order with full details including timestamps, quantities, and processing status.

SecurityOAuth2-Production or OAuth2-Demo
Request
path Parameters
product-id
required
string

The unique identifier of the product to retrieve events for.

header Parameters
x-api-key
required
string

Your Carriyo API key for authentication.

tenant-id
required
string

Your unique tenant identifier in Carriyo.

Content-Type
string
Default: application/json
Responses
200

Successfully retrieved inventory events for the product.

404

No events found for the specified product ID.

get/inventory-events/product-id/{product-id}
Request samples
Response samples
application/json
[
  • {
    }
]