List products
list_productsRetrieve a paginated list of store products, including their SKU groupings and category links. Supports page, per_page, and auto-fetch all pages up to 500 items.
Instructions
List products of the store (paginated). A product groups one or more variants (SKUs) and links them to categories.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| all | No | Fetch all pages via auto-pagination, up to 500 items; ignores page/per_page. | |
| page | No | Page number, starting at 1 (default 1). | |
| per_page | No | Items per page, 1-100 (default 25). Values outside the range are clamped. |