Retrieves the status of an order (its order rows: events and products with their seats).
GET/api/v1/order/:orderId/status
SOAP Equivalent: ACP_GetOrderStatus
SOAP to REST Field Mapping
| REST Field | SOAP Field | Notes |
|---|---|---|
| orderId | ID_Order | Route parameter |
| rows | listOrderRow | Order rows (SEANCE / PRODUCT) |
| rows[].orderRowId | ID_OrderRow | Order row identifier |
| rows[].status | Status | 1200 R / 1201 P / 1202-1205 E / 1203 A / 1204 default |
| rows[].typeRow | TypeRow | 1100/1102 seance, 1103-1110 product |
| rows[].seats | ListSeats | Ordered seats with amounts, barcode and physical detail |
Scoped by the x-tenant header; the session context (institution) is validated first.
An unknown order (no order rows within the history window) is returned as HTTP 404 (SOAP result 10996).
The offset / barcode path and the e-ticket GUID enrichment are not part of this port.
Request
Responses
- 200
- 401
- 404
- 422
- 500
OK
Unauthorized
Not Found
Unprocessable Content
Internal Server Error