Shopify: Automatically tracked when customers click the checkout button or land on the checkout page.
JavaScript
Properties
| Property | Type | Required | Description |
|---|---|---|---|
| items | array | Yes | Products in checkout |
| value | number | Yes | Cart subtotal |
| currency | string | Yes | ISO 4217 currency code |
When to Fire
- Checkout button click
- Checkout page load
- Express checkout initiation (Shop Pay, Apple Pay)
Related Events
- view_cart — Before starting checkout
- add_shipping_info — After entering shipping details
- add_payment_info — After entering payment details
- purchase — When order is completed