update Order Purchase With Response
@Deprecated(message = "Use execute method instead", replaceWith = @ReplaceWith(imports = {}, expression = "execute(operation: UpdateOrderPurchaseOperation)" ) )
Deprecated
Use execute method instead
Replace with
execute(operation: UpdateOrderPurchaseOperation)Content copied to clipboard
Send an update for a transaction The Order Purchase Update API is called when the status of the order has changed. For example, if the customer cancels the reservation, changes reservation in any way, or adds additional products or travelers to the reservation, the Order Purchase Update API is called to notify Expedia Group about the change. The Order Purchase Update API is also called when the merchant cancels or changes an order based on a Fraud recommendation.
Return
a Response object with a body of type OrderPurchaseUpdateResponse
Parameters
order Purchase Update Request
An OrderPurchaseUpdate request may be of one of the following types ORDER_UPDATE, CHARGEBACK_FEEDBACK, INSULT_FEEDBACK, REFUND_UPDATE, PAYMENT_UPDATE.