Price a Whole Multi-Stop Trip
itinerary_quotePrice a complete multi-stop or round-the-world trip and get back several ways of ticketing it — cheapest, fastest, fewest stops — with the actual tickets each one is built from. Use this for trips that will not go on a single fare, which is most itineraries with 3+ stops; use fare_quote when you want one specific itinerary on one ticket. It takes about a minute, so it returns a quoteReference immediately and you fetch the result with itinerary_quote_status. Keep that reference — it is the only way to retrieve the quote.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cabin | No | Cabin to price. Defaults to economy. 'premium' means premium economy. | |
| dates | Yes | Departure date for each FLOWN leg, in travel order, as YYYY-MM-DD. | |
| adults | No | Adult travellers. Defaults to 1. | |
| cities | Yes | Ordered list of IATA city/airport codes for the whole trip, e.g. ['LAX','NRT','BKK','LHR','LAX']. Put '000' between two codes to mark that leg as travelled overland rather than flown. | |
| infants | No | Infants under 2. | |
| children | No | Children aged 2-11. |