List Orders
POST/Order/customer/list
Returns the list of orders that belong to the authenticated API customer.
Only the orders that were placed through your account are returned; orders belonging to other customers are never exposed by this endpoint.
The request body (Entities.Dtos.Hyper.Order.OrderCustomerListRequestDTO) supports filtering and pagination so that large order histories can be walked page by page. Typical use cases include synchronizing the order history into your own back-office, building reseller dashboards, and reconciling deliveries.
Authentication: requires a valid API customer. Requests without a
valid API user will receive 401 Unauthorized.
Request
Responses
- 200
- 400
- 401
- 403
- 404
Order list returned successfully.
Invalid request payload.
The caller is not an authorized API customer.
Forbidden
The API integration is disabled for this tenant.