1. Events
Attribuly Developers
  • Public API
    • API Authentication Guide
    • Attribution
      • All
        • Get attribution report
        • Get total numbers
      • Ads
        • Channel/Campaign/Ad-set/Ad level ads attribution
        • list all customer level details
        • Customer level report for a specific campaign
      • Product analytics
        • List product analytics
        • List total data for product analysis
        • Attribution report for a single product
        • Total attribution report for a single product
      • Web Analytics
        • Web Analytics
        • Get total numbers
    • Tracking links
      • Influencer
      • Link Builder
    • Store
      • Raw Events
      • Customer journey of an order
      • Order First & Last Touchpoint of an order
      • Event summary of a landing page
    • Setting
      • Attribution models
      • Conversion Goals
    • Connections
      • List Source
      • List Destination
  • Push data to Attribuly
    • Quick Start
    • Events
      • Page viewed
        JSON
      • Cart viewed
        JSON
      • Product viewed
        JSON
      • Collection viewed
        JSON
      • Search submitted
        JSON
      • Product added to cart
        JSON
      • Product removed to cart
        JSON
      • Lead form
        JSON
      • Checkout started
        JSON
      • Payment info submitted
        JSON
      • Checkout completed
        JSON
      • Checkout address info submitted
        JSON
      • Checkout contact info submitted
        JSON
      • Checkout shipping info submitted
        JSON
      • Basic
        • Checkout
        • Context
        • Document
        • MailAddress
        • Navigator
        • Window
    • Store
      • Order
      • Customers
      • Products
  • Attribuly MCP Server
    • MCP Configure
  1. Events

Product removed to cart

JSON
Schema
Example
 {
  "clientId": "Required, string type, represents the unique identifier of the client",
  "clientIp": "Required, string type, represents the IP address of the client",
  "context": "Required, please refer to the context definition in the basic structure",
  "data": {
    "cartLine": {
      "cost": {
        "totalAmount": {
          "amount": "Required, numeric type, represents the total amount",
          "currencyCode": "Required, string type, represents the currency code (e.g., USD)"
        }
      },
      "merchandise": {
        "id": "Required, string type, represents the unique identifier of the product",
        "image": {
          "src": "Required, string type, represents the image link"
        },
        "price": {
          "amount": "Required, numeric type, represents the unit price amount",
          "currencyCode": "Required, string type, represents the currency code (e.g., USD)"
        },
        "product": {
          "id": "Required, string type, represents the unique identifier of the product",
          "title": "Required, string type, represents the product title",
          "type": "Optional, string type, represents the product type",
          "untranslatedTitle": "Required, string type, represents the untranslated product title",
          "url": "Required, string type, represents the product URL",
          "vendor": "Required, string type, represents the vendor name"
        },
        "sku": "Optional, string type, represents the stock keeping unit",
        "title": "Optional, string type, represents the product variant title",
        "untranslatedTitle": "Optional, string type, represents the untranslated product variant title"
      },
      "quantity": "Required, numeric type, represents the quantity of the product"
    }
  },
  "id": "Required, string type, represents the unique identifier of the event or record",
  "name": "Required, string type, represents the event name: product_removed_from_cart",
  "seq": "Required, numeric type, represents the sequence number",
  "timestamp": "Required, string type, represents the timestamp (ISO 8601 format)",
  "type": "Required, string type, represents the form type"
}
Modified at 2026-03-14 06:21:12
Previous
Product added to cart
Next
Lead form
Built with