Latest Issues
Issue 246 - Metaobjects as Config, Events vs Webhooks, and Why Mantle Shut Down
Shopify Metaobjects as a Configuration Layer
Taylor Page explores using Shopify metaobjects as a configuration layer that goes beyond typical theme settings. This is an advanced pattern for theme and app developers who want cleaner, more maintainable configuration structures. A practical deep-dive into metaobject architecture.
By Taylor Page
Get Your Shopify Store AI-SEO-Ready in 5 Minutes
Coding with Jan shows how to make a Shopify store AI-SEO-ready in five minutes. Covers Shopify's llms.txt and agents.md templates, which let storefronts expose structured data for AI crawlers and agents. The quick setup helps stores appear in AI-powered search results without complex configuration.
By Coding with Jan
Live with Blair Beckwith: Mantle Shutdown and Shopify App Growth
Mat De Sousa hosted a 1-hour live conversation with Blair Beckwith (ex-Mantle). They discussed why Mantle shut down, what Blair is now working on at Shopify, the future of Shopify partner events, strategies for growing a Shopify app, customer referrals, building in crowded categories, and App Store rankings. A full summary is available via Notion.
By Mat De Sousa (DsMatie)
Shopify CLI 4.7.0 Ships with Faster Operations and Dev Tool Updates
Repojournal reported that Shopify CLI 4.7.0 has shipped with dev tool updates and faster operations. The update packages PRs into the main branch and includes a housekeeping commit that prunes stale knip config entries. Nothing flashy, but daily tooling got a bit leaner for Shopify developers.
By Repojournal
How to Inject the Shopify CLI Events Inspector Manually
Fran Dios (from the Shopify CLI team) shared a workaround for injecting the standard events inspector into a theme manually. Add `<script id="shopify-cli-standard-events-inspector" defer src="https://cdn.shopify.com/storefront/standard-events-inspector.js"></script>` to the `<head>` tag. Useful for debugging storefront events during development, just remember to remove it before going to production.
By Fran Dios
AI and organic search are doing different jobs: What Shopify's data shows (2026) - Shopify
Shopify's commerce data shows AI and organic search are being used for different jobs. AI-referred sessions are growing fast and converting double the rate of organic search on research-heavy purchases, while organic still drives the most traffic. Merchants need to optimize for both.
By shopify
New Shopify Liquid Changes 2026 (Full Breakdown)
New video from Bosidev: New Shopify Liquid Changes 2026 (Full Breakdown)
By Bosidev
Token exchange and expiring offline tokens land in Shopify v8.0.0
Shopify's Node/Express stack got a missing piece in v8.0.0: token exchange and expiring offline tokens now work, opening the door for Sidekick extensions implementation. Maruf Ahmed contributed this via PR #3097. A concrete step toward Sidekick becoming extensible by third-party developers.
By Maruf Ahmed
Shopify Events vs webhooks: field-level triggers and custom GraphQL payloads
Shopify's next-generation Events system replaces fixed-payload webhook topics with field-level subscriptions. Instead of receiving a full webhook payload when any field changes, you subscribe to specific field changes and declare the exact GraphQL shape to return. This is a cleaner, more efficient model, but migration from webhooks requires understanding the differences in payload structure and trigger semantics.
By Bas Lefeber
