onOrderTransactionsRefundCompleted( )


Notes:

Triggered when a refund has been fully processed and completed.

This event is fired once when all refund transactions within a refund have reached their final state (either SUCCEEDED or FAILED). Contains the order ID, completed refund details, any side effects (such as inventory restocking or email notifications), and the updated order transaction state.

Permissions
Manage eCommerce - all permissions
Read eCommerce - all read permissions
Manage Stores - all permissions
Read Stores - all read permissions
Manage Orders
Read Orders
Manage Restaurants - all permissions
Manage Stores
Learn more about app permissions.
Method Declaration
Copy
Method Parameters
handlerfunction

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

Did this help?