Cart Item Removed Event
Event Type: cart.item_removed
When sent: When a customer removes a product from their cart.
Not sent when: Cart items are removed via SDK API calls.
Example webhook payload
Webhook Payload Schema
Cart item removed 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