Sabre Flight Shop Lite Mock Server

Modern multi-source flight shopping and offer aggregation API.

Sabre Flight Shop Lite is a modern, multi-source shopping API designed to deliver the best available flight offers to travelers by aggregating content from a wide range of sources.

Use this hosted mock server to simulate Sabre Flight Shop Lite APIs without authentication, API keys, or extra dependencies. Point your code or SDK to the Beeceptor base URL, preferably through an environment variable or feature flag, and switch back to the production API when ready. This keeps your integration code consistent across local development, QA, demos, and production.

Use cases:

Use this sandbox to validate flight search payloads, fare calendar handling, carrier filters, cabin preferences, and no-result or alternate-date shopping flows before connecting to Sabre production APIs.

Sabre Flight Shop Lite mock server is up and running!

Use this mock URL as the API base in your code to simulate Sabre Flight Shop Lite responses instantly.

https://sabre-flight-shop-lite.mock.beeceptor.com



flightShopLite

{
  "journeys": [
    {
      "departureLocation": {
        "airportCode": "CDG"
      },
      "arrivalLocation": {
        "airportCode": "BER"
      },
      "departureDate": "2026-07-09"
    }
  ],
  "travelers": [
    {
      "passengerTypeCode": "ADT"
    }
  ],
  "processingOptions": {
    "pseudoCityCode": "FF9A"
  }
}
{
  "timestamp": "2026-06-06T11:05:01.414Z",
  "flights": [
    {
      "id": "0582c4a8-46f5-42f5-b61f-7d2a36779246",
      "departureAirportCode": "JFK",
      "departureDate": "2026-06-06",
      "departureTime": "20:25",
      "arrivalAirportCode": "KEF",
      "arrivalDate": "2026-06-07",
      "arrivalTime": "06:15",
      "operatingAirlineCode": "FI",
      "operatingFlightNumber": 614,
      "marketingAirlineCode": "FI",
      "marketingFlightNumber": 614,
      "aircraftTypeCode": "76W",
      "durationInMinutes": 350
    },
    {
      "id": "54214c2b-992c-4225-a16e-092f211e9d3b",
      "departureAirportCode": "KEF",
      "departureDate": "2026-06-07",
      "departureTime": "07:40",
      "arrivalAirportCode": "LHR",
      "arrivalDate": "2026-06-07",
      "arrivalTime": "11:55",
      "operatingAirlineCode": "FI",
      "operatingFlightNumber": 450,
      "marketingAirlineCode": "FI",
      "marketingFlightNumber": 450,
      "aircraftTypeCode": "32Q",
      "durationInMinutes": 195
    }
  ],
  "journeys": [
    {
      "id": "2fd3ca9d-7b99-40a9-b081-895756c2e7d6",
      "flightRefs": [
        "0582c4a8-46f5-42f5-b61f-7d2a36779246",
        "54214c2b-992c-4225-a16e-092f211e9d3b"
      ],
      "requestedJourneyIndex": 0
    }
  ],
  "offers": [
    {
      "type": "FlightOffer",
      "id": "cbbf9ce5-5a5a-4031-a8fa-14bdb7239670",
      "createdAt": "2025-06-06T10:05:01.412Z",
      "validUntil": "2025-06-06T11:25:01.412Z",
      "source": {
        "provider": "Sabre",
        "distributionModel": "ATPCO",
        "commercialModel": "Unknown"
      },
      "totalPrice": {
        "amount": "812.40",
        "currencyCode": "USD"
      },
      "items": [
        {
          "type": "FlightOfferItem",
          "fares": [
            {
              "travelers": [
                {
                  "passengerTypeCode": "ADT",
                  "requestedTravelerIndex": 0
                }
              ],
              "fareTotal": {
                "equivalentFare": "239.00",
                "taxAmount": "186.20",
                "amount": "425.20",
                "currencyCode": "USD"
              },
              "validatingAirlineCode": "FI",
              "fareComponents": [
                {
                  "amount": "189.00",
                  "currencyCode": "NUC",
                  "publishedAmount": "189.00",
                  "publishedCurrencyCode": "USD",
                  "exchangeRate": "1.00000",
                  "fareBasisCode": "OP1QUSLT",
                  "segmentDetails": [
                    {
                      "flightRef": "0582c4a8-46f5-42f5-b61f-7d2a36779246",
                      "bookingClassCode": "O",
                      "cabinName": "Economy"
                    },
                    {
                      "flightRef": "54214c2b-992c-4225-a16e-092f211e9d3b",
                      "bookingClassCode": "O",
                      "cabinName": "Economy"
                    }
                  ]
                }
              ]
            },
            {
              "travelers": [
                {
                  "passengerTypeCode": "CNN",
                  "requestedTravelerIndex": 1
                }
              ],
              "fareTotal": {
                "equivalentFare": "201.00",
                "taxAmount": "186.20",
                "amount": "387.20",
                "currencyCode": "USD"
              },
              "validatingAirlineCode": "FI",
              "fareComponents": [
                {
                  "amount": "151.20",
                  "currencyCode": "NUC",
                  "publishedAmount": "151.00",
                  "publishedCurrencyCode": "USD",
                  "exchangeRate": "1.00000",
                  "fareBasisCode": "OP1QUSLTCH",
                  "segmentDetails": [
                    {
                      "flightRef": "0582c4a8-46f5-42f5-b61f-7d2a36779246",
                      "bookingClassCode": "O",
                      "cabinName": "Economy"
                    },
                    {
                      "flightRef": "54214c2b-992c-4225-a16e-092f211e9d3b",
                      "bookingClassCode": "O",
                      "cabinName": "Economy"
                    }
                  ]
                }
              ]
            }
          ],
          "isPartial": false,
          "id": "dummy-22d693b3-8963-4e4d-8ad6-1bbbe249e0fe",
          "isMandatory": true
        }
      ],
      "paymentTimeLimit": "2026-06-06T20:25:00Z",
      "journeyRefs": [
        "2fd3ca9d-7b99-40a9-b081-895756c2e7d6"
      ]
    }
  ]
}
sabretravelflightsshoppingrest