Get customer orders
get_customer_ordersRetrieve order IDs for a customer by their customer ID. Pagination supported via page and per_page parameters.
Instructions
List order IDs of a customer by their customer ID (paginated).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Customer ID (UUID). | |
| page | No | Page number, starting at 1 (default 1). | |
| per_page | No | Items per page, 1-100 (default 25). Values outside the range are clamped. |