OrderRetrieve
Modified on: 2025-10-31 16:05
TABLE OF CONTENTS
OrderRetrieve
This endpoint provides the ability to retrieve an existing Order. Itinerary details, passenger details are all returned in the OrderViewRS.
| Version | Date | Description of Edit |
|---|---|---|
| Beta | 2025/09/16 | Initial Commit |
| v1.0 | 2025/10/22 | OrderRetrieveRQ:
|
| Request Details | |
|---|---|
| Path | /api/flight/connectivity/order/orderRetrieve |
Request Payload Example
Request Payload Example
{
"retrieveOrder": {
"order": {
"supplierOrderId": "917609440975591701"
}
}
}Request Payload Schema
| Key | Parent | Type | Mandatory/Optional | Description |
| retrieveOrder | root | Object | M | |
| order | retrieveOrder | Object | M | orderId returned from OrderView response |
| supplierOrderId | order | String | M | Use this parameter when adding seats after a ticket has been issued (post-booking). It references the existing, confirmed order |
| gdnOrderId | order | String | O | |
| orderStatus | retrieveOrder | String | O |
Response
orderRetrieve return the same OrderView structure that is produced by orderCreate; no new fields are introduced, so the payload layout documented for the response applies unchanged to this endpoints
Did you find it helpful? Yes No
Send feedbackSorry we couldn't be helpful. Help us improve this article with your feedback.