This use case illustrates a shopping flow for one single adult passenger, including the steps between flight shopping by origin/destination and order creation with payment.
· Shop for flights
· Price a flight offer
· Order creation with payment
· None.
Step | Message | Description |
1 | AirShoppingRQ | Seller requests flight offers to airline, providing origins, destinations and dates. |
2 | AirShoppingRS | Airline responds with one or more offers. |
3 | OfferPriceRQ | Seller selects one offer and asks for a corresponding priced offer. |
4 | OfferPriceRS | Airline responds with a priced offer corresponding to the request (and, optionally, with additional offers). |
5 | OrderCreateRQ | Seller requests creation of the order with the selected priced offer. |
6 | OrderViewRS | Airline responds with the created order. |
7 | OrderSalesInformationNotificationRQ | Airline transmits sales information to accounting system. |
· Order is created and is paid.
Origin, destination, dates. | |
Minimal pax information (number of pax, PTCs). |
Data lists with offers data. | |
List of offers. |
Offer(s) selected by seller. |
Data lists with offers data. | |
Priced offer. |
Offer(s) selected for order creation. | |
Here PaxList and ContactInfoList may be more detailed than before order creation. |
Created order. | |
Data lists with order data. |
Created order. | |
Order Item | |
Order Item Status | |
Service | |
Service Status | |
Delivery Status Code | |
Internal Values | [include VAT / tax info] e.g. … |
Payment | |
Payment Status |
The example XML messages below are compliant with releases 24.1 to 24.3 inclusive. New XML examples for release 24.4 and above will be added in future updates on this guide. |