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
storeIdrequiredstring (uuid)Store identifier
customerIdstring (uuid)Customer identifier
occurredAtrequiredstring (date-time)When the event occurred
externalReferencestringExternal reference for tracking
cartIdrequiredstring (uuid)Cart identifier
itemrequiredobjectCart item DTO for webhook events
cartSummaryrequiredobjectCart summary DTO for webhook events