List products
list_productsList products with flexible filtering by active flag or text search over name, slug, and description, with pagination via limit and offset.
Instructions
List products with filters and pagination. Requires scope merchant_read.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| q | No | Substring search over slug, name and description. | |
| limit | No | ||
| active | No | Filter by active flag. | |
| offset | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | Yes | ||
| offset | Yes | ||
| has_more | Yes | ||
| products | Yes |