POST /auth/token grant_type=client_credentials → Returns: Bearer token xyz123 Using the XML template from “Appendix A” of the manual:
<AirShoppingRQ Version="21.3"> <Travelers> <Traveler TypeCode="ADT" Count="1"/> </Travelers> <Qualifier> <OriginDest> <Departure Code="LHR" Date="2025-06-15"/> <Arrival Code="JFK"/> </OriginDest> </Qualifier> </AirShoppingRQ> The manual explains how to parse the response containing OfferID = “O-123456” and then price it without booking. Step 4: OrderCreate Finally, the agency commits:
Start with the “Quick Start” chapter, build a simple AirShopping → OrderCreate workflow in the sandbox, and scale from there. Good luck, and happy retailing! Keywords: aptra advance ndc reference manual, NDC integration, airline API documentation, offer and order management, airline retailing platform.
POST /auth/token grant_type=client_credentials → Returns: Bearer token xyz123 Using the XML template from “Appendix A” of the manual:
<AirShoppingRQ Version="21.3"> <Travelers> <Traveler TypeCode="ADT" Count="1"/> </Travelers> <Qualifier> <OriginDest> <Departure Code="LHR" Date="2025-06-15"/> <Arrival Code="JFK"/> </OriginDest> </Qualifier> </AirShoppingRQ> The manual explains how to parse the response containing OfferID = “O-123456” and then price it without booking. Step 4: OrderCreate Finally, the agency commits: aptra advance ndc reference manual
Start with the “Quick Start” chapter, build a simple AirShopping → OrderCreate workflow in the sandbox, and scale from there. Good luck, and happy retailing! Keywords: aptra advance ndc reference manual, NDC integration, airline API documentation, offer and order management, airline retailing platform. Traveler TypeCode="ADT" Count="1"/>