ShopEyes Radar

Shopify Radar Weekly, 2026 W29

This week's signals cluster around Shopify Platform, App Developer Radar, Storefront & Theme, Conversion, and Subscriptions. The dominant theme is forced migration: multiple API and feature deprecations converge around late 2026 deadlines, including Shopify Scripts (June 30, 2026), Built for Shopify auth requirements for Returns and Subscription apps (December 1, 2026), and the new unified Checkout And Accounts Configuration API replacing two deprecated APIs. Operators running checkout extensions, scripts, or buyer self-service apps should assign owners now and sequence migration work before deadlines.

Short answer

This weekly Shopify Radar report turns the 2026-W29 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 the Shopify Scripts customizations report and build a Functions migration plan with milestones before June 30, 2026.
  2. 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.
  3. Plan Customer Account API authentication migration for Returns/Exchanges and Subscription apps to land before December 1, 2026.

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's signals cluster around Shopify Platform, App Developer Radar, Storefront & Theme, Conversion, and Subscriptions. The dominant theme is forced migration: multiple API and feature deprecations converge around late 2026 deadlines, including Shopify Scripts (June 30, 2026), Built for Shopify auth requirements for Returns and Subscription apps (December 1, 2026), and the new unified Checkout And Accounts Configuration API replacing two deprecated APIs. Operators running checkout extensions, scripts, or buyer self-service apps should assign owners now and sequence migration work before deadlines.

  • Shopify Platform produced 5 signals worth operator review.
  • App Developer Radar produced 5 signals worth operator review.
  • Storefront & Theme produced 3 signals worth operator review.
  • Multiple hard-deadline deprecations stack across June 30, 2026 and December 1, 2026, requiring sequenced migration planning.
  • Checkout and buyer-facing extension code is the highest-leverage area to audit this week.

Weekly patterns

What changed this week, grouped by operator decision instead of repeated daily cards.

Pattern

Checkout and buyer-facing surfaces are consolidating onto a single configuration API.

Shopify is unifying branding control across checkout, customer accounts, and sign-in under the new Checkout And Accounts Configuration API (2026-04), which replaces the deprecated Checkout Profile and Checkout Branding APIs. Separately, useBuyerJourneyIntercept is deprecated in checkout UI extension API 2026-07, pushing extension authors toward cart and checkout validation functions. Together these shifts signal a coordinated rebuild of the checkout extension surface area.

Action: Audit every checkout, sign-in, and customer account customization; migrate deprecated API usage and plan validation-function rewrites for blocking extensions.

Pattern

Scripts deprecation forces a Functions migration across merchants and agencies.

Shopify Scripts reaches end-of-life on June 30, 2026, with Shopify Functions gaining expanded discount, shipping, and payments capabilities as the replacement. Any merchant relying on Scripts for pricing, shipping, or payment routing faces a hard cutover with revenue risk if migration slips. Agencies should run the Scripts customizations report per client before sequencing the migration.

Action: Run the Shopify Scripts customizations report for every affected client and build a Functions migration plan with explicit milestones before June 30, 2026.

Pattern

Built for Shopify status now depends on Customer Account API authentication.

From December 1, 2026, Returns/Exchanges and Subscription apps with buyer self-service must authenticate via the Customer Account API to retain Built for Shopify status. The requirement forces a real app rebuild, not just a config change, and puts App Store tier positioning at risk. Engineering capacity should be reserved now to land ahead of the deadline.

Action: Plan Customer Account API authentication migration now; reserve engineering capacity to ship before December 1, 2026.

Pattern

Tax and gift card APIs expand buyer-context fidelity.

Tax calculation requests now include customer and company metafields as of API 2026-04, giving tax partners richer buyer context for D2C and B2B scenarios. Separately, GraphQL Admin API 2026-07 introduces local currency gift cards via giftCardProductSet, and deprecates the initialValue field in favor of initialAmount. Both changes shift data contracts partners and apps depend on.

Action: Audit gift card creation flows for initialValue usage and migrate to initialAmount and giftCardProductSet; validate tax partner integrations consume the new metafields.

Operator priorities

Act now
  • Run the Shopify Scripts customizations report and build a Functions migration plan with milestones before June 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.
  • Plan Customer Account API authentication migration for Returns/Exchanges and Subscription apps to land before December 1, 2026.
  • Inventory checkout UI extensions using useBuyerJourneyIntercept and plan migration to cart/checkout validation functions.
  • Migrate gift card creation from the deprecated initialValue field to initialAmount and evaluate the new giftCardProductSet mutation for local currency support.
Evaluate
  • Tax partner integrations and any in-house tax logic should be reviewed against the new customer and company metafields on calculation requests.
Watch
  • Shopify Platform
  • App Developer Radar
  • Storefront & Theme
  • Conversion
  • Subscriptions

Topic heatmap

Shopify Platform High · 5 signals

Shopify Platform deserves attention because it appears repeatedly in this week's selected evidence.

App Developer Radar High · 5 signals

App Developer Radar deserves attention because it appears repeatedly in this week's selected evidence.

Storefront & Theme High · 3 signals

Storefront & Theme deserves attention because it appears repeatedly in this week's selected evidence.

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 Urgent Shopify Developer Changelog Official

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.

Act nowchangelogShopify PlatformApp Developer RadarConversion 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-W29 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.