Skip to main content

Standard storefront events and actions

Standard events and actions are a fixed set of event names and calls that don't change from one storefront to the next. A storefront dispatches an event when a commerce interaction happens, such as a buyer adding an item to the cart. An app or an AI agent calls an action to request a change, such as opening the cart.

Apps used to do this by parsing a storefront's DOM or intercepting window.fetch, which meant a separate integration for every storefront. Now one integration covers them all.




Was this page helpful?