ShopEyes Radar

Conversion

PDP, cart, checkout, reviews, AOV, personalization, and testing signals.

17 signals

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.

Why it matters: App teams offering subscription discounts finally have a first-party UI surface for purchase-type controls, removing custom admin work and unlocking better subscription acquisition offers.

Action: Update discount UI extensions to surface purchaseType and recurringCycleLimit; align defaults with current subscription discount UX.

Act nowchangelogSubscriptionsApp Developer RadarConversion Original source
90 Evaluate Shopify Developer Changelog Official

Purchase-type filtering now enforced for app discounts

appliesOnSubscription and appliesOnOneTimePurchase are now actually enforced at checkout for app discounts instead of being ignored.

Why it matters: App discounts that previously applied to every line item now respect subscription vs one-time settings, which can change effective discount economics and require merchant comms.

Action: Re-test app discounts for subscription and one-time scenarios; review pricing strategies and notify merchants of behavior change.

Act nowchangelogSubscriptionsConversionApp Developer Radar Original source
88 Urgent Shopify Developer Changelog Official

Multiple product discounts can apply on a single cart line

GraphQL Admin API 2026-04 supports stacking multiple product discounts on a single cart line to aid Scripts migration ahead of the June 30, 2026 sunset.

Why it matters: Critical unblocker for Scripts merchants migrating to Functions; agencies handling legacy Scripts work must validate stacking logic.

Action: Validate discount combination behavior for Scripts-migrated stores; ensure custom Functions handle multi-discount line scenarios.

Act nowchangelogConversionOperations Original source
88 Urgent Shopify Developer Changelog Official

New discount fields in the Storefront API's cart types

Storefront API 2026-07 restructures discount fields on Cart: cart.discountAllocations and cartDiscountAllocation.discountApplication deprecated in favor of line-level and deliveryGroup allocations with sourceDiscountApplication.

Why it matters: Headless storefronts must rewire discount displays, totals, and analytics to the new shape before 2026-04 sunsets.

Action: Audit cart.headless/Storefront API consumers for the deprecated fields; migrate to lines[].discountAllocations and deliveryGroups[].discountAllocations; track sourceDiscountApplication for attribution.

Act nowchangelogShopify PlatformStorefront & ThemeApp Developer Radar Original source
85 Evaluate Rebuy Academy YouTube Vendor POV

Rebuy Academy video turns cart cross-sells into a step-by-step AOV playbook

A Rebuy Academy video explains cart cross-sell setup patterns for increasing order value during the cart experience.

Why it matters: Video walkthroughs are more useful for merchants when converted into clear setup steps, checks, and mistakes to avoid.

Action: Convert the video into a playbook before sharing it with a merchant or client team.

EvaluatevideoConversionBest practices Original source
84 Opportunity Shopify Developer Changelog Official

New `PRODUCT_UNAVAILABLE_IN_BUYER_LOCATION` warning code in the Storefront API Cart

Storefront API Cart emits PRODUCT_UNAVAILABLE_IN_BUYER_LOCATION warning per affected line in API 2026-07, targeted to CartLine ID.

Why it matters: Headless storefronts and apps can detect geo-restricted products in cart and proactively show alternatives, reducing checkout drop-off on international markets.

Action: Update Storefront API clients to handle the new warning code; render line-level messaging in cart UI.

Act nowchangelogStorefront & ThemeConversion Original source
84 Opportunity Shopify Developer Changelog Official

Shop User Metafields in Shopify Functions

Partners can now read Shop User metafields during checkout via Shopify Functions, enabling cross-merchant buyer personalization at checkout.

Why it matters: Unlocks personalized checkout logic (discounts, validation, routing) based on Shop Pay buyer identity across merchants.

Action: Audit Shop User metafield usage and design Functions that read them for personalization, fraud, or loyalty logic at checkout.

EvaluatechangelogShopify PlatformApp Developer RadarRetention & CRM Original source
83 Evaluate Shopify Developer Changelog Official

Target discounts to specific markets

DiscountContextInput now accepts markets, allowing discount targeting to regional markets, retail locations, or B2B company locations across all discount types.

Why it matters: Unlocks market-aware promotional strategies and B2B segmentation in discount logic; agencies selling internationally gain a cleaner lever than workarounds.

Action: Review current discount stacks for market-eligibility gaps; design market-segmented promo strategies for launches and B2B accounts.

EvaluatechangelogConversionSegmentation Original source
83 Opportunity Shopify Developer Changelog Official

Add Prerequisites to Product Discount Functions

Product discount functions now support prerequisites, enabling full Buy X Get Y (BXGY) discount logic where customers must purchase a specified quantity of one product to receive a discount on another.

Why it matters: Completes the discount function toolkit - previously prerequisite logic for BXGY had to be enforced elsewhere. Significantly expands what merchandising teams can build natively via Shopify Functions, reducing reliance on third-party discounting apps.

Action: Plan migration of any custom BXGY logic into native product discount functions using prerequisites. Build apps/extensions offering advanced bundle mechanics (tiered bundles, cross-sell prerequisites) that compete with existing BXGY apps.

EvaluatechangelogShopify PlatformApps & SolutionsApp Developer Radar Original source
83 Opportunity Shopify Developer Changelog Official

Cart and checkout validation adds billing address and PO number error targets

Cart and Checkout Validation Functions now support new field targets for billing address and PO number validation starting 2026-04, enabling server-side enforcement for B2B orders.

Why it matters: Replaces brittle client-side UI validation with robust server-side enforcement. Critical for B2B merchants needing strict billing rules (blocked countries, required PO numbers) that can't be bypassed by client-side tricks.

Action: Audit existing checkout UI extensions for billing-country and PO enforcement and migrate logic into Cart/Checkout Validation Functions. Prototype new compliance-checking apps for regulated industries.

EvaluatechangelogShopify PlatformApps & SolutionsApp Developer Radar Original source
83 Evaluate Shopify Developer Changelog Official

Read a cart line's `viewKey` from the `CartLine` type

CartLine now exposes a viewKey field in responses, letting you correlate returned cart lines with the viewKey you sent in cartLinesUpdate/cartLinesRemove.

Why it matters: Removes a long-standing footgun where Liquid cart lines could not be round-tripped via the API; simplifies PDP/cart UIs and headless storefronts.

Action: Update cart response handlers to read CartLine.viewKey; align client-side cart state with API responses.

Act nowchangelogStorefront & ThemeApp Developer RadarConversion Original source
82 Urgent Shopify Developer Changelog Official

Scannable discount codes

Merchants can now generate QR codes for any discount code, usable by POS staff at checkout and online customers. No app changes required for discount apps.

Why it matters: Adds a new redemption surface (POS + online) for discount codes without API work; relevant for discount, POS, and marketing apps to consider QR-aware features or compatibility testing.

Action: Review your discount-creation flows for optional QR generation; confirm URL format works with current deep-link/receipt patterns.

EvaluatechangelogShopify PlatformApp Developer RadarStorefront & Theme Original source
82 Evaluate Recharge Blog Vendor POV

Recharge outlines how subscription landing pages should explain timeline and benefits

Recharge describes subscription landing page tactics around value proposition, timing, benefits, and customer clarity.

Why it matters: Subscription conversion often fails because the customer cannot quickly understand commitment, cadence, and benefit.

Action: Add a subscription landing page section that explains cadence, skip options, savings, and who the plan is best for.

EvaluatearticleRetention & CRMSubscriptionsConversion Original source
81 Opportunity Shopify Developer Changelog Official

Discount application information now available for draft orders on the Customer Account API

Customer Account API (2026-07) exposes discountApplications on DraftOrder and discountAllocations on DraftOrderLineItem, letting customer-facing surfaces show draft order discounts.

Why it matters: B2B and wholesale buyers on customer accounts can now see accurate discount breakdowns on draft orders, reducing back-and-forth and quote-to-order conversion friction.

Action: Surface discountApplications in customer account draft order views; update B2B/headless storefronts querying DraftOrder.

Act nowchangelogStorefront & ThemeConversionApps & Solutions Original source
81 Evaluate Charle Articles Agency POV

Charle mobile SEO guide connects Shopify mobile UX with Core Web Vitals and checkout speed

Charle explains mobile SEO for Shopify stores through mobile-first indexing, Core Web Vitals, checkout speed, and product schema.

Why it matters: Mobile SEO and mobile conversion are no longer separate checklists for most Shopify stores.

Action: Audit a mobile product page for LCP, INP, tap targets, Shop Pay visibility, and product schema.

EvaluatearticleAcquisitionStorefront & ThemeConversion Original source
80 Evaluate Yotpo Blog Vendor POV

Yotpo connects Shopify conversion rate to trust, performance, and retention

Yotpo frames Shopify conversion optimization as a system of performance, social proof, UX, and repeat purchase loops.

Why it matters: Conversion advice is often fragmented. This is useful when it helps merchants prioritize trust and retention together.

Action: Audit one product page for speed, proof, offer clarity, and post-purchase path before adding more acquisition spend.

EvaluatearticleConversionRetention & CRMBest practices Original source
76 Opportunity Loop Blog Vendor POV

Loop return policy examples show why post-purchase clarity affects conversion

Loop explains return policy page patterns that reduce shopper hesitation and support friction.

Why it matters: Return policy clarity can affect both conversion confidence and support workload.

Action: Put the return policy link in a visible footer location and rewrite the page around customer questions, not legal density.

EvaluatearticleOperationsConversionReturns Original source