CKI Baggage Cancel Rush Virtual Sandbox

Manage and cancel rush bag tags for airline check-in operations.

The CKI Baggage Cancel Rush API allows developers to programmatically cancel rush bag tags within the Sabre check-in ecosystem. This service provides a virtual endpoint to validate request structures and error handling for baggage management workflows.

Use this hosted sandbox to simulate CKI Baggage Cancel Rush 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 simulate airline check-in operations such as passenger lookup, baggage tag issuance, reprints, offloads, seat changes, and operational error responses.

CKI Baggage Cancel Rush virtual sandbox is up and running!

Use this sandbox URL as the API base in your code to simulate CKI Baggage Cancel Rush responses instantly.

https://sabre-cki-baggage-cancel.mock.beeceptor.com



Baggage

Header NameExample
x-sabre-security-token"aliqua Excepteur nulla eiusmod"
Authorization"exercitation"
x-sabre-airline"ex"
x-sabre-client-context"pariatur consectetur"
Application-ID"in pariatur et"
Conversation-ID"quis dolor qui ut laboris"
Message-ID"ut"
{
  "bagTagList": [
    "5505467727",
    "5505467727",
    "5505467727",
    "5505467727",
    "5505467727",
    "5505467727",
    "5505467727",
    "5505467727",
    "5505467727",
    "5505467727"
  ],
  "departureAirportCode": "VFD"
}
{
  "bagTagList": [
    {
      "bagTagNumber": "322772",
      "error": {
        "code": "401_UNAUTHORIZED",
        "message": "Data not found",
        "source": "ANCS",
        "type": "Application"
      },
      "status": "Processed"
    },
    {
      "bagTagNumber": "218817",
      "error": {
        "code": "404_NOT_FOUND",
        "message": "Connection Timeout",
        "source": "CKI",
        "type": "Validation"
      },
      "status": "Cancelled"
    },
    {
      "bagTagNumber": "060936",
      "error": {
        "code": "1609_ERR.INVALID_DESTINATION_ADDRESS",
        "message": "Data not found",
        "source": "HOST",
        "type": "Businesslogic"
      },
      "status": "NotProcessed"
    },
    {
      "bagTagNumber": "3967905125",
      "error": {
        "code": "500_INTERNAL_ERROR",
        "message": "Address Update Failed",
        "source": "CKI",
        "type": "Businesslogic"
      },
      "status": "NotProcessed"
    },
    {
      "bagTagNumber": "790049",
      "error": {
        "code": "401_UNAUTHORIZED",
        "message": "Address Update Failed",
        "source": "PNR",
        "type": "Validation"
      },
      "status": "Pending"
    },
    {
      "bagTagNumber": "4891347936",
      "error": {
        "code": "401_UNAUTHORIZED",
        "message": "Data not found",
        "source": "CKI",
        "type": "Validation"
      },
      "status": "Processed"
    },
    {
      "bagTagNumber": "9685313399",
      "error": {
        "code": "404_NOT_FOUND",
        "message": "Invalid Request",
        "source": "PNR",
        "type": "Businesslogic"
      },
      "status": "Processed"
    },
    {
      "bagTagNumber": "3839673251",
      "error": {
        "code": "500_INTERNAL_ERROR",
        "message": "Data not found",
        "source": "PNR",
        "type": "Validation"
      },
      "status": "Processed"
    },
    {
      "bagTagNumber": "3444122076",
      "error": {
        "code": "401_UNAUTHORIZED",
        "message": "Data not found",
        "source": "CKI",
        "type": "Validation"
      },
      "status": "NotProcessed"
    }
  ],
  "errors": [
    {
      "code": "404_NOT_FOUND",
      "message": "Data not found",
      "source": "PNR",
      "type": "Validation"
    }
  ],
  "infoTextList": [
    "Update complete",
    "Pending verification"
  ],
  "status": "Unknown",
  "systemTrackingId": "ID-husp316-36266-0134730547537-3-803",
  "timeStamp": "2026-08-23T00:00:00.0Z",
  "warnings": [
    {
      "code": "WARN_MISSING_OPTIONAL_PARAM",
      "element": "baggageItems with sequence 01",
      "message": "Data structure is non-standard",
      "source": "CKI",
      "type": "Validation"
    },
    {
      "code": "WARN_DEPRECATED_FIELD",
      "element": "passengerData with pnr 12345",
      "message": "Performance degradation detected",
      "source": "PNR",
      "type": "Configuration"
    }
  ]
}
{
  "errorCode": "400",
  "message": "Authentication failed.",
  "status": "NotProcessed",
  "systemTrackingId": "ID-abwm455-11998-9726021809016-5-539",
  "timeStamp": "2026-08-23T00:00:00.0Z",
  "type": "Validation"
}
{
  "diagnostics": {},
  "errorCode": "ERR.BAGGAGE.INVALID_TAG",
  "message": "Database unreachable",
  "status": "Unknown",
  "timeStamp": "2026-08-23T00:00:00.0Z",
  "type": "Transport"
}
sabretravelaviationcheck-inbaggage