This monthly Shopify Radar report turns repeated Shopify ecosystem signals from 2026-07 into strategy guidance, roadmap priorities, and source-bias context.
Shopify Radar Monthly: App Developer Radar strategy signals
This month's Radar turns repeated Shopify ecosystem signals into strategy guidance for sellers, agencies, and app teams.
Short answer
This month's 3 decisions
- Assign owners per shift, audit affected stores and apps, and decide whether each signal needs migration, configuration change, or evaluation before next month.
- Build a Functions migration plan with milestones ahead of the June 30, 2026 Scripts deprecation; run the Scripts customizations report for affected merchants.
- Plan and execute the move from non-expiring to expiring offline access tokens for all public apps before January 1, 2027.
Actions by role
Ask the store owner or developer to review whether "Local currency support gift cards now available in the GraphQL Admin API" affects checkout, customer accounts, subscriptions, taxes, discounts, or gift cards.
Turn urgent Shopify platform changes into client audit checklist items, especially when a deadline or API version appears in the source signal.
Check API version, extension, authentication, webhook, and App Store requirement changes before the next release cycle.
Monthly thesis
The useful monthly view is not more Shopify news. It is deciding which repeated App Developer Radar, Shopify Platform, Storefront & Theme, Best practices, Subscriptions, AI Commerce, Operations, Apps & Solutions, Returns, Conversion signals deserve next-month resources.
Strategic shifts
App Developer Radar is becoming a recurring operating lane.
Local-currency gift card support, tax calculation metafields, the unified Checkout And Accounts Configuration API, Scripts deprecation, and expiring offline access tokens all land on the same month. The common thread is that app developers are being pushed onto newer API surfaces and tighter authentication models, making App Developer Radar a sustained execution lane rather than an ad-hoc changelog review.
Implication: Assign a clear owner for App Developer Radar before turning the theme into a playbook or tool decision.
- Local currency support gift cards now available in the GraphQL Admin API
- Tax summary webhook and calculation requests now include customer and company metafields
- Checkout And Accounts Configuration API for unified branding across checkout, customer accounts, and sign-in
- Shopify Scripts will be deprecated on June 30, 2026
- Expiring offline access tokens required for all public apps as of January 1, 2027
Shopify Platform is becoming a recurring operating lane.
Platform-level shifts - local-currency gift cards, tax metafields in calculation requests, the new Checkout And Accounts Configuration API replacing deprecated branding APIs, and CDN cache invalidation changes - each imply merchant-side reconfiguration or developer migration. Treating these as isolated news items understates the cumulative platform rewrite underway.
Implication: Assign a clear owner for Shopify Platform before turning the theme into a playbook or tool decision.
- Local currency support gift cards now available in the GraphQL Admin API
- Tax summary webhook and calculation requests now include customer and company metafields
- Checkout And Accounts Configuration API for unified branding across checkout, customer accounts, and sign-in
- Replacing or deleting a Shopify-hosted file no longer purges its CDN URL
Storefront & Theme is becoming a recurring operating lane.
The unified Checkout And Accounts Configuration API extends branding into customer accounts and sign-in, CDN caching no longer invalidates on file replace/delete, and checkout metafield handling has moved into cart and order metaobjects. Storefront surfaces are converging into one configuration model that theme and app authors must now coordinate around.
Implication: Assign a clear owner for Storefront & Theme before turning the theme into a playbook or tool decision.
Best practices is becoming a recurring operating lane.
Shopify Scripts deprecation on June 30, 2026 with Functions as the replacement, and the January 1, 2027 expiring offline access token requirement for all public apps, together define the next migration cycle. The pattern is consistent: deprecated scripting and auth models being replaced with Functions and expiring tokens.
Implication: Assign a clear owner for Best practices before turning the theme into a playbook or tool decision.
Subscription and returns apps are entering a Built for Shopify compliance window.
From December 1, 2026, Returns/Exchanges and Subscription apps with buyer self-service must authenticate via the Customer Account API to keep Built for Shopify status. Discount UI extensions add purchaseType and recurringCycleLimit fields, giving subscription app teams a first-party UI surface for purchase-type and cycle-cap controls.
Implication: Plan Customer Account API migration in subscription and returns apps now, and adopt purchaseType plus recurringCycleLimit in discount UI extensions to avoid losing BfS tier and to monetize subscription cycles more cleanly.
Webhook and event infrastructure is moving toward field-level subscriptions.
Next Generation Events enable field-scoped triggers that pre-qualify webhook deliveries before reaching endpoints. Combined with checkout metafield deprecations and tax summary webhook updates, the platform is shifting from topic-based to field-based event handling.
Implication: Pilot Next Generation Events in a dev store, map current webhook subscriptions onto field-level filters, and cut payload volume by subscribing only to the fields apps actually consume.
Next month roadmap
Seller playbook roadmap ordered by where the next month should spend attention.
Build a Functions migration plan with clear deprecation milestones ahead of the June 30, 2026 Scripts cutoff; run the Scripts customizations report for any affected merchant.
Developer / agency
Build a token migration plan to switch public apps to expiring offline access tokens, including refresh handling, before the January 1, 2027 deadline.
App Developer
Migrate Checkout Profile and Checkout Branding API usage to the new Checkout And Accounts Configuration API; audit extensions touching checkout, sign-in, or customer accounts.
Store operator
Upgrade checkout/customer account UI extensions to API 2026-04 minimum and switch from checkout metafields to cart or order metafields where applicable.
Developer / agency
Implement CDN cache-busting (filename versioning or query params) for theme and app assets, and test storefront pages after file delete or replace.
Theme / app developer
Vendor/Source bias review
All ten selected signals come from the Shopify developer changelog (official), so the monthly view skews toward platform announcements and deprecation deadlines; merchant-side community feedback and third-party app telemetry are not represented.
Evergreen opportunities
App Developer Radar Shopify playbook
App Developer Radar appears repeatedly enough to justify an evergreen SEO or tutorial asset covering common migration patterns: local-currency gift cards, expiring offline tokens, Functions, Customer Account API, and field-level events.
Shopify Platform Shopify playbook
Shopify Platform recurs across checkout configuration, CDN caching, tax metafields, and currency handling, making it a strong anchor for a platform-wide changelog playbook.
Storefront & Theme Shopify playbook
Storefront and theme signals repeat around checkout/customer account branding, cache invalidation, and metafield handling, supporting an evergreen guide for theme authors and storefront developers.
Best practices Shopify playbook
Best practices recur through Scripts to Functions migration and expiring offline access tokens, both of which benefit from a long-lived reference guide with checklists and timelines.
Evidence appendix
Selected source signals behind this synthesis. Vendor POV, Save, and Original source controls stay visible so the report remains traceable.
Local currency support gift cards now available in the GraphQL Admin API
Starting in API version 2026-07 , the GraphQL Admin API supports local currency gift cards. You can create gift card products that are issued in a specific currency, and control whether buyers can redeem those gift cards across currencies. If your app creates gift cards directly, migrate from the deprecated initialValue field to initialAmount . What changed Use the new giftCardProductSet mutation to create and update
Action: Assign an owner, check whether the store or app stack is affected, and decide whether a migration or audit is needed.
Tax summary webhook and calculation requests now include customer and company metafields
As of API version 2026-04, tax calculation requests for tax partner apps now include buyer metafields. These fields provide custom data associated with customers (for D2C orders) and companies (for B2B orders) that may affect tax calculations. This enhancement allows tax partners to access merchant-defined buyer attributes for more accurate tax determination and compliance reporting. What's new The tax calculation re
Action: Assign an owner, check whether the store or app stack is affected, and decide whether a migration or audit is needed.
Checkout And Accounts Configuration API for unified branding across checkout, customer accounts, and sign-in
New Checkout And Accounts Configuration API (2026-04) replaces deprecated Checkout Profile and Checkout Branding APIs for unified branding across checkout, customer accounts, and sign-in. Plus-only.
Action: Migrate Checkout Profile and Checkout Branding API usage to the new Checkout And Accounts Configuration API; audit extensions touching checkout, sign-in, or customer accounts.
Shopify Scripts will be deprecated on June 30, 2026
Shopify Scripts will be deprecated June 30, 2026; Shopify Functions is gaining expanded discount, shipping, and payments capabilities to replace Scripts. A migration report is recommended.
Action: Run the Shopify Scripts customizations report for any client using Scripts; build a Functions migration plan with clear deprecation-deadline milestones before June 30, 2026.
Built for Shopify requirements for Returns and exchanges apps and Subscription apps (effective December 1, 2026)
From Dec 1, 2026, Returns/Exchanges and Subscription apps with buyer self-service must authenticate via the Customer Account API or risk losing Built for Shopify status.
Action: Plan Customer Account API authentication migration now; budget engineering work to land before the Dec 1, 2026 deadline.
New purchaseType and recurringCycleLimit fields in the discounts API for discount UI extensions
Discount UI extensions can now expose purchaseType and recurringCycleLimit, letting merchants choose one-time vs subscription and cap subscription billing cycles without code.
Action: Update discount UI extensions to surface purchaseType and recurringCycleLimit; align defaults with current subscription discount UX.
Expiring offline access tokens required for all public apps as of January 1, 2027
Starting January 1, 2027, all public apps must use expiring offline access tokens for Admin API calls; non-expiring tokens will return authentication errors.
Action: Build a migration plan for switching public apps to expiring offline tokens, including refresh handling, and complete it before 2027-01-01.
Deprecation of checkout metafields in checkout and customer account UI extensions
Checkout metafields removed in 2026-04; replaced by cart metafields in checkout UI extensions and order metafields in customer account UI extensions.
Action: Upgrade checkout/customer account extensions to API 2026-04 minimum; migrate to cart/order metafields accordingly.
Replacing or deleting a Shopify-hosted file no longer purges its CDN URL
As of April 7, 2026, replacing/deleting a Shopify-hosted file no longer proactively purges its cdn.shopify.com URL; cached content serves until TTL expires. Merchants/developers must build their own cache-busting to avoid stale assets.
Action: Audit theme assets and any app-served files that get replaced/upated; implement filename versioning or cache-busting query params for assets that must refresh instantly. Test storefront pages after file deletes to confirm stale content isn't being served.
Next Generation Events now available in developer preview
Next Generation Events are in developer preview, offering field-level triggers that pre-qualify webhook deliveries before they reach your endpoint.
Action: Prototype against the new event subscriptions in a dev store; map your current webhook topics to the field-scoped equivalents to cut payload volume.
FAQ
How to interpret this Radar report before acting on the evidence.
What is included in this monthly Shopify Radar report?
This monthly report summarizes selected Shopify ecosystem signals, source perspective, practical actions, and original source links for the 2026-07 reporting period.
How should I use this report?
Start with the short answer and decision list, assign owners for urgent actions, then use the evidence appendix to confirm the original source before implementation.
Is this report official Shopify documentation?
No. It is a ShopEyes synthesis. Use official Shopify sources for platform facts and deadlines, and treat vendor or agency sources as perspective-labeled guidance.