DOCS
Sessions

Events

Cart events stream with stacked chart and searchable event log.

Cart Events is the raw stream of drawer events across sessions - useful when you care about event mix (opens, adds, discount applies) rather than a single cart.

Cart events stacked chart and all events log

Event types

EventWhat it means
Cart loadedThe cart drawer runtime loaded or refreshed cart state (for example on page load).
Drawer openedThe shopper opened the cart drawer.
Drawer closedThe shopper closed the cart drawer.
Item addedOne or more lines were added; payload includes quantity before → after per line.
Item updatedQuantity (or line state) changed on existing lines.
Item removedOne or more lines were removed from the cart.
Note updatedThe cart note was changed.
Discount apply resultA discount code was applied or rejected.
Discount removedA discount code was removed from the cart.
Checkout startedThe shopper started checkout from the drawer.

Filter and search the log when validating that the theme extension is firing, or when correlating a spike on Analytics → Overview cart activity with a specific event type.

On this page