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
- 200
- 400
- 401
- 403
- 404
Order detail returned successfully.
Invalid request payload.
The caller is not an authorized API customer.
Forbidden
The API integration is disabled for this tenant.