ms_get_orders
List customer orders with pagination, date filtering, and automatic sum conversion to rubles.
Instructions
List customer orders. Document total is "sum" (kopecks in raw API).
Args: limit: page size, max 1000. offset: pagination offset. filter: optional MoySklad filter (e.g. "moment>=2026-06-01 00:00:00"). rubles: convert "sum" and money fields to rubles (default true). Returns JSON: {"ok": true, "data": {"meta", "rows": [ orders ]}}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| filter | No | ||
| offset | No | ||
| rubles | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |