Skip to main content

Get Order Detail

GET 

/Order/detail/:orderDetailID

Returns the detail of a single order line that belongs to the authenticated API customer.

The order line is identified by its unique orderDetailID passed in the route.

The response is a Entities.Dtos.Supplier.SupplierOrderDeliverDTO and includes the current delivery status, the delivered codes (DeliveryData) when the product is a digital code such as an E-PIN, or the manual delivery note (DeliveryNote) for products that are delivered manually (Goldbar, top-ups, etc.). Use this endpoint to reconcile a single order line on demand instead of waiting for the delivery callback.

Authentication: requires a valid API customer. Requests without a valid API user will receive 401 Unauthorized.

Request

Responses

Order detail returned successfully.