list_products
List catalog products with filters by name, active status, group, and price range. Returns paginated results with product details like ID, name, article, and offers.
Instructions
List catalog products with filters by name, active, group, price range. Returns pagination + array of {id, name, article, active, url, groups, offers}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| raw | No | If true, return the untouched RetailCRM payload (for debugging; verbose). | |
| page | No | Page number | |
| limit | No | Results per page (max 100) | |
| filter_name | No | Filter by product name (partial match) | |
| filter_active | No | Filter by active status (true = active only) | |
| filter_groups | No | Filter by product group ID (see list_product_groups) | |
| filter_max_price | No | Maximum price filter | |
| filter_min_price | No | Minimum price filter |