Optional personalizationThe identifier, provided by the personalization service provider, of the recommended product associated with this event.
Optional catalogUnique identifier of the catalog object (e.g., product)
Optional catalogType of the catalog object (e.g., Product) associated to the cart item.
Event id of the Cart event to which this cartItem event is associated with.
Unique identifier of the line item for the cart. This is solely what is used to identify items across events.
Optional price?: numberThe list price of each item.
Optional quantity?: numberThe absolute quantity of the line item, after the event, specified by lineItemId. This is NOT a change (delta) in quantity from a previous event.
Optional imageThe URL of the image that will be used when reporting on the product.
Optional name?: stringName of the product.
Optional totalAmount of the products for the entire line item (price book unit price * quantity), not taking into account adjustments.
Optional adjustedAdjusted (i.e., accounting for promotions) amount of the products for the entire line item (adjusted unit price * quantity).
Used in conjunction with a Cart event, this event provides details at the item level (e.g., cart item or wish list item).