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 Stores - all permissions
Manage Stores
Read eCommerce - all read permissions
Read Orders
Read Stores - all read permissions
Manage Restaurants - all permissions
Manage eCommerce - all permissions
Manage Orders
Learn more about app permissions.
Method Declaration
Copy
Method Parameters
handlerfunction

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

Did this help?