Remove From Cart Event
class RemoveFromCartEvent @JvmOverloads constructor(var products: List<ProductEntity>, var cart: CartEntity) : AbstractSelfDescribing
Track a product or products being removed from cart.
Parameters
products
List of product(s) that were removed from the cart.
cart
State of the cart after this addition.
Properties
Link copied to clipboard
State of the cart after the removal.
Link copied to clipboard
Link copied to clipboard
The payload for the event.
Link copied to clipboard
Link copied to clipboard
Used for events whose properties are added as entities, e.g. Ecommerce events
Link copied to clipboard
List of product(s) that were removed from the cart.
Link copied to clipboard