Get Integration Order
GET/api/orders/getintegrationorder/:id
Tier: Public — stable, supported for third-party integration.
Returns an order in the integration DTO shape used by external system integrations,
read directly from the repository rather than through Orders.IOrderService.
Request
Responses
- 200
- 400
- 401
- 403
Returns the OrderIntegrationDto (enums serialized as strings).
{id} does not match an order (bare 400, no body).
The caller is not authenticated.
The caller lacks Order Read permission.