Skip to main content

ServiceList

A ServiceList request is optional as part of the selling flow. It retrieves special assistance services as well as à la carte services such as carry-on and checked bags.

Request elements

Modifying existing orders

A dedicated NDC endpoint exists for servicing existing orders. Only use the endpoint below for new orders.

ServiceList sample

POST /api/Selling/r3.x/v21.3/ServiceList
<IATA_ServiceListRQ  xmlns="http://www.iata.org/IATA/2015/EASD/00/IATA_OffersAndOrdersMessage">
<DistributionChain>
<DistributionChainLink xmlns="http://www.iata.org/IATA/2015/EASD/00/IATA_OffersAndOrdersCommonTypes">
<Ordinal>1</Ordinal>
<OrgRole>Seller</OrgRole>
<ParticipatingOrg>
<OrgID></OrgID>
</ParticipatingOrg>
</DistributionChainLink>
</DistributionChain>
<PayloadAttributes>
<VersionNumber xmlns="http://www.iata.org/IATA/2015/EASD/00/IATA_OffersAndOrdersCommonTypes">21.3</VersionNumber>
</PayloadAttributes>
<Request>
<ServiceListCoreRequest xmlns="http://www.iata.org/IATA/2015/EASD/00/IATA_OffersAndOrdersCommonTypes">
<OfferRequest>
<Offer>
<OfferID>0570781361_id-3c33de9d-f491-4566-af36-e2b03a91f582-o-1</OfferID>
<OwnerCode>MX</OwnerCode>
</Offer>
</OfferRequest>
</ServiceListCoreRequest>
</Request>
</IATA_ServiceListRQ>