Brands and baggage information
Back to Flights home.
If you want to provide this information, we recommend to implement these two buttons over each search alternative (GetFlightAvailability), if it applies. Recommended buttons, this is how we implemented it in Wings:
- Ancillaries: ConfirmFlightAvailability with "WithAncillaries": true.
- Branded fares: GetFareOptions.

We strongly recommend not to implement a system that automatically requests several ConfirmFlightAvailability or GetFareOptions to display this information into the available options page. Usually, in these cases, the provider has to implements Cache to support the multiple requests, which becomes in an increase of SellFailures (UC) at the BookingFlight (1507) time.
If you want to provides the bag information for each option, the GetFlightAvailability service returns:
- Baggage: Checked baggage.
- CarryOnBagInfo: At the moment we have this information for the following suppliers:
- NDC-LA
- NDC-IB
- BrandName:
- Taking into account that the airline companies set this information by Brand, which is not frequently modified and when they do that, they inform about that. We suggest to implement a table by Carrier and BrandName, introducing the information that you want to inform.
- LATAM example:

- Avianca example:

- LATAM example:
- Taking into account that the airline companies set this information by Brand, which is not frequently modified and when they do that, they inform about that. We suggest to implement a table by Carrier and BrandName, introducing the information that you want to inform.
Back to Flights home.
See change history for this file
Loading...