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: 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, AI Commerce, Operations, Apps & Solutions, Returns, Conversion. Multiple hard deadlines (Shopify Scripts sunset, Built for Shopify Customer Account API requirement, expiring offline access tokens) dominate operator action, while the new Checkout And Accounts Configuration API and discount UI extension fields unlock cleaner migrations. Recommended posture: assign owners this week, sequence migrations by deadline density, and treat API 2026-04 / 2026-07 as the baseline for extension and integration audits.
Short answer
This week's 3 decisions
- Run a Scripts-to-Functions migration plan; complete discount, shipping, and payments rewrites before Jun 30, 2026.
- Plan Customer Account API authentication for Returns/Exchanges and Subscription apps; land before Dec 1, 2026 to protect Built for Shopify status.
- Migrate public apps to expiring offline access tokens; build refresh handling before Jan 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.
Executive summary
This week is pattern-first: the strongest signals cluster around App Developer Radar, Shopify Platform, Storefront & Theme, Best practices, Subscriptions, AI Commerce, Operations, Apps & Solutions, Returns, Conversion. Multiple hard deadlines (Shopify Scripts sunset, Built for Shopify Customer Account API requirement, expiring offline access tokens) dominate operator action, while the new Checkout And Accounts Configuration API and discount UI extension fields unlock cleaner migrations. Recommended posture: assign owners this week, sequence migrations by deadline density, and treat API 2026-04 / 2026-07 as the baseline for extension and integration audits.
- App Developer Radar produced 7 signals worth operator review.
- Shopify Platform produced 5 signals worth operator review.
- Storefront & Theme produced 4 signals worth operator review.
- Three hard deadlines sit in the next 6 months: Scripts (Jun 30, 2026), Built for Shopify CAAPI (Dec 1, 2026), expiring offline tokens (Jan 1, 2027).
- API version 2026-04 / 2026-07 is the de facto baseline for checkout, accounts, and discount UI extension work.
Weekly patterns
What changed this week, grouped by operator decision instead of repeated daily cards.
Hard-deadline cluster forces a sequenced migration plan.
Three binding dates (Scripts deprecation Jun 30, 2026; Built for Shopify Customer Account API requirement Dec 1, 2026; expiring offline access tokens Jan 1, 2027) all hit the same engineering surface: extensions, apps, and integrations touching checkout, accounts, and Admin API auth. Operators should sequence by deadline density and avoid stacking migrations in the same quarter.
Action: Build a single migration roadmap with milestones for Scripts, CAAPI auth, and expiring tokens; assign one owner per track.
Checkout and accounts surface is consolidating around one API and one metafield model.
The new Checkout And Accounts Configuration API (2026-04) replaces Checkout Profile and Checkout Branding APIs, and checkout metafields are replaced by cart metafields in checkout extensions and order metafields in customer account extensions. Agencies and app teams should treat 2026-04 as the baseline and retire dual-API patterns.
Action: Migrate to the Checkout And Accounts Configuration API and upgrade extensions to API 2026-04 with cart/order metafields.
Currency, tax, and discount primitives expand app monetization surfaces.
Local-currency gift cards, buyer metafields in tax calculations, and purchaseType/recurringCycleLimit in discount UI extensions each open new first-party surfaces for apps and merchants. Operators can reduce custom admin work and ship subscription and tax offers faster.
Action: Adopt the new primitives in the next sprint; align subscription and tax app roadmaps with these surfaces.
Operator priorities
- Run a Scripts-to-Functions migration plan; complete discount, shipping, and payments rewrites before Jun 30, 2026.
- 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.
- Upgrade checkout/customer account extensions to API 2026-04 minimum and switch from checkout metafields to cart and order metafields.
- Plan Customer Account API authentication for Returns/Exchanges and Subscription apps; land before Dec 1, 2026.
- Migrate public apps to expiring offline access tokens; build refresh handling before Jan 1, 2027.
- Local-currency gift cards via the new giftCardProductSet mutation and migration from initialValue to initialAmount.
- Buyer metafields in tax calculation requests for D2C and B2B tax partner integrations.
- purchaseType and recurringCycleLimit exposure in discount UI extensions for subscription acquisition.
- App Developer Radar
- Shopify Platform
- Storefront & Theme
- Subscriptions
- Returns
Topic heatmap
App Developer Radar is the dominant signal source this week, driven by API 2026-04/2026-07 changes, metafield deprecations, and the three hard deadlines.
Shopify Platform signals concentrate on API versioning, the unified checkout/accounts API, and the Scripts-to-Functions transition.
Storefront & Theme signals track the checkout/accounts unification and the checkout metafield deprecation.
Best practices signals pair Scripts migration guidance with public app token lifecycle management.
Subscriptions signals surface in Built for Shopify CAAPI requirements and the new discount UI extension fields.
AI Commerce appears via the local-currency gift card rollout; treat as adjacent context rather than primary action.
Operations signals are anchored to the Scripts deprecation and the migration to Functions.
Apps & Solutions signal is the Built for Shopify requirements change affecting Returns/Exchanges and Subscription apps.
Returns signal is the Customer Account API authentication requirement for buyer self-service Returns apps.
Conversion signal comes from the new purchaseType and recurringCycleLimit fields enabling clearer subscription offers.
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.
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.