Overview

After you have booked ancillary products, you can use this service to manage your ancillary product orders.

1. Get a single ancillary product order

Retrieve an ancillary product order and its details by its OrderID.

Please refer to XOrderDetail.

2. List ancillary product orders

Retrieve a list of all ancillary product orders and order details by OrderID.

3. Query Refundability

If the order is paid and order items are already issued, then your ability to cancel the order is not guaranteed, because refund in this scenario is subject to applicable refund rules. That means whether you can refund the order and how much refund you can get depend on the applicable rules.

You can use this API to get the refundability info of order items.

  1. If the response of the API shows that the order items are non-refundable, then you are unable to refund the order, which means you can not get your money back.

  2. If the response of the API shows that the order items are refundable, then you will be able to refund the order

  3. How much refund you can get depends on the applicable rules.

Please check the refund that you will get in the response. If you are happy to go ahead, please perform the steps in Create an order refund application.

Please refer to InquireAncillaryProductCancel.

4. Create an order refund application

If you find out that the applicable refund rules allow refund, then you need to create an order refund application to actually refund an order.

Please refer to CancelAncillaryProduct.

Ancillary order service schema

To see all of the options you can provide and everything that we’ll return back, please refer to Ancillary Product Order Service.