Sabre Order Management Virtual Sandbox

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 sandbox 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 virtual sandbox is up and running!

Use this sandbox 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": "BufSIMYE8GbY",
  "requestedLowCostCarriers": [
    "1S",
    "1S",
    "1S",
    "1S",
    "1S"
  ],
  "synchronizationScope": [
    "Low Cost Reservations",
    "Low Cost Reservations",
    "Low Cost Reservations",
    "NDC Order",
    "NDC Order"
  ]
}
{
  "errors": [
    {
      "code": "ER-1",
      "message": "Service unavailable"
    },
    {
      "code": "ER-1",
      "message": "Invalid request"
    },
    {
      "code": "ER-2",
      "message": "Incorrect field definition"
    },
    {
      "code": "ER-1",
      "message": "Incorrect field definition"
    },
    {
      "code": "ER-2",
      "message": "Service unavailable"
    }
  ],
  "responseDateTime": "2026-07-20T00:00:00.0Z"
}

Divide Order

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