list_products
Retrieve a list of all products with optional pagination and field filtering to reduce response size.
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) | |
| 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 | |
| summary | No | Return only count and pagination metadata without items (default: false) |