list_products
Search and browse your product catalog with pagination, filtering by title, code, or description.
Instructions
List and search products and services from the catalog. Returns paginated results.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number (default: 1) | |
| search | No | Search term to filter by product title, code, or description | |
| ordering | No | Sort field, e.g. 'title' or '-title' for descending | |
| page_size | No | Results per page (default: 20, max: 100) |