Sabre Reshop Cancel Order Mock Server

Validate NDC order cancellation and refund eligibility for Sabre-distributed airline offers.

The Reshop Cancel Order API is part of the Sabre Offer Management suite. It allows agencies to retrieve void or refund eligibility information for NDC-based airline orders, facilitating automated post-booking workflows.

Use this hosted mock server to simulate Sabre Reshop Cancel Order 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 order cancellation workflows, verify refund eligibility logic, test voiding scenarios, and ensure correct handling of NDC-specific order responses before integrating with live Sabre systems.

Sabre Reshop Cancel Order mock server is up and running!

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

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



Reshop Cancel Order

Header NameExample
X-Request-Sabre-ID"ipsum anim ut pariatur"
{
  "diagnostics": [
    "ORDER_VIEW_REQUEST",
    "ORDER_VIEW_REQUEST",
    "ORDER_VIEW_REQUEST",
    "ORDER_VIEW_REQUEST"
  ],
  "payloadAttributes": {
    "baseline": "NDC-CORE.2024.01.B",
    "echoToken": "a55d2420-b7e5-436b-a32d-d1ac399977de",
    "host": "LTXL0651:2470",
    "timeStamp": "2026-06-16T00:00:00.0Z",
    "trxId": "566b7e19-64c1-4b63-9f93-6ba76048e931",
    "version": "3.17.11"
  },
  "request": {
    "cancelCriteria": {
      "waiver": {
        "code": "WRFDTEST"
      }
    },
    "orderId": "E80fKFNdwI7Wu"
  }
}
{
  "diagnostics": [
    {
      "body": "ORDER_VIEW_REQUEST",
      "customId": "a6927bea-daa8-43d0-9c31-055d64cc29f3",
      "headers": {
        "Content-Type": "application/json"
      },
      "name": "ORDER_VIEW_REQUEST"
    }
  ],
  "errors": [
    {
      "code": "500",
      "message": "Service unavailable",
      "service": "ORDER_SERVICE"
    },
    {
      "code": "404",
      "message": "Invalid json request",
      "service": "NDC_CONNECTOR"
    },
    {
      "code": "500",
      "message": "Service unavailable",
      "service": "PRICING_ENGINE"
    }
  ],
  "payloadAttributes": {
    "baseline": "NDC-CORE.2024.01.B",
    "echoToken": "c3b27c84-665f-4613-9a7c-33fe932f9813",
    "host": "SRV-NDC-01:8080",
    "timeStamp": "2026-06-16T00:00:00.0Z",
    "trxId": "f374323c-07b5-457d-b2eb-5065f7d4311e",
    "version": "6.17.7"
  }
}
{
  "diagnostics": [
    {
      "body": "RESHOP_CANCEL_REQUEST",
      "customId": "eed8b57e-89f1-4bce-a4a4-0e91e2ed3e82",
      "headers": {
        "Content-Type": "application/json"
      },
      "name": "ORDER_VIEW_REQUEST"
    },
    {
      "body": "OFFER_DETAIL_RESPONSE",
      "customId": "2d540bf1-50dc-4c6b-9bf8-73752ed4f28f",
      "headers": {
        "Content-Type": "application/json"
      },
      "name": "ORDER_VIEW_REQUEST"
    },
    {
      "body": "OFFER_DETAIL_RESPONSE",
      "customId": "960a268b-c879-419f-8fe5-35621214e0db",
      "headers": {
        "Content-Type": "application/json"
      },
      "name": "ORDER_VIEW_REQUEST"
    },
    {
      "body": "OFFER_DETAIL_RESPONSE",
      "customId": "e37265d1-75b4-4bda-a57c-df21b47e963b",
      "headers": {
        "Content-Type": "application/json"
      },
      "name": "ORDER_VIEW_REQUEST"
    }
  ],
  "payloadAttributes": {
    "baseline": "ORDER-MGMT.2023.05.C",
    "echoToken": "4e527b01-daaa-48b8-b980-0fbc3dba993f",
    "host": "PRD-HOST-09:443",
    "timeStamp": "2026-06-17T00:00:00.0Z",
    "trxId": "a8268d37-3ee5-477a-a801-652f03c3281c",
    "version": "2.9.20"
  },
  "response": {
    "reshopOffers": [
      {
        "offerExpirationDateTime": "2026-09-27T00:00:00.0Z",
        "offerId": "BNSe1absqPFWWVBKhfafKCabD",
        "offerItems": [
          {
            "differentialAmountDue": {
              "amount": {
                "amount": "25.75",
                "curCode": "MWK"
              },
              "taxSummary": {
                "totalTaxAmount": {
                  "amount": "10.00",
                  "curCode": "STN"
                }
              }
            },
            "mandatoryInd": false,
            "newOfferItemDifferential": {
              "amount": {
                "amount": "10.00",
                "curCode": "RON"
              },
              "taxSummary": {
                "totalTaxAmount": {
                  "amount": "120.50",
                  "curCode": "NAD"
                }
              }
            },
            "offerItemId": "GLJVXm5nJN21QdF-6933D7qnh",
            "originalOrderItemDifferential": {
              "amount": {
                "amount": "25.75",
                "curCode": "GTQ"
              },
              "taxSummary": {
                "totalTaxAmount": {
                  "amount": "120.50",
                  "curCode": "SHP"
                }
              }
            },
            "penaltyDifferential": {
              "amount": {
                "amount": "120.50",
                "curCode": "BGN"
              },
              "taxSummary": {
                "totalTaxAmount": {
                  "amount": "25.75",
                  "curCode": "GBP"
                }
              }
            }
          },
          {
            "differentialAmountDue": {
              "amount": {
                "amount": "0.00",
                "curCode": "BGN"
              },
              "taxSummary": {
                "totalTaxAmount": {
                  "amount": "25.75",
                  "curCode": "LBP"
                }
              }
            },
            "mandatoryInd": false,
            "newOfferItemDifferential": {
              "amount": {
                "amount": "0.00",
                "curCode": "MAD"
              },
              "taxSummary": {
                "totalTaxAmount": {
                  "amount": "10.00",
                  "curCode": "GBP"
                }
              }
            },
            "offerItemId": "0kGpaac3xaDcon3iP3ai9s212",
            "originalOrderItemDifferential": {
              "amount": {
                "amount": "120.50",
                "curCode": "FJD"
              },
              "taxSummary": {
                "totalTaxAmount": {
                  "amount": "120.50",
                  "curCode": "TMT"
                }
              }
            },
            "penaltyDifferential": {
              "amount": {
                "amount": "0.00",
                "curCode": "PYG"
              },
              "taxSummary": {
                "totalTaxAmount": {
                  "amount": "25.75",
                  "curCode": "NZD"
                }
              }
            }
          },
          {
            "differentialAmountDue": {
              "amount": {
                "amount": "120.50",
                "curCode": "KWD"
              },
              "taxSummary": {
                "totalTaxAmount": {
                  "amount": "50.00",
                  "curCode": "TRY"
                }
              }
            },
            "mandatoryInd": false,
            "newOfferItemDifferential": {
              "amount": {
                "amount": "120.50",
                "curCode": "TRY"
              },
              "taxSummary": {
                "totalTaxAmount": {
                  "amount": "120.50",
                  "curCode": "LSL"
                }
              }
            },
            "offerItemId": "XkZI1lHsz7qT094cNLcZyaK6m",
            "originalOrderItemDifferential": {
              "amount": {
                "amount": "120.50",
                "curCode": "PAB"
              },
              "taxSummary": {
                "totalTaxAmount": {
                  "amount": "10.00",
                  "curCode": "PGK"
                }
              }
            },
            "penaltyDifferential": {
              "amount": {
                "amount": "120.50",
                "curCode": "JPY"
              },
              "taxSummary": {
                "totalTaxAmount": {
                  "amount": "10.00",
                  "curCode": "MRU"
                }
              }
            }
          },
          {
            "differentialAmountDue": {
              "amount": {
                "amount": "0.00",
                "curCode": "ZMW"
              },
              "taxSummary": {
                "totalTaxAmount": {
                  "amount": "50.00",
                  "curCode": "CVE"
                }
              }
            },
            "mandatoryInd": false,
            "newOfferItemDifferential": {
              "amount": {
                "amount": "10.00",
                "curCode": "TZS"
              },
              "taxSummary": {
                "totalTaxAmount": {
                  "amount": "120.50",
                  "curCode": "PLN"
                }
              }
            },
            "offerItemId": "EskZ7P1GTy-QnttCSsGaW4euq",
            "originalOrderItemDifferential": {
              "amount": {
                "amount": "25.75",
                "curCode": "GYD"
              },
              "taxSummary": {
                "totalTaxAmount": {
                  "amount": "120.50",
                  "curCode": "GYD"
                }
              }
            },
            "penaltyDifferential": {
              "amount": {
                "amount": "10.00",
                "curCode": "ERN"
              },
              "taxSummary": {
                "totalTaxAmount": {
                  "amount": "120.50",
                  "curCode": "UYU"
                }
              }
            }
          }
        ],
        "offerType": "REFUND",
        "ownerCode": "SQ"
      },
      {
        "offerExpirationDateTime": "2026-11-13T00:00:00.0Z",
        "offerId": "rWwWD5L5yNkgx2UBUJ6VBcbCu",
        "offerItems": [
          {
            "differentialAmountDue": {
              "amount": {
                "amount": "0.00",
                "curCode": "ANG"
              },
              "taxSummary": {
                "totalTaxAmount": {
                  "amount": "25.75",
                  "curCode": "ETB"
                }
              }
            },
            "mandatoryInd": false,
            "newOfferItemDifferential": {
              "amount": {
                "amount": "120.50",
                "curCode": "DKK"
              },
              "taxSummary": {
                "totalTaxAmount": {
                  "amount": "10.00",
                  "curCode": "CDF"
                }
              }
            },
            "offerItemId": "GNQzf7BoSK2QgIXQo_WGXNtSE",
            "originalOrderItemDifferential": {
              "amount": {
                "amount": "25.75",
                "curCode": "SZL"
              },
              "taxSummary": {
                "totalTaxAmount": {
                  "amount": "0.00",
                  "curCode": "XAF"
                }
              }
            },
            "penaltyDifferential": {
              "amount": {
                "amount": "10.00",
                "curCode": "DKK"
              },
              "taxSummary": {
                "totalTaxAmount": {
                  "amount": "120.50",
                  "curCode": "BRL"
                }
              }
            }
          },
          {
            "differentialAmountDue": {
              "amount": {
                "amount": "25.75",
                "curCode": "XPF"
              },
              "taxSummary": {
                "totalTaxAmount": {
                  "amount": "120.50",
                  "curCode": "KGS"
                }
              }
            },
            "mandatoryInd": true,
            "newOfferItemDifferential": {
              "amount": {
                "amount": "50.00",
                "curCode": "ILS"
              },
              "taxSummary": {
                "totalTaxAmount": {
                  "amount": "0.00",
                  "curCode": "BRL"
                }
              }
            },
            "offerItemId": "ksHAWO222HOUXP_-8wyclq2u5",
            "originalOrderItemDifferential": {
              "amount": {
                "amount": "25.75",
                "curCode": "WST"
              },
              "taxSummary": {
                "totalTaxAmount": {
                  "amount": "120.50",
                  "curCode": "MAD"
                }
              }
            },
            "penaltyDifferential": {
              "amount": {
                "amount": "50.00",
                "curCode": "TMT"
              },
              "taxSummary": {
                "totalTaxAmount": {
                  "amount": "10.00",
                  "curCode": "EGP"
                }
              }
            }
          },
          {
            "differentialAmountDue": {
              "amount": {
                "amount": "50.00",
                "curCode": "LRD"
              },
              "taxSummary": {
                "totalTaxAmount": {
                  "amount": "50.00",
                  "curCode": "CUP"
                }
              }
            },
            "mandatoryInd": false,
            "newOfferItemDifferential": {
              "amount": {
                "amount": "10.00",
                "curCode": "PEN"
              },
              "taxSummary": {
                "totalTaxAmount": {
                  "amount": "25.75",
                  "curCode": "UYU"
                }
              }
            },
            "offerItemId": "jkZGIYQGRAjXcU0360XbfBAEj",
            "originalOrderItemDifferential": {
              "amount": {
                "amount": "0.00",
                "curCode": "SOS"
              },
              "taxSummary": {
                "totalTaxAmount": {
                  "amount": "0.00",
                  "curCode": "SEK"
                }
              }
            },
            "penaltyDifferential": {
              "amount": {
                "amount": "120.50",
                "curCode": "BDT"
              },
              "taxSummary": {
                "totalTaxAmount": {
                  "amount": "120.50",
                  "curCode": "TTD"
                }
              }
            }
          }
        ],
        "offerType": "REFUND",
        "ownerCode": "AA"
      },
      {
        "offerExpirationDateTime": "2026-07-13T00:00:00.0Z",
        "offerId": "zU2_u8R6zzh4t4boKHf-pZymW",
        "offerItems": [
          {
            "differentialAmountDue": {
              "amount": {
                "amount": "120.50",
                "curCode": "MVR"
              },
              "taxSummary": {
                "totalTaxAmount": {
                  "amount": "120.50",
                  "curCode": "TZS"
                }
              }
            },
            "mandatoryInd": false,
            "newOfferItemDifferential": {
              "amount": {
                "amount": "0.00",
                "curCode": "INR"
              },
              "taxSummary": {
                "totalTaxAmount": {
                  "amount": "0.00",
                  "curCode": "XAF"
                }
              }
            },
            "offerItemId": "tcFjD_LeXJNNEG1KG7ka9pjXR",
            "originalOrderItemDifferential": {
              "amount": {
                "amount": "120.50",
                "curCode": "PGK"
              },
              "taxSummary": {
                "totalTaxAmount": {
                  "amount": "10.00",
                  "curCode": "SYP"
                }
              }
            },
            "penaltyDifferential": {
              "amount": {
                "amount": "120.50",
                "curCode": "STN"
              },
              "taxSummary": {
                "totalTaxAmount": {
                  "amount": "120.50",
                  "curCode": "TND"
                }
              }
            }
          }
        ],
        "offerType": "REFUND",
        "ownerCode": "SQ"
      }
    ],
    "warnings": [
      {
        "code": "200",
        "message": "Partial cancellation warning",
        "service": "ORDER_SERVICE"
      }
    ]
  }
}
{
  "diagnostics": [
    {
      "body": "OFFER_DETAIL_RESPONSE",
      "customId": "6a6d0425-ebba-45b2-9c0d-49ab056c2a79",
      "headers": {
        "Content-Type": "application/json"
      },
      "name": "ORDER_VIEW_REQUEST"
    },
    {
      "body": "RESHOP_CANCEL_REQUEST",
      "customId": "20acf105-163a-40aa-a7e8-830bfa7210ff",
      "headers": {
        "Content-Type": "application/json"
      },
      "name": "ORDER_VIEW_REQUEST"
    },
    {
      "body": "OFFER_DETAIL_RESPONSE",
      "customId": "e3ab586d-64d4-4ea2-a306-8e784b877e22",
      "headers": {
        "Content-Type": "application/json"
      },
      "name": "ORDER_VIEW_REQUEST"
    }
  ],
  "payloadAttributes": {
    "baseline": "NDC-CORE.2024.01.B",
    "echoToken": "1f7ffe66-60c7-4f78-9308-7be9c5bb09ab",
    "host": "LTXL0651:2470",
    "timeStamp": "2026-06-16T00:00:00.0Z",
    "trxId": "d4be92d0-b36e-472c-b5a0-3f3e1b662448",
    "version": "7.0.9"
  },
  "response": {
    "reshopOffers": [
      {
        "offerExpirationDateTime": "2026-10-15T00:00:00.0Z",
        "offerId": "EqUA9or47O6oz7HR7cNCQsYh8",
        "offerItems": [
          {
            "differentialAmountDue": {
              "amount": {
                "amount": "50.00",
                "curCode": "RWF"
              },
              "taxSummary": {
                "totalTaxAmount": {
                  "amount": "0.00",
                  "curCode": "DKK"
                }
              }
            },
            "mandatoryInd": false,
            "newOfferItemDifferential": {
              "amount": {
                "amount": "50.00",
                "curCode": "UAH"
              },
              "taxSummary": {
                "totalTaxAmount": {
                  "amount": "0.00",
                  "curCode": "BRL"
                }
              }
            },
            "offerItemId": "0KRM5-MT8qXv2YacZ9yyZUN_f",
            "originalOrderItemDifferential": {
              "amount": {
                "amount": "25.75",
                "curCode": "BYN"
              },
              "taxSummary": {
                "totalTaxAmount": {
                  "amount": "10.00",
                  "curCode": "RUB"
                }
              }
            },
            "penaltyDifferential": {
              "amount": {
                "amount": "25.75",
                "curCode": "BWP"
              },
              "taxSummary": {
                "totalTaxAmount": {
                  "amount": "10.00",
                  "curCode": "VES"
                }
              }
            }
          },
          {
            "differentialAmountDue": {
              "amount": {
                "amount": "50.00",
                "curCode": "COP"
              },
              "taxSummary": {
                "totalTaxAmount": {
                  "amount": "25.75",
                  "curCode": "KWD"
                }
              }
            },
            "mandatoryInd": false,
            "newOfferItemDifferential": {
              "amount": {
                "amount": "25.75",
                "curCode": "NAD"
              },
              "taxSummary": {
                "totalTaxAmount": {
                  "amount": "10.00",
                  "curCode": "AFN"
                }
              }
            },
            "offerItemId": "ASSb-KcuhX2245ff6HdQhuqQ4",
            "originalOrderItemDifferential": {
              "amount": {
                "amount": "10.00",
                "curCode": "GMD"
              },
              "taxSummary": {
                "totalTaxAmount": {
                  "amount": "10.00",
                  "curCode": "RSD"
                }
              }
            },
            "penaltyDifferential": {
              "amount": {
                "amount": "10.00",
                "curCode": "MRU"
              },
              "taxSummary": {
                "totalTaxAmount": {
                  "amount": "0.00",
                  "curCode": "CZK"
                }
              }
            }
          },
          {
            "differentialAmountDue": {
              "amount": {
                "amount": "10.00",
                "curCode": "MDL"
              },
              "taxSummary": {
                "totalTaxAmount": {
                  "amount": "50.00",
                  "curCode": "MMK"
                }
              }
            },
            "mandatoryInd": false,
            "newOfferItemDifferential": {
              "amount": {
                "amount": "10.00",
                "curCode": "BHD"
              },
              "taxSummary": {
                "totalTaxAmount": {
                  "amount": "10.00",
                  "curCode": "CAD"
                }
              }
            },
            "offerItemId": "hrPLH5T717ag7FoQPUHEmei7J",
            "originalOrderItemDifferential": {
              "amount": {
                "amount": "50.00",
                "curCode": "MRU"
              },
              "taxSummary": {
                "totalTaxAmount": {
                  "amount": "25.75",
                  "curCode": "TOP"
                }
              }
            },
            "penaltyDifferential": {
              "amount": {
                "amount": "50.00",
                "curCode": "XOF"
              },
              "taxSummary": {
                "totalTaxAmount": {
                  "amount": "10.00",
                  "curCode": "MYR"
                }
              }
            }
          },
          {
            "differentialAmountDue": {
              "amount": {
                "amount": "50.00",
                "curCode": "MNT"
              },
              "taxSummary": {
                "totalTaxAmount": {
                  "amount": "50.00",
                  "curCode": "AED"
                }
              }
            },
            "mandatoryInd": true,
            "newOfferItemDifferential": {
              "amount": {
                "amount": "50.00",
                "curCode": "IRR"
              },
              "taxSummary": {
                "totalTaxAmount": {
                  "amount": "10.00",
                  "curCode": "SLE"
                }
              }
            },
            "offerItemId": "935aUYIrC0Fx6Niva6TJg97K1",
            "originalOrderItemDifferential": {
              "amount": {
                "amount": "25.75",
                "curCode": "FKP"
              },
              "taxSummary": {
                "totalTaxAmount": {
                  "amount": "25.75",
                  "curCode": "GHS"
                }
              }
            },
            "penaltyDifferential": {
              "amount": {
                "amount": "10.00",
                "curCode": "KGS"
              },
              "taxSummary": {
                "totalTaxAmount": {
                  "amount": "25.75",
                  "curCode": "RSD"
                }
              }
            }
          }
        ],
        "offerType": "REFUND",
        "ownerCode": "BA"
      },
      {
        "offerExpirationDateTime": "2027-06-09T00:00:00.0Z",
        "offerId": "s4hyeD16C6fHYfc7UoHEoZCcT",
        "offerItems": [
          {
            "differentialAmountDue": {
              "amount": {
                "amount": "50.00",
                "curCode": "KRW"
              },
              "taxSummary": {
                "totalTaxAmount": {
                  "amount": "50.00",
                  "curCode": "AMD"
                }
              }
            },
            "mandatoryInd": false,
            "newOfferItemDifferential": {
              "amount": {
                "amount": "10.00",
                "curCode": "PEN"
              },
              "taxSummary": {
                "totalTaxAmount": {
                  "amount": "120.50",
                  "curCode": "MWK"
                }
              }
            },
            "offerItemId": "hawV2Cu7tPqybkGiksAFQkqiD",
            "originalOrderItemDifferential": {
              "amount": {
                "amount": "0.00",
                "curCode": "CUP"
              },
              "taxSummary": {
                "totalTaxAmount": {
                  "amount": "0.00",
                  "curCode": "ZAR"
                }
              }
            },
            "penaltyDifferential": {
              "amount": {
                "amount": "0.00",
                "curCode": "MAD"
              },
              "taxSummary": {
                "totalTaxAmount": {
                  "amount": "120.50",
                  "curCode": "ERN"
                }
              }
            }
          },
          {
            "differentialAmountDue": {
              "amount": {
                "amount": "10.00",
                "curCode": "MMK"
              },
              "taxSummary": {
                "totalTaxAmount": {
                  "amount": "50.00",
                  "curCode": "LYD"
                }
              }
            },
            "mandatoryInd": false,
            "newOfferItemDifferential": {
              "amount": {
                "amount": "10.00",
                "curCode": "JPY"
              },
              "taxSummary": {
                "totalTaxAmount": {
                  "amount": "120.50",
                  "curCode": "XPF"
                }
              }
            },
            "offerItemId": "_7TGla6GOlc6xDfzx4ZmSOy67",
            "originalOrderItemDifferential": {
              "amount": {
                "amount": "25.75",
                "curCode": "AED"
              },
              "taxSummary": {
                "totalTaxAmount": {
                  "amount": "10.00",
                  "curCode": "KYD"
                }
              }
            },
            "penaltyDifferential": {
              "amount": {
                "amount": "10.00",
                "curCode": "KES"
              },
              "taxSummary": {
                "totalTaxAmount": {
                  "amount": "25.75",
                  "curCode": "GEL"
                }
              }
            }
          }
        ],
        "offerType": "REFUND",
        "ownerCode": "AA"
      },
      {
        "offerExpirationDateTime": "2026-08-06T00:00:00.0Z",
        "offerId": "P_ilBViVb7zG0G2_HuXJ0Oxdw",
        "offerItems": [
          {
            "differentialAmountDue": {
              "amount": {
                "amount": "50.00",
                "curCode": "TRY"
              },
              "taxSummary": {
                "totalTaxAmount": {
                  "amount": "50.00",
                  "curCode": "RWF"
                }
              }
            },
            "mandatoryInd": true,
            "newOfferItemDifferential": {
              "amount": {
                "amount": "10.00",
                "curCode": "MDL"
              },
              "taxSummary": {
                "totalTaxAmount": {
                  "amount": "0.00",
                  "curCode": "GNF"
                }
              }
            },
            "offerItemId": "F9Mbjn4GzUMG2w9SAnC1AQKez",
            "originalOrderItemDifferential": {
              "amount": {
                "amount": "120.50",
                "curCode": "STN"
              },
              "taxSummary": {
                "totalTaxAmount": {
                  "amount": "10.00",
                  "curCode": "INR"
                }
              }
            },
            "penaltyDifferential": {
              "amount": {
                "amount": "10.00",
                "curCode": "MGA"
              },
              "taxSummary": {
                "totalTaxAmount": {
                  "amount": "50.00",
                  "curCode": "SCR"
                }
              }
            }
          },
          {
            "differentialAmountDue": {
              "amount": {
                "amount": "50.00",
                "curCode": "GIP"
              },
              "taxSummary": {
                "totalTaxAmount": {
                  "amount": "25.75",
                  "curCode": "TJS"
                }
              }
            },
            "mandatoryInd": false,
            "newOfferItemDifferential": {
              "amount": {
                "amount": "25.75",
                "curCode": "STN"
              },
              "taxSummary": {
                "totalTaxAmount": {
                  "amount": "25.75",
                  "curCode": "VES"
                }
              }
            },
            "offerItemId": "XEG68nJOEWUbES6aMmqBoCAVM",
            "originalOrderItemDifferential": {
              "amount": {
                "amount": "25.75",
                "curCode": "THB"
              },
              "taxSummary": {
                "totalTaxAmount": {
                  "amount": "50.00",
                  "curCode": "VES"
                }
              }
            },
            "penaltyDifferential": {
              "amount": {
                "amount": "10.00",
                "curCode": "MKD"
              },
              "taxSummary": {
                "totalTaxAmount": {
                  "amount": "25.75",
                  "curCode": "MNT"
                }
              }
            }
          }
        ],
        "offerType": "REFUND",
        "ownerCode": "LH"
      }
    ],
    "warnings": [
      {
        "code": "201",
        "message": "Refund not supported",
        "service": "NDC_CONNECTOR"
      },
      {
        "code": "300",
        "message": "Partial cancellation warning",
        "service": "ORDER_SERVICE"
      },
      {
        "code": "300",
        "message": "Carrier connectivity latency",
        "service": "NDC_CONNECTOR"
      }
    ]
  }
}
sabretravelndcreshopcancellationairline