Skip to main content

Cart Item Added Event

Event Type: cart.item_added

When sent: When a customer adds a product to their cart.

Not sent when: Items are added via SDK API calls.

This webhook contains information about the item that was added and the updated cart summary. Use this event to track cart activity, send abandoned cart emails, or update analytics.

Example Usage:

  • Track user behavior and cart activity
  • Trigger remarketing campaigns
  • Update inventory forecasting
  • Send real-time notifications to sales teams

Example webhook payload

Webhook Payload Schema

Cart item added event data

Property
Type
Description
storeIdrequired
string (uuid)
Store identifier
customerId
string (uuid)
Customer identifier
occurredAtrequired
string (date-time)
When the event occurred
externalReference
string
External reference for tracking
cartIdrequired
string (uuid)
Cart identifier
itemrequired
object
Cart item DTO for webhook events
cartSummaryrequired
object
Cart summary DTO for webhook events