GET
/customers/{customerId}/orders
Get Customer Orders
Retrieve order history for a specific customer.
Path Parameters
See schema: CustomerIdPathParam
Query Parameters
See schema: PaginationParams
Responses
| Status | Description | Schema |
|---|---|---|
| 200 | Customer's order history | Order |
| 404 | Customer not found | ErrorResponse |