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.
View Order
POST
{
"id": "1SXXXCBIO3HSG"
}Error generating exampleChange Order
POST
Error generating exampleError generating exampleMissing schema or example in the OpenAPI spec.
Update the definition and recreate the mock server.Exchange Order
POST
Error generating exampleError generating exampleMissing schema or example in the OpenAPI spec.
Update the definition and recreate the mock server.Create Order
POST
Error generating exampleError generating exampleMissing schema or example in the OpenAPI spec.
Update the definition and recreate the mock server.Cancel Order
POST
{
"id": "1SXXXCBIO3HSG"
}Error generating exampleMissing schema or example in the OpenAPI spec.
Update the definition and recreate the mock server.Fulfill Order
POST
Error generating exampleError generating exampleMissing schema or example in the OpenAPI spec.
Update the definition and recreate the mock server.Synchronize Order
POST
{
"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
POST
{
"id": "yPdGOeyaNbXo",
"passengerRefIds": [
"Passenger1",
"Passenger2"
]
}Error generating exampleMissing schema or example in the OpenAPI spec.
Update the definition and recreate the mock server.Service Homepage: developer.sabre.com/rest-api/order-management/1.5
sabretravelndcordersbooking