Knowledge Base
HomeMain site
HomeMain site
General SetupWebsite Snippets
API Endpoints
General SetupWebsite Snippets
API Endpoints
  1. Ecommerce Events
  • Customer Data
  • Ecommerce Events
    • Product Viewed
    • Product Added to Cart
    • Product Added to Wishlist
    • Product Removed from Cart
    • Cart Viewed
    • Checkout Started
    • Billing Address Added
    • Shipping Details Added
    • Payment Method Selected
    • Checkout Completed
  • Lead Generation Events
    • Lead Create
  1. Ecommerce Events

Product Removed from Cart

Definition#

A product_removed_from_cart event is recorded when a visitor removes a product or multiple products from their shopping cart on your website.

Usage#

This event is commonly used on e-commerce websites to track product removals from the shopping cart. When a visitor clicks the "Remove" or "Delete" button associated with a product in their cart, the product_removed_from_cart event is triggered.

Common schema#

The event is accompanied by a detail object containing information about the removed product(s). The detail object must include the following properties:
detail.currencyrequired
The currency in which the product's price is expressed (e.g., EUR).
detail.valuerequired
The total value of the removed product(s), usually calculated as the current price multiplied by quantity. (Use a dot as the decimal separator).
detail.productsrequired
An array containing details of the removed product(s). Each product detail is an object following a standard structure.
Expand product object common schema
product

Example#

Modified at 2025-05-29 10:44:31
Previous
Product Added to Wishlist
Next
Cart Viewed
Built with