Cart Abandoned Event
Event Type: cart.abandoned
When sent: When a cart has been inactive for a configured period (typically 1 hour).
Use this event to trigger abandoned cart recovery campaigns, send reminder emails, or update conversion tracking analytics.
Recovery Strategy Examples:
- Send email reminder after 1 hour
- Offer discount after 24 hours
- SMS reminder after 3 days
- Final email with larger discount after 1 week
Example webhook payload
Webhook Payload Schema
Cart abandoned 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
abandonedAtrequiredstring (date-time)When the cart was abandoned
cartSummaryrequiredobjectCart summary DTO for webhook events
activeDurationrequiredstring (date-span)Time the cart was active before abandonment