orders_list_orders
Retrieve customer orders filtered by customer ID or status, with pagination for efficient browsing.
Instructions
List customer orders, optionally filtered by customer or status, with pagination.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of items to return (page size). | |
| cursor | No | Opaque pagination cursor returned by a previous call. | |
| status | No | Filter by order status. | |
| customer_id | No | Filter to orders placed by this customer. |