Shopify released a significant platform update on 17 June 2026, covering headless commerce, AI tooling, storefront architecture, and API performance. Three changes stand out: Hydrogen moves to a framework-agnostic core, opening headless development to any JavaScript framework; Sidekick app extensions reach General Availability with eighteen launch partners already live; and a new standard communication layer now governs how themes, apps, and AI agents interact across all Liquid storefronts.
Hydrogen goes framework-agnostic
The headline announcement is the Hydrogen developer preview, which represents a fundamental architectural shift. The next version of Hydrogen moves commerce logic out of React Router and into a framework-agnostic core. This means developers can build Shopify-powered storefronts using any JavaScript framework, not just React.
Why does this matter for merchants? Because it dramatically expands the pool of developers who can build headless Shopify storefronts. Previously, choosing Hydrogen meant committing to React and React Router. If your development team specialised in Vue, Svelte, Astro, or any other framework, Hydrogen wasn't a natural fit. That constraint is now being removed.
The release also includes "skills that coding agents use to scaffold a storefront for you", a nod to the growing role of AI-assisted development in the Shopify ecosystem. This is early, but the direction is clear: Shopify wants to build a headless storefront to be as accessible as possible.
What to do now: This is a developer preview, not production-ready. Don't migrate existing storefronts. But if you're planning a headless build for late 2026 or 2027, evaluate the new Hydrogen core alongside your framework preferences. The flexibility to choose your own framework removes one of the biggest barriers to Shopify headless adoption.
Sidekick app extensions: General Availability for all developers
Shopify's AI assistant Sidekick can now be extended by any app developer, with eighteen launch partners, including Klaviyo, Loop, Smile, and Judge.me, already live. Sidekick app extensions come in two flavours:
-
App data: Makes your app's content searchable within Sidekick. Merchants can ask questions like "Find my best-performing email subject lines" and get results drawn from installed apps.
-
App actions: Let's merchants take action within apps directly from Sidekick, with the AI navigating to the appropriate page pre-filled with context.
Alongside the General Availability launch, Shopify published new App Store requirements (rules 2.2.8 and 2.2.9) that constrain what Sidekick extensions can do. Extensions must align with the app's stated core functionality, and promotional or cross-sell content is explicitly prohibited.
What to do now: If you're evaluating Shopify apps, check whether your key tools, such as email marketing, loyalty, and returns, have Sidekick extensions. This is a genuine productivity multiplier for store operators who currently context-switch between multiple app dashboards. If you're an app developer, the Shopify CLI now scaffolds the entire extension setup, making deployment straightforward.
Standard storefront events and actions
This is a quietly significant change that will improve the entire Liquid storefront ecosystem. Shopify has introduced a standard communication layer between themes and the code running on them.
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 code, and app developers subscribe with plain JavaScript.
Actions go the other direction: Shopify.actions.updateCart, getCart, and openCart are now available on every Liquid storefront. Apps and AI agents can call them to trigger their behaviours.
Why is this important? Because historically, every theme implemented cart updates, product views, and search interactions differently. Apps had to write custom integration code for every theme. This standard layer means apps are implemented once and work across all themes. It also means AI agents can interact with storefronts through a predictable interface.
What to do now: Theme developers should implement these events and actions in their themes. App developers should migrate to the standard events rather than relying on theme-specific DOM selectors. Merchants should expect better app-theme compatibility going forward.
Bulk queries: Up to 4x faster
Shopify has improved bulk query execution speeds by up to 4x. Bulk operations are the standard method for importing and exporting large volumes of store data efficiently.
This improvement has the most direct impact on merchants running large product catalogues, complex analytics workflows, or ERP integrations, where bulk data processing is a routine operational requirement.
What to do now: If your store relies on bulk data imports, exports, or third-party integrations, this improvement takes effect without any configuration changes. Review your existing bulk operation workflows to take full advantage of the speed gains.
Other notable releases
Several other updates deserve attention:
-
Built for Shopify deadline (1 December 2026): Returns/exchanges and subscription apps with buyer-facing self-service must authenticate via the Customer Account API by this date or risk losing Built for Shopify status.
-
Customer Account API metafield permissions: Metafield definitions now require correct Customer Account API permissions to be configured. This change is already live.
-
Channel markets in API 2026-07: Apps can create markets that apply to specific sales channels, enabling channel-specific pricing, currency, and product availability.
-
Purchase type filtering for app discounts: The appliesOnSubscription and appliesOnOneTimePurchase fields are now enforced at checkout, enabling precise control over whether discounts apply to subscriptions, one-time purchases, or both.
-
Shipping label purchase mutation: Apps can now purchase Shopify Shipping labels programmatically via shippingLabelPurchase, enabling deeper fulfilment automation.
-
WhatsApp marketing consent APIs: Both Admin and Customer Account APIs now support WhatsApp marketing consent management, important for merchants with significant audiences in markets where WhatsApp dominates.
-
Colour palettes in themes: A new color_palette setting type gives merchants a single grid of editable colours that apply theme-wide, with per-section overrides. Shopify recommends palettes for new themes and has shipped them in Horizon 4.0.0.
The bigger picture
What ties these releases together is Shopify's systematic effort to make its platform more open, more composable, and more AI-integrated:
-
More open: Hydrogen works with any JavaScript framework. Standard events work across all themes.
-
More composable: Channel markets and purchase type controls give developers finer-grained building blocks.
-
More AI-integrated: Sidekick extensions, agent-compatible storefront actions, and AI-scaffolded storefronts all point toward a future where AI is a first-class participant in the Shopify ecosystem.
For merchants and developers alike, the direction is consistent: Shopify is building a more open, more programmable, and more AI-native platform. The pace of change continues to accelerate.
On Tap helps Shopify merchants and developers turn platform updates into practical commercial outcomes, from headless builds to app integration and long-term growth strategy. Want to understand what these June 2026 updates mean for your store or roadmap? Contact our team to discuss your next Shopify project.


