- Print
- DarkLight
- PDF
Overview
Modification Types
A modification of an order is either:
- The replacement or cancellation of existing products and services within an order
- The addition of new products and services to an existing Order
- The replacement, removal, or addition of information relating to passengers or other items not related to products and services within an order
Modification Modes
A modification may occur in three different modes:
- Modification initiated by the customer via an intermediary, such as a seller.
- Modification initiated by the airline
- Modification initiated by the customer directly with an airline
Modification initiated by the customer via an intermediary
In this scenario, a customer’s intent to modify an order is communicated via an intermediary such as a seller. The process consists of five main steps:
- Validation that an order exists
- Simulation of action to modify
- Communication of modification offer(s)
- Selection & Pricing of modification offer(s)
- Confirmation of modification
- Pricing of modification offer(s)
Validation that an order exists
Example:
1. Seller requests details of a specific order XB999A1B1C2D3
2. Airline responds with the current state of order XB999A1B1C2D3
Simulation of action to modify
Example:
3. On behalf of the customer, the seller communicates:
a) An intent to retain a service
b) A request for modification offers for another service
4. The airline responds with modification offers that include:
a) Future status of affected items
b) A balance to be paid should the offer be accepted
Pricing of modification offers
Example:
5. On behalf of the customer, the seller requests a price for a specific offer item OFITM01
6. The airline responds with a price for OFITM01 including
a) The price for the original item
b) The price of the new item
c) A balance to be paid for the new item
Acceptance of modification offer
Example:
7. On behalf of the customer, the seller provides intent to accept the modification offer including
a) acceptance of the offer item OFITM01 payment towards the balance to be paid for the new item

Confirmation of modification success
Example:
8. The seller returns confirmation of the modification success includinga) The old order item and its status
b) The new order item and its status
c) Any payments relating to the orderConfirmation of modification success
Example:
9. The seller returns confirmation of the modification success including
a) The old order item and its status
b) The new order item and its status
Any payments relating to the order
<ChangeGroup>
<ChangeOperationGroup>
<ChangeOperation>
<ChangeDateTime>2022-05-24T09:30:47Z</ChangeDateTime>
<ChangeTypeCode>3</ChangeTypeCode>
<New>
<Order>
<OrderID>ORD12345</OrderID>
<OrderItem>
<DiffPrice>
<DifferentialTypeCode>Refund</DifferentialTypeCode>
<DiffPrice>
<Price>
<BaseAmount CurCode="USD">0</BaseAmount>
<DueByAirlineAmount CurCode="XSD">100</DueByAirlineAmount>
<TotalAmount CurCode="USD">0</TotalAmount>
</Price>
</DiffPrice>
<NewPrice>
<Price>
<BaseAmount CurCode="USD">0</BaseAmount>
<TotalAmount CurCode="USD">0</TotalAmount>
</Price>
</NewPrice>
<OldPrice>
<Price>
<BaseAmount CurCode="USD">0</BaseAmount>
<TotalAmount CurCode="USD">0</TotalAmount>
</Price>
</OldPrice>
</DiffPrice>
<OrderItemID>OITM001</OrderItemID>
<SellerFollowUpAction>
<ActionCode>Accept</ActionCode>
<ActionInd>true</ActionInd>
</SellerFollowUpAction>
<Service>
<ServiceID>SCV001</ServiceID>
<StatusCode>CANCELLED</StatusCode>
</Service>
<Service>
<ServiceID>SCV002</ServiceID>
<StatusCode>CANCELLED</StatusCode>
</Service>
</OrderItem>
<OrderVersionNumber>2</OrderVersionNumber>
</Order>
</New>
<Old>
<Order>
<OrderID>ORD12345</OrderID>
<OrderItem>
<OrderItemID>OITM001</OrderItemID>
<Service>
<ServiceID>SCV001</ServiceID>
<StatusCode>CONFIRMED</StatusCode>
</Service>
<Service>
<ServiceID>SCV002</ServiceID>
<StatusCode>CONFIRMED</StatusCode>
</Service>
</OrderItem>
<OrderVersionNumber>1</OrderVersionNumber>
</Order>
</Old>
<ReasonCode>100</ReasonCode>
</ChangeOperation>
<OrderVersionNumber>2</OrderVersionNumber>
</ChangeOperationGroup>
</ChangeGroup>
Modification Initiated by the customer directly with an airline
The interaction of an airline’s direct channel is out of scope of this documentation but may follow similar steps to those defined above.