Retrieves the history of inventory events for a specific product.
Use this endpoint to:
Events are returned in chronological order with full details including timestamps, quantities, and processing status.
Successfully retrieved inventory events for the product.
No events found for the specified product ID.
[- {
- "tenant": "string",
- "product_id": "string",
- "location_id": "string",
- "request_id": "string",
- "event_type": "SNAPSHOT",
- "on_hand": 0,
- "unavailable": 0,
- "reserved": 0,
- "event_timestamp": "2019-08-24T14:15:22Z",
- "total_events_in_batch": 0,
- "sequence_number_in_batch": 0,
- "creation_date": "2019-08-24T14:15:22Z",
- "source": {
- "source": "string",
- "user_id": "string",
- "ip_address": "string"
}
}
]