list_products
List all products from Holded with optional pagination. Filter fields to reduce response size and focus on essential data.
Instructions
List all products with optional pagination. Supports field filtering to reduce response size.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number for pagination (optional) | |
| limit | No | Maximum number of items to return (default: 50, max: 500) | |
| summary | No | Return only count and pagination metadata without items (default: false) | |
| fields | No | Select specific fields to return (e.g., ["id", "name", "price"]). Reduces response size by 70-90%. If not provided, returns default fields: id, name, sku, price, stock |