node-tracker.removefromcartevent
Home > @snowplow/node-tracker > RemoveFromCartEvent
RemoveFromCartEvent interface
An Remove To Cart Event For tracking users removing items from a cart on an ecommerce site.
Signature:interface RemoveFromCartEvent 
Properties
| Property | Type | Description | 
|---|---|---|
| category? | string | (Optional) The category of the product | 
| currency? | string | (Optional) The currency of the product | 
| name? | string | (Optional) The name of the product | 
| quantity | number | The number removed from the cart | 
| sku | string | A Product Stock Keeping Unit (SKU) | 
| unitPrice? | number | (Optional) The price of the product |