Get purchase history
Retrieve audit-style history entries for one purchase.
Use this endpoint to render chronological activity feeds for a purchase.
Behavior:
- Verifies purchase ownership first.
- Returns entries newest-first.
- Includes related order/order-item references and user metadata where available.
- Captures cross-party actions so buyers can understand exactly what changed and when.
Responses:
- Returns
404for missing or non-owned purchases. - Returns a normalized timeline payload suitable for rendering directly in activity feeds.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Purchase ID
Response
Purchase 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