list_orders
Retrieve orders with pagination, search, and filters. Query the kitcommerce API to find specific orders and manage order lists efficiently.
Instructions
List orders with pagination, search and filters.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number, 1-based (default 1) | |
| sort | No | Sort field, e.g. 'createdAt' or 'name' | |
| search | No | Free-text search query | |
| status | No | Filter by status | |
| filters | No | Additional query-string filters passed through to the API verbatim | |
| page_size | No | Items per page |