Shopify: Automatically tracked when customers complete the shipping step in checkout.
JavaScript
Properties
| Property | Type | Required | Description |
|---|---|---|---|
| items | array | No | Products in checkout |
| value | number | No | Cart value at shipping step |
| currency | string | No | ISO 4217 currency code |
| shippingTier | string | No | Shipping method (e.g., 'standard', 'express', 'overnight') |
When to Fire
- Shipping form completion
- Shipping method selection
- Proceeding past shipping step
Related Events
- initiate_checkout — Starting checkout
- select_shipping_method — When selecting specific shipping option
- add_payment_info — After entering payment details