Get customer orders
get_customer_ordersRetrieve a customer's order IDs by customer ID, with pagination. Check coverage status to avoid claiming the listing is complete when coverage is partial.
Instructions
List order IDs of a customer by their customer ID (paginated). The response carries a machine-readable coverage envelope (coverage, received, total_count, pages_read); coverage:"partial" MUST be reflected in the user-facing answer and forbids claiming the listing is complete.
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. |