Skip to main content

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

Order list returned successfully.