Get order history
Retrieve timeline history entries for a seller order.
Use this endpoint to render audit/history timelines in seller order detail pages.
Behavior:
- Verifies seller ownership of the order first.
- Returns history entries in reverse chronological order.
- Expands each entry with related order item IDs and user context when available.
Responses:
- Returns
404for missing or non-owned orders.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Order ID
Response
Order history
Unique identifier for the history entry
Identifier of the purchase that this history belongs to
Human readable description of the action
1Which party initiated the action recorded in the history
BUYER, SELLER, SYSTEM Timestamp when the history entry was recorded
Identifier of the order associated with this entry
User identifier of the action initiator, when available
User that initiated the action, if the action was user driven
Identifiers of order items involved in the history entry