← Latest Shopify changes

Standard storefront events and actions

ThemesNew

Shopify developer change

MerchantDiff detected this entry in Shopify's official developer changelog on June 17, 2026.

This Shopify update is categorized as Themes, New.

What changed

Liquid storefronts now have a standard communication layer between themes and the code that runs on them. Themes emit events, while apps and agents call actions. Both work across all themes, and they ship together so you implement only once: Events are DOM events for commerce interactions: shopify:product:view, shopify:cart:lines-update, shopify:search:update, and others. Theme developers implement these in their theme code. App developers subscribe with plain JavaScript and get payload data directly, no follow-up API call needed.

Who is affected

Apps and storefronts using the affected Storefront API surface should review this change.

What action may be needed

Review whether the new capability is relevant to your app. If you plan to use it, test the affected API or workflow before adopting it in production.

Use the official Shopify entry below as the source of truth for technical implementation details, affected APIs, migration instructions and deadlines.

Want the actionable version?

MerchantDiff monitors Shopify API changes, deprecations, deadlines and ecosystem updates, then turns them into developer-focused release intelligence: what changed, who is affected and what action may be needed.

Get MerchantDiff →