ShopEyes Radar

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 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.

This week's 3 decisions

  1. Run a Scripts-to-Functions migration plan; complete discount, shipping, and payments rewrites before Jun 30, 2026.
  2. Plan Customer Account API authentication for Returns/Exchanges and Subscription apps; land before Dec 1, 2026 to protect Built for Shopify status.
  3. Migrate public apps to expiring offline access tokens; build refresh handling before Jan 1, 2027.

Actions by role

For merchants

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.

For agencies

Turn urgent Shopify platform changes into client audit checklist items, especially when a deadline or API version appears in the source signal.

For app developers

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.

Pattern

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.

Pattern

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.

Pattern

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

Act now
  • 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.
Evaluate
  • 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.
Watch
  • App Developer Radar
  • Shopify Platform
  • Storefront & Theme
  • Subscriptions
  • Returns

Topic heatmap

App Developer Radar High · 7 signals

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 High · 5 signals

Shopify Platform signals concentrate on API versioning, the unified checkout/accounts API, and the Scripts-to-Functions transition.

Storefront & Theme High · 4 signals

Storefront & Theme signals track the checkout/accounts unification and the checkout metafield deprecation.

Best practices Medium · 2 signals

Best practices signals pair Scripts migration guidance with public app token lifecycle management.

Subscriptions Medium · 2 signals

Subscriptions signals surface in Built for Shopify CAAPI requirements and the new discount UI extension fields.

AI Commerce Low · 1 signals

AI Commerce appears via the local-currency gift card rollout; treat as adjacent context rather than primary action.

Operations Low · 1 signals

Operations signals are anchored to the Scripts deprecation and the migration to Functions.

Apps & Solutions Low · 1 signals

Apps & Solutions signal is the Built for Shopify requirements change affecting Returns/Exchanges and Subscription apps.

Returns Low · 1 signals

Returns signal is the Customer Account API authentication requirement for buyer self-service Returns apps.

Conversion Low · 1 signals

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.

100 Urgent Shopify Developer Changelog Official

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.

Act nowchangelogShopify PlatformApp Developer RadarStorefront & Theme Original source
100 Opportunity Shopify Developer Changelog Official

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.

Act nowchangelogShopify PlatformApp Developer RadarStorefront & Theme Original source
94 Urgent Shopify Developer Changelog Official

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.

Act nowchangelogShopify PlatformStorefront & Theme Original source
94 Urgent Shopify Developer Changelog Official

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.

Act nowchangelogShopify PlatformOperationsApp Developer Radar Original source
93 Urgent Shopify Developer Changelog Official

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.

Act nowchangelogApps & SolutionsApp Developer RadarSubscriptions Original source
92 Opportunity Shopify Developer Changelog Official

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.

Act nowchangelogSubscriptionsApp Developer RadarConversion Original source
92 Urgent Shopify Developer Changelog Official

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.

Act nowchangelogApp Developer RadarShopify PlatformBest practices Original source
92 Urgent Shopify Developer Changelog Official

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.

Act nowchangelogApp Developer RadarStorefront & Theme Original source

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.