wafle_products_list
List products from a Wafle store with pagination and optional search, filter by status or category. Use to browse catalog or find a product ID before making changes.
Instructions
List products of a single store with pagination + optional search/filter. Returns id, slug, name, sku, price, stock, status, images.
Use to browse catalog or to find a product id before editing/overriding.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | 1-based page number. | |
| slug | Yes | Wafle store slug, e.g. 'gamerland' or 'lensitive'. | |
| search | No | Free-text search across name/sku. | |
| status | No | ||
| category | No | Filter by category slug. | |
| per_page | No | Items per page (1-200). |