Get Order Details
GET/api/orders/getorder/:id
Tier: Public — stable, supported for third-party integration.
Returns the full detail of one order, including its lines, items, and current unresolved errors.
Request
Responses
- 200
- 400
- 401
- 403
Returns the Orders.OrderDetailDto. For retail tenants, SKU images are returned at full size.
{id} does not match an order (NotFound).
The caller is not authenticated.
The caller lacks Order Read permission.