onOrderTransactionsDetailsUpdated( )


Notes:

Triggered when a payment or refund is added to an order, or when an existing payment is updated.

Contains the ID of the updated order and details of its associated transactions, as well as IDs of the updated payments and refunds.

Permissions
Read Orders
Learn more about app permissions.
Method Declaration
Copy
Method Parameters
handlerfunction

handler(event: OrderTransactionsDetailsUpdatedEnvelope): void | Promise<void>

Did this help?