Retrieves a chronological list of all changes made to an order, including status transitions, address updates, and line modifications.
A valid request URL is required to generate request examples
{ "data": [ { "change_type": "<string>", "from_status": "<string>", "happened_at": "<string>", "lines": [ { "deleted": true, "from_quantity": 123, "history_id": "<string>", "order_line_id": "<string>", "product_variant_id": "<string>", "to_quantity": 123 } ], "order_id": "<string>", "to_status": "<string>" } ], "details": [ "<string>" ], "success": true }
App slug
Team slug
Order ID (UUID)
Order history retrieved successfully
Show child attributes
Additional contextual information about the response. Used to provide supplementary details beyond the main data payload, such as validation warnings or processing notes