ms_get_stores
Retrieve a list of warehouses/stores from Moysklad. Returns store names and IDs with pagination support via limit and offset parameters.
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 |