Shopify: Automatically tracked when items are removed from cart.
JavaScript
Properties
| Property | Type | Required | Description |
|---|---|---|---|
| items | array | Yes | Products removed (see Item Object) |
| value | number | No | Value of removed items |
| currency | string | No | ISO 4217 currency code |
When to Fire
- Remove button click
- Quantity decrease to zero
- Clear cart action
Related Events
- add_to_cart — When adding items to cart
- view_cart — When viewing cart contents