list_products
Fetch products from a specific Milkbasket collection using its list ID. Supports pagination and optional in-stock filtering to browse available grocery items.
Instructions
List products from a specific collection by its listId (obtained from get_hero_collections). Supports pagination and in-stock filtering. Requires authentication.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number (default: 1) | |
| limit | No | Number of products per page (default: 20, max: 50) | |
| listId | Yes | The listId of the collection to browse, obtained from get_hero_collections | |
| showInStockOnly | No | If true, only return in-stock products (default: false) |