Cart Item Updated Event
Event Type: cart.item_updated
When sent: When a customer changes the quantity of an item in their cart.
Not sent when: Cart items are updated via SDK API calls.
This webhook includes the updated item details, previous quantity, and updated cart summary.
Example webhook payload
Webhook Payload Schema
Cart item updated 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
previousQuantityrequiredinteger (int32)Previous quantity
cartSummaryrequiredobjectCart summary DTO for webhook events