ms_get_products
Retrieve product assortment including sale prices and stock levels. Filter by archived status and paginate results.
Instructions
List products/services/bundles (assortment) with prices and stock.
Args: limit: page size, max 1000. offset: pagination offset. filter: optional MoySklad filter expression (e.g. "archived=false"). rubles: convert kopeck money fields to rubles (default true). Returns JSON: {"ok": true, "data": {"meta", "rows": [ products ]}}. Sale prices and buy price are kopecks in the raw API; rubles=true converts them.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| filter | No | ||
| offset | No | ||
| rubles | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |