Returns the transactional change history for an order (create, updates, and other recorded changes).
Results are sorted by log_date ascending by default. Pass sort_order=DESC for newest-first.
Change logs retrieved successfully.
Order not found.
[- {
- "tenant": "string",
- "record": "string",
- "log_date": "2019-08-24T14:15:22Z",
- "order_id": "string",
- "source_type": "string",
- "source_id": "string",
- "api_pattern": "string",
- "request_type": "string",
- "system_log_identifier": "string"
}
]