ms_get_stores
Fetch warehouses and stores from Moysklad. Returns basic information including name and ID, with pagination support via limit and offset.
Instructions
Warehouses/stores (small dictionary). No money fields.
Returns JSON: {"ok": true, "data": {"meta", "rows": [ {name, id, ...} ]}}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| offset | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |