This weekly Shopify Radar report turns the 2026-W28 signal set into operator priorities, platform risk patterns, and next actions for Shopify merchants, agencies, and app developers.
Shopify Radar Weekly, 2026 W28: App Developer Radar patterns to act on
This week is pattern-first: the strongest signals cluster around App Developer Radar, Shopify Platform, Storefront & Theme, Best practices, Subscriptions, Conversion, AI Commerce, Operations, Apps & Solutions, Returns.
Short answer
This week's 3 decisions
- 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.
- 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.
- Inventory checkout UI extensions using useBuyerJourneyIntercept and plan migration to cart and checkout validation functions before the API is removed.
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.
Executive summary
This week is pattern-first: the strongest signals cluster around App Developer Radar, Shopify Platform, Storefront & Theme, Best practices, Subscriptions, Conversion, AI Commerce, Operations, Apps & Solutions, Returns.
- App Developer Radar produced 7 signals worth operator review.
- Shopify Platform produced 6 signals worth operator review.
- Storefront & Theme produced 3 signals worth operator review.
Weekly patterns
What changed this week, grouped by operator decision instead of repeated daily cards.
App Developer Radar moved from update to operator decision.
Multiple API and authentication changes push App Developer Radar into decision territory this week: local-currency gift cards in GraphQL Admin API 2026-07, tax calculation requests carrying buyer/company metafields from 2026-04, Customer Account API authentication becoming mandatory for Built for Shopify returns and subscription apps by Dec 1 2026, useBuyerJourneyIntercept deprecated on checkout UI extensions, new purchaseType and recurringCycleLimit fields for discount UI extensions, and expiring offline access tokens required for all public apps by Jan 1 2027. Vendors and merchants running custom app stacks need owners assigned and migration windows booked before these deadlines start overlapping.
Action: Assign owners per deadline, inventory affected apps and extensions, and schedule migrations before Dec 1 2026 and Jan 1 2027 cutovers.
- Local currency support gift cards now available in the GraphQL Admin API
- Tax summary webhook and calculation requests now include customer and company metafields
- Built for Shopify requirements for Returns and exchanges apps and Subscription apps (effective December 1, 2026)
- Deprecating the useBuyerJourneyIntercept API on checkout UI extensions
- New purchaseType and recurringCycleLimit fields in the discounts API for discount UI extensions
- Expiring offline access tokens required for all public apps as of January 1, 2027
Shopify Platform moved from update to operator decision.
Platform-level changes are clustering around checkout, tax, and deprecations: the new Checkout And Accounts Configuration API (2026-04) supersedes the Checkout Profile and Checkout Branding APIs for unified branding, tax calculation requests now include customer and company metafields, local-currency gift cards land in GraphQL Admin API 2026-07, and Shopify Scripts is being deprecated on June 30 2026 in favor of expanded Shopify Functions. Vendors should treat these as a coordinated migration wave, not isolated updates.
Action: Migrate Checkout Profile and Checkout Branding usage to the unified Checkout And Accounts Configuration API, run the Scripts customizations report, and plan a Functions migration ahead of the June 30 2026 cutoff.
- 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
Storefront & Theme moved from update to operator decision.
Storefront and theme work is being pulled in by checkout, accounts, and gift card changes: the unified Checkout And Accounts Configuration API consolidates branding across checkout, customer accounts, and sign-in using Polaris web components; local-currency gift cards affect gift card products surfaced in the storefront; and tax calculation requests now carry buyer and company metafields that can change displayed pricing. Themes and storefront apps touching these surfaces need a coordinated review.
Action: Audit themes, checkout extensions, and storefront apps touching gift cards, tax display, and unified branding, then align them with the new Checkout And Accounts Configuration API.
Operator priorities
- 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.
- 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.
- Inventory checkout UI extensions using useBuyerJourneyIntercept and plan migration to cart and checkout validation functions before the API is removed.
- Plan Customer Account API authentication migration for Returns/Exchanges and Subscription apps to land before the Dec 1 2026 Built for Shopify deadline.
- Update discount UI extensions to expose purchaseType and recurringCycleLimit and align defaults with current subscription discount UX.
- Build a public app migration plan to expiring offline access tokens and complete it before the Jan 1 2027 cutoff.
- Review the evidence appendix before acting on overlapping API version cutovers.
- App Developer Radar
- Shopify Platform
Topic heatmap
App Developer Radar deserves attention because it appears repeatedly across this week's selected evidence, driven by API version changes, authentication deadlines, and checkout extension deprecations.
Shopify Platform deserves attention because it appears repeatedly this week via gift card, tax, checkout, and Scripts deprecation signals.
Storefront & Theme deserves attention because it appears repeatedly across this week's selected evidence, pulled in by unified checkout and accounts branding plus local-currency gift cards.
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.
Deprecating the useBuyerJourneyIntercept API on checkout UI extensions
useBuyerJourneyIntercept (and its block_progress capability) is deprecated in checkout UI extension API version 2026-07; existing extensions continue to work but the API will be removed in a future version. Migration path is cart and checkout validation functions.
Action: Inventory checkout UI extensions using useBuyerJourneyIntercept, plan migration to cart/checkout validation functions, and pin compatible API versions in the meantime.
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.
FAQ
How to interpret this Radar report before acting on the evidence.
What is included in this weekly Shopify Radar report?
This weekly report summarizes selected Shopify ecosystem signals, source perspective, practical actions, and original source links for the 2026-W28 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.