Customer orders
Read the customer's order history, details, and status.
| Method | Endpoint | Operation |
|---|---|---|
GET | /v1/customer/orders | List customer orders |
GET | /v1/customer/orders/{orderId} | Get customer order |
GET | /v1/customer/orders/{orderId}/status | Get order status |
GET | /v1/customer/orders/group/{orderGroup} | Get orders by group |