listProducts
Browse products in a specific category by ID. Returns paginated list with images, prices, and suppliers. Use after listCategories to explore a category.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number (1-based, default 1) | |
| limit | No | Products per page (1-50, default 20) | |
| categoryId | Yes | Category ID (get from listCategories) |