---
title: "Confirm Baggage Price Change"
method: POST
path: "/confirmBaggageLoss.do"
tags: ["Shopping and Ticketing"]
---

# Confirm Baggage Price Change

`POST /confirmBaggageLoss.do`

**Purpose:**
Confirm acceptance of the airline baggage price increase for an OTA order that is waiting for baggage price change confirmation.

**Prerequisite:**
The order must have received baggage price change error `3011` and must still be within the configured confirmation period.

**Endpoint:**
https://sandbox.atriptech.com/confirmBaggageLoss.do

> The client identity is obtained from the authentication headers. Do not send `cid`, sub-order number, or a separate confirmation flag in the request body.

## Headers

- `Accept` string, required
- `Content-Type` string, required
- `Accept-Encoding` string, required
- `x-atlas-client-id` string, required
- `x-atlas-client-secret` string, required

## Request body

- object
  - `orderNo` string, required — Atlas main order number that is waiting for baggage price change confirmation.

## Response `200`

- object
  - `status` 0 | 336 | 337 | 800 | 902 | 9999, required — - `0`: Confirmation accepted. - `336`: No pending baggage price change confirmation exists for this order. - `337`: Confirmation period has expired. - `800`: Order does not exist. - `902`: The order does not belong to the authenticated client. - `9999`: Internal error.
  - `msg` string, required — It serves as an additional description of the response result. Especially when the interface reports an error (`status` !=`0`), it is usually a human-readable error message. Note: Do not use this field in any programming scenarios. For example, do not judge whether the interface responds successfully based on this field. Instead, you should only determine it by checking whether the status is equal to`0`at any time.
  - `requestId` string, nullable — Atlas request identifier.
  - `clientRequestId` string, nullable — Client request identifier, when supplied by the caller.

---

[API](https://skmtc.net/atriptech/apis/default-module.md) · [All operations](https://skmtc.net/atriptech/apis/default-module/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/atriptech/default-module/revisions/8e9a8f8010ab/schema)
