Low Fare Shopping using Flexible Modifiers

Low Fare Shopping provides several Flexible Shopping modifiers options to support travelers who want to compare prices for similar itineraries. It is best suited for fare- and schedule-driven travelers.

The provider selects from the available flights and returns the best fares that can be obtained on these flights. Flexible Shopping does not require a booked itinerary to perform the faring functions.

For information about searching a wider geographical range, refer to Flex Explore.

These Flexible Shopping modifiers are available:

Flexible airports Flexible origin and destination
Flexible dates Flex weekend dates

NOTE: For Worldspan (1P) flexible shopping is available with Air Pricing Solutions -SolutionResult="true"

Modifier

Description

Flexible Airports

Allows alternate origin and/or destination airports to be included in the shopping transaction. Depending on the customer's contract either:

  • Two additional airports can be specified, for a total of three airports.

  • Five additional airports can be specified, for a total of six airports.

Include multiple instances of LowFareSearchReq/SearchAirLeg/SearchOrigin and/or SearchDestination. The first instance of SearchOrigin and SearchDestination is the primary airport. Each additional origin and destination are alternate locations.

Code snippet

<SearchAirLeg>
    <SearchOrigin>
      <CityOrAirport Code="DFW" />
    </SearchOrigin>
    <SearchOrigin>
      <CityOrAirport Code="IAH" />
    </SearchOrigin>
    <SearchDestination>
      <CityOrAirport Code="IAD" />
    </SearchDestination>
    <SearchDestination>
      <CityOrAirport Code="BOS" />
    </SearchDestination>
    <SearchDepTime PreferredTime="2018-06-13" />
  </SearchAirLeg>
  <SearchAirLeg>
    <SearchOrigin>
      <CityOrAirport Code="IAD" />
    </SearchOrigin>
    <SearchOrigin>
      <CityOrAirport Code="BOS" />
    </SearchOrigin>
    <SearchDestination>
      <CityOrAirport Code="DFW" />
    </SearchDestination>
    <SearchDestination>
      <CityOrAirport Code="IAH" />
    </SearchDestination>
    <SearchDepTime PreferredTime="2018-06-15" />
</SearchAirLeg>

Flexible Dates

Allows a range of one to three days before and after the departure date and/or return date to be included in the shopping transaction.

Include LowFareSearchReq/SearchAirLeg/SearchDepTime/SearchExtraDays.

Code snippet

To expand results to two days before and after a departure date, in LowFareSearchReq/SearchAirLeg, send:

<SearchDepTime PreferredTime="2018-10-13">
      <SearchExtraDays DaysBefore="2" DaysAfter="2" />
</SearchDepTime>

Flexible Origin and Destination

Allows airports within a specified distance from the origin and/or destination to be included in the shopping transaction. Miles or kilometers must be specified. The maximum distance is 100 miles or 160 kilometers.

Include @Distance in LowFareSearchReq/SearchAirLeg/SearchOrigin and SearchDestination.

Code snippet

<SearchAirLeg>
    <SearchOrigin>
      <CityOrAirport Code="DFW" />
      <Distance Value="100" />
    </SearchOrigin>
    <SearchDestination>
      <CityOrAirport Code="CDG" />
      <Distance Value="50" />
    </SearchDestination>
    <SearchDepTime PreferredTime="2018-06-13" />
  </SearchAirLeg>
  <SearchAirLeg>
    <SearchOrigin>
      <CityOrAirport Code="CDG" />
      <Distance Value="50" />
    </SearchOrigin>
    <SearchDestination>
      <CityOrAirport Code="DFW" />
      <Distance Value="100" />
    </SearchDestination>
    <SearchDepTime PreferredTime="2018-06-15" />
</SearchAirLeg>

Flexible Weekend Dates

Includes a range of weekend dates for a target month.

Include LowFareSearchReq/AirSearchModifiers @SearchWeekends="true". For each weekend:

  • Departure dates can be requested for Thursday, Friday, and Saturday.

  • Return dates can be requested for Sunday, Monday, and Tuesday.

Weekend ranges in the target month are based on the departure date. If any departure date for a weekend rolls into the following month, that weekend range is not included in the response. However, if a return date rolls into the following month, that weekend range is included in the response.

Code snippet

<AirSearchModifiers SearchWeekends="true">

Restrictions

The following restrictions apply to all Flexible Shopping options. Additional restrictions may also apply to individual Flexible Shopping options.