onCheckoutCreated( )


Notes:

Triggered when a checkout is created.

Method Declaration
Copy
Method Parameters
handlerfunction

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

Did this help?