Checkout Started Event

To report an event when a customer begins the checkout process.

Function Interface

events.checkoutStarted(checkoutStarted:CheckoutStartedEventParameter)

CheckoutStartedEventParameter

ParameterTypeRequiredDescription
currencystringThe store currency, following the ISO 4217 standard.
totalAmountstringThe total value of the viewed products.
itemsItem[]The items that are in the cart during the checkout. Refer to the Item resource page for details.

Example

preparing...