orders_history
Retrieve order change history including status transitions, with support for incremental sync using filter_since_id and date range filters.
Instructions
Order change history incl. status transitions; supports incremental sync via filter_since_id and a date window. Returns {history[], pagination}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| raw | No | If true, return the untouched RetailCRM payload (for debugging; verbose). | |
| page | No | Page number | |
| limit | No | Results per page (max 100) | |
| filter_date_to | No | Changes on/before this date (YYYY-MM-DD) | |
| filter_order_id | No | Restrict to a single order's history by RetailCRM ID | |
| filter_since_id | No | Return changes after this history entry ID (incremental sync) | |
| filter_date_from | No | Changes on/after this date (YYYY-MM-DD) |