node-tracker.ecommercetransactionitemevent
Home > @snowplow/node-tracker > EcommerceTransactionItemEvent
EcommerceTransactionItemEvent interface
An Ecommerce Transaction Item Related to the EcommerceTransactionEvent Each Ecommerce Transaction may contain one or more EcommerceTransactionItem events
Signature:interface EcommerceTransactionItemEvent 
Properties
| Property | Type | Description | 
|---|---|---|
| category? | string | (Optional) The category the product belongs to | 
| currency? | string | (Optional) The currency of the product for the transaction | 
| name? | string | (Optional) The name of the product | 
| orderId | string | An identifier for the order | 
| price | number | The price of the product | 
| quantity? | number | (Optional) The quanity of this product within the transaction | 
| sku | string | A Product Stock Keeping Unit (SKU) |