Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 1.17 KB

File metadata and controls

25 lines (17 loc) · 1.17 KB

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