{ "opencollection": "1.0.0", "info": { "name": "Branded Fares Upsell Display SeatMaps Shopping API", "version": "1.2.0" }, "items": [ { "info": { "name": "Shopping", "type": "folder" }, "items": [ { "info": { "name": "Amadeus Return a List of Upsell Flight Offers Based on Given Flight Offers", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/shopping/flight-offers/upselling", "headers": [ { "name": "X-HTTP-Method-Override", "value": "" } ] }, "docs": "Amadeus Return a List of Upsell Flight Offers Based on Given Flight Offers" }, { "info": { "name": "Amadeus Confirm Pricing of Given FlightOffers.", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/shopping/flight-offers/pricing", "headers": [ { "name": "X-HTTP-Method-Override", "value": "" } ], "params": [ { "name": "include", "value": "", "type": "query", "description": "Sub-resources to be included:\n * **credit-card-fees** to get the credit card fee applied on the booking\n * **bags** to get extra bag options\n * **other-services** to get services options\n * **detailed-fare-rules** to get detailed fare rules options\n" }, { "name": "forceClass", "value": "", "type": "query", "description": "parameter to force the usage of booking class for pricing\n- **true**, to for pricing with the specified booking class\n- **false**, to get the best available price\n" } ] }, "docs": "Amadeus Confirm Pricing of Given FlightOffers." }, { "info": { "name": "Amadeus Return List of Flight Offers Based on Searching Criteria.", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/shopping/flight-offers", "params": [ { "name": "originLocationCode", "value": "", "type": "query", "description": "city/airport [IATA code](http://www.iata.org/publications/Pages/code-search.aspx) from which the traveler will depart, e.g. BOS for Boston" }, { "name": "destinationLocationCode", "value": "", "type": "query", "description": "city/airport [IATA code](http://www.iata.org/publications/Pages/code-search.aspx) to which the traveler is going, e.g. PAR for Paris" }, { "name": "departureDate", "value": "", "type": "query", "description": "the date on which the traveler will depart from the origin to go to the destination. Dates are specified in the [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) YYYY-MM-DD format, e.g. 2017-12-25" }, { "name": "returnDate", "value": "", "type": "query", "description": "the date on which the traveler will depart from the destination to return to the origin. If this parameter is not specified, only one-way itineraries are found. If this parameter is specified, only round-trip itineraries are found. Dates are specified in the [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) YYYY-MM-DD format, e.g. 2018-02-28" }, { "name": "adults", "value": "", "type": "query", "description": "the number of adult travelers (age 12 or older on date of departure).\n\nThe total number of seated travelers (adult and children) can not exceed 9." }, { "name": "children", "value": "", "type": "query", "description": "the number of child travelers (older than age 2 and younger than age 12 on date of departure) who will each have their own separate seat. If specified, this number should be greater than or equal to 0\n\nThe total number of seated travelers (adult and children) can not exceed 9." }, { "name": "infants", "value": "", "type": "query", "description": "the number of infant travelers (whose age is less or equal to 2 on date of departure). Infants travel on the lap of an adult traveler, and thus the number of infants must not exceed the number of adults. If specified, this number should be greater than or equal to 0" }, { "name": "travelClass", "value": "", "type": "query", "description": "most of the flight time should be spent in a cabin of this quality or higher. The accepted travel class is economy, premium economy, business or first class. If no travel class is specified, the search considers any travel class" }, { "name": "includedAirlineCodes", "value": "", "type": "query", "description": "This option ensures that the system will only consider these airlines. This can not be cumulated with parameter excludedAirlineCodes.\n\nAirlines are specified as [IATA airline codes](http://www.iata.org/publications/Pages/code-search.aspx) and are comma-separated, e.g. 6X,7X,8X\n" }, { "name": "excludedAirlineCodes", "value": "", "type": "query", "description": "This option ensures that the system will ignore these airlines. This can not be cumulated with parameter includedAirlineCodes.\n\nAirlines are specified as [IATA airline codes](http://www.iata.org/publications/Pages/code-search.aspx) and are comma-separated, e.g. 6X,7X,8X\n" }, { "name": "nonStop", "value": "", "type": "query", "description": "if set to true, the search will find only flights going from the origin to the destination with no stop in between" }, { "name": "currencyCode", "value": "", "type": "query", "description": "the preferred currency for the flight offers. Currency is specified in the [ISO 4217](https://en.wikipedia.org/wiki/ISO_4217) format, e.g. EUR for Euro" }, { "name": "maxPrice", "value": "", "type": "query", "description": "maximum price per traveler. By default, no limit is applied. If specified, the value should be a positive number with no decimals" }, { "name": "max", "value": "", "type": "query", "description": "maximum number of flight offers to return. If specified, the value should be greater than or equal to 1" } ] }, "docs": "Amadeus Return List of Flight Offers Based on Searching Criteria." }, { "info": { "name": "Amadeus Return List of Flight Offers Based on Posted Searching Criteria.", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/shopping/flight-offers", "headers": [ { "name": "X-HTTP-Method-Override", "value": "" } ] }, "docs": "Amadeus Return List of Flight Offers Based on Posted Searching Criteria." } ] } ], "bundled": true }