get_orders
Retrieve customer orders from MoySklad with filtering by counterparty, state, or search, plus sorting and pagination. Returns order sums in rubles.
Instructions
Get customer orders with filtering and sorting. Sums in RUBLES.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Number of results | |
| order | No | Sort order | created,desc |
| expand | No | Expand nested entities (only applies when limit <= 100) | |
| offset | No | Offset for pagination | |
| search | No | Search orders by name/number | |
| filter_agent | No | Filter by counterparty href | |
| filter_state | No | Filter by state name |