Sabre Order Management Mock Server

Manage NDC order lifecycles including creation, modification, and fulfillment workflows.

The Order Management API allows you to create, change, cancel, and view the content of a requested NDC order. This service provides a virtual environment to prototype travel workflows and validate request/response structures for complex order operations without connecting to live Sabre systems.

Use this hosted mock server to simulate Sabre Order Management 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 booking lifecycle flows such as PNR creation, order retrieval, ticket exchange, refund eligibility, voiding, and downstream fulfillment handling.

Sabre Order Management mock server is up and running!

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

https://sabre-order-management.mock.beeceptor.com



View Order

{
  "id": "1SXXXCBIO3HSG"
}
Error generating example

Change Order

Error generating example
Error generating example
Missing schema or example in the OpenAPI spec.
Update the definition and recreate the mock server.

Exchange Order

Error generating example
Error generating example
Missing schema or example in the OpenAPI spec.
Update the definition and recreate the mock server.

Create Order

Error generating example
Error generating example
Missing schema or example in the OpenAPI spec.
Update the definition and recreate the mock server.

Cancel Order

{
  "id": "1SXXXCBIO3HSG"
}
Error generating example
Missing schema or example in the OpenAPI spec.
Update the definition and recreate the mock server.

Fulfill Order

Error generating example
Error generating example
Missing schema or example in the OpenAPI spec.
Update the definition and recreate the mock server.

Synchronize Order

{
  "id": "sz9Ygx8bUXyh",
  "requestedLowCostCarriers": [
    "1S",
    "1S",
    "1S",
    "1S"
  ],
  "synchronizationScope": [
    "Low Cost Reservations",
    "NDC Order",
    "Low Cost Reservations",
    "NDC Order",
    "NDC Order"
  ]
}
{
  "errors": [
    {
      "code": "ER-1",
      "message": "Service unavailable"
    },
    {
      "code": "ER-3",
      "message": "Invalid request"
    }
  ],
  "responseDateTime": "2026-06-16T00:00:00.0Z"
}

Divide Order

{
  "id": "yPdGOeyaNbXo",
  "passengerRefIds": [
    "Passenger1",
    "Passenger2"
  ]
}
Error generating example
Missing schema or example in the OpenAPI spec.
Update the definition and recreate the mock server.
sabretravelndcordersbooking