TABLE OF CONTENTS

OrderRetrieve

This endpoint provides the ability to retrieve an existing Order. Itinerary details, passenger details are all returned in the OrderViewRS.


VersionDateDescription of Edit
Beta2025/09/16Initial Commit
v1.02025/10/22OrderRetrieveRQ:
  • Add gdnOrderId


Request Details
Path/api/flight/connectivity/order/orderRetrieve


Request Payload Example

Request Payload Example
{
   "retrieveOrder": {
       "order": {
           "supplierOrderId": "917609440975591701"
       }
   }
}

Request Payload Schema 

KeyParentTypeMandatory/OptionalDescription
retrieveOrderrootObjectM
orderretrieveOrderObjectMorderId returned from OrderView response
supplierOrderIdorderStringM
Use this parameter when adding seats after a ticket has been issued (post-booking). It references the existing, confirmed order
gdnOrderIdorderStringO
orderStatusretrieveOrderStringO


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