Sabre Flight Reshop Mock Server

Search and validate flight exchange options and re-shopping workflows.

The Flight Reshop API allows developers to search for exchange options based on a bookingId (PNR locator) or a list of tickets. This service provides a virtual environment to inspect endpoints and prototype travel exchange workflows without connecting to live Sabre systems.

Use this hosted mock server to simulate Sabre Flight Reshop 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 exchange payloads, PNR-based re-shopping requests, ticket eligibility checks, fare difference calculations, and error handling for invalid booking identifiers or non-exchangeable itineraries.

Sabre Flight Reshop mock server is up and running!

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

https://sabre-flight-reshop.mock.beeceptor.com



Sabre Flight Reshop

{
  "journeys": [
    {
      "departureLocation": {
        "cityCode": "DFW"
      },
      "arrivalLocation": {
        "cityCode": "LAX"
      },
      "departureDate": "2026-09-26"
    }
  ],
  "tickets": [
    {
      "number": "0012972101507"
    }
  ]
}
{
  "timestamp": "2026-12-23T14:32:04.986Z",
  "flights": [
    {
      "id": "0a5ff068-2d57-44c7-a617-e160f865b5d7",
      "marketingFlightNumber": 711,
      "marketingAirlineCode": "AA",
      "operatingFlightNumber": 711,
      "operatingAirlineCode": "AA",
      "departureAirportCode": "DFW",
      "arrivalAirportCode": "ONT",
      "departureDate": "2026-09-26",
      "departureTime": "23:14",
      "arrivalDate": "2026-09-27",
      "arrivalTime": "00:17",
      "aircraftTypeCode": "7M8",
      "durationInMinutes": 183,
      "isMarriedWithPreviousFlight": false,
      "isBookingRequired": true
    },
    {
      "id": "cde9533e-a5ce-4272-84d6-95e9773bcecf",
      "marketingFlightNumber": 3006,
      "marketingAirlineCode": "AA",
      "operatingFlightNumber": 3006,
      "operatingAirlineCode": "AA",
      "departureAirportCode": "DFW",
      "arrivalAirportCode": "ONT",
      "departureDate": "2026-09-26",
      "departureTime": "16:35",
      "arrivalDate": "2026-09-26",
      "arrivalTime": "17:39",
      "aircraftTypeCode": "321",
      "durationInMinutes": 184,
      "isMarriedWithPreviousFlight": false,
      "isBookingRequired": true
    }
  ],
  "journeys": [
    {
      "id": "89c8187e-ae29-4bf9-9fac-b648ce61a03d",
      "flightRefs": [
        "0a5ff068-2d57-44c7-a617-e160f865b5d7"
      ],
      "departureAirportCode": "DFW",
      "arrivalAirportCode": "ONT",
      "durationInMinutes": 183
    },
    {
      "id": "d9b5369b-8a73-479b-814f-c16cd55b1dc5",
      "flightRefs": [
        "cde9533e-a5ce-4272-84d6-95e9773bcecf"
      ],
      "departureAirportCode": "DFW",
      "arrivalAirportCode": "ONT",
      "durationInMinutes": 184
    }
  ],
  "numberOfOffers": 2,
  "offers": [
    {
      "id": "c291711f-90b9-46ce-b94d-b47bdcdc0545",
      "source": {
        "distributionModel": "ATPCO"
      },
      "createdAt": "2025-12-23T14:32:04.984Z",
      "validUntil": "2025-12-23T14:52:04.984Z",
      "journeyRefs": [
        "89c8187e-ae29-4bf9-9fac-b648ce61a03d"
      ],
      "totalPriceDifference": {
        "type": "Refund",
        "baseFare": "-1432.00",
        "totalTax": "-107.40",
        "subtotalBeforeFee": "-1539.40",
        "grandTotal": "-1539.40",
        "currencyCode": "PLN",
        "totalTaxOnFee": "0.00"
      },
      "hasTravelersInDifferentCabins": false,
      "hasMixedBrands": false,
      "splitBooking": false,
      "items": [
        {
          "id": "6c82874a-23c6-4c0f-b32e-20d85e646fd3",
          "fares": [
            {
              "travelers": [
                {
                  "passengerTypeCode": "ADT",
                  "ticketNumber": "0012972101507",
                  "givenName": "JOHN",
                  "surname": "DRAKE"
                }
              ],
              "priceDifference": {
                "type": "Refund",
                "baseFare": "-1432.00",
                "totalTax": "-107.40",
                "subtotalBeforeFee": "-1539.40",
                "grandTotal": "-1539.40",
                "currencyCode": "PLN",
                "totalTaxOnFee": "0.00",
                "taxes": [
                  {
                    "taxCode": "US",
                    "amount": "-107.40",
                    "currencyCode": "PLN"
                  },
                  {
                    "taxCode": "ZP",
                    "amount": "0.00",
                    "currencyCode": "PLN"
                  },
                  {
                    "taxCode": "AY",
                    "amount": "0.00",
                    "currencyCode": "PLN"
                  },
                  {
                    "taxCode": "XF",
                    "amount": "0.00",
                    "currencyCode": "PLN"
                  }
                ]
              },
              "fareComponents": [
                {
                  "fareBasisCode": "SWAIXNM3",
                  "brand": {
                    "code": "MAIN",
                    "name": "MAIN CABIN",
                    "programId": "246676"
                  },
                  "segmentDetails": [
                    {
                      "flightRef": "0a5ff068-2d57-44c7-a617-e160f865b5d7",
                      "bookingClassCode": "S",
                      "cabinName": "Economy",
                      "isAvailabilityBreak": true,
                      "mealCode": "R"
                    }
                  ]
                }
              ]
            }
          ]
        }
      ]
    },
    {
      "id": "18efa03d-c0e2-4040-bf13-eb533b320a6c",
      "source": {
        "distributionModel": "ATPCO"
      },
      "createdAt": "2025-12-23T14:32:04.984Z",
      "validUntil": "2025-12-23T14:52:04.984Z",
      "journeyRefs": [
        "d9b5369b-8a73-479b-814f-c16cd55b1dc5"
      ],
      "totalPriceDifference": {
        "type": "Refund",
        "baseFare": "-1432.00",
        "totalTax": "-107.40",
        "subtotalBeforeFee": "-1539.40",
        "grandTotal": "-1539.40",
        "currencyCode": "PLN",
        "totalTaxOnFee": "0.00"
      },
      "hasTravelersInDifferentCabins": false,
      "hasMixedBrands": false,
      "splitBooking": false,
      "items": [
        {
          "id": "73f37cdf-f401-4921-b49f-9c06c09ee599",
          "fares": [
            {
              "travelers": [
                {
                  "passengerTypeCode": "ADT",
                  "ticketNumber": "0012972101507",
                  "givenName": "JOHN",
                  "surname": "DRAKE"
                }
              ],
              "priceDifference": {
                "type": "Refund",
                "baseFare": "-1432.00",
                "totalTax": "-107.40",
                "subtotalBeforeFee": "-1539.40",
                "grandTotal": "-1539.40",
                "currencyCode": "PLN",
                "totalTaxOnFee": "0.00",
                "taxes": [
                  {
                    "taxCode": "US",
                    "amount": "-107.40",
                    "currencyCode": "PLN"
                  },
                  {
                    "taxCode": "ZP",
                    "amount": "0.00",
                    "currencyCode": "PLN"
                  },
                  {
                    "taxCode": "AY",
                    "amount": "0.00",
                    "currencyCode": "PLN"
                  },
                  {
                    "taxCode": "XF",
                    "amount": "0.00",
                    "currencyCode": "PLN"
                  }
                ]
              },
              "fareComponents": [
                {
                  "fareBasisCode": "SWAIXNM3",
                  "brand": {
                    "code": "MAIN",
                    "name": "MAIN CABIN",
                    "programId": "246676"
                  },
                  "segmentDetails": [
                    {
                      "flightRef": "cde9533e-a5ce-4272-84d6-95e9773bcecf",
                      "bookingClassCode": "S",
                      "cabinName": "Economy",
                      "isAvailabilityBreak": true,
                      "mealCode": "F"
                    }
                  ]
                }
              ]
            }
          ]
        }
      ]
    }
  ],
  "request": {
    "journeys": [
      {
        "departureLocation": {
          "cityCode": "DFW"
        },
        "arrivalLocation": {
          "cityCode": "LAX"
        },
        "departureDate": "2026-09-26"
      }
    ],
    "tickets": [
      {
        "number": "0012972101507",
        "overrideCheckedInTicketCoupons": false
      }
    ]
  }
}
sabretravelflightreshoprest