list_products
Fetch products with pagination, search, and filters by SKU, status, vendor, category, or custom query for inventory management.
Instructions
List products with pagination, search and filters.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number, 1-based (default 1) | |
| skus | No | Comma-separated SKUs to filter by | |
| sort | No | Sort field, e.g. 'createdAt' or 'name' | |
| search | No | Free-text search query | |
| status | No | Filter by status | |
| filters | No | Additional query-string filters passed through to the API verbatim | |
| vendors | No | Comma-separated vendor ids to filter by | |
| page_size | No | Items per page | |
| categories | No | Comma-separated category ids to filter by |