THE TAKING BACK CONTROL SERIES

Agentic checkout: The control layer for Shopify Plus merchants

The third “dock” of the series "Taking back control in a more complex eCommerce world". How merchants, especially Shopify Plus, can maintain checkout control as customers begin buying through AI platforms.
1st blog in series campaign materials.png
taking back control series

AI is no longer just changing how customers discover products. It is starting to change where they buy them.

Platforms like ChatGPT, Perplexity, and Gemini are moving beyond search and into transactions. A customer can now ask an AI assistant for a recommendation, compare options, and complete a purchase. All without visiting your storefront. Shopify has already built the infrastructure to support this through Agentic Storefronts.

At first glance, this looks like a clean distribution win. More channels, more reach, and Shopify handling the heavy lifting.

But the infrastructure being in place does not mean your checkout is ready for it.

Early real-world tests of AI-native checkout tell a more complicated story. Cart abandonment rates hit 77% in some experiments. Conversions ran three times lower than on traditional storefronts.

These failures happen precisely at the seams where agentic transactions meet merchant-side checkout configuration. Shopify can connect you to the channel. What happens inside your checkout once the agent hands off the buyer is still yours to own.

The door to agentic commerce is open. The question is whether your checkout is ready for what walks through it.

By the end of this article, you will understand what has changed, where your checkout logic holds, and where it breaks, and the concrete steps to close the gaps before they cost you.

Gentian Shero is Co-Founder and Chief Strategy Officer at Shero Commerce, a Shopify Premier agency serving mid-market and enterprise brands.

With 15 years in eCommerce, he has led complex platform migrations from Magento, BigCommerce, and Salesforce Commerce Cloud to Shopify. He also writes Commerce Jam, a newsletter on eCommerce strategy and the operational realities of running online businesses. He is based in New York's Hudson Valley.

1. What changed in March 2026, and what it means for your stores

Two announcements in early 2026 define where this is heading, and they point in very different directions. Together, they tell you something important about the moment you are in right now.

OpenAI scaled back Instant Checkout

ChatGPT's native checkout feature, which allowed users to buy products directly inside the chat interface, was quietly pulled back after only 30 merchants went live, as reported by The Information.

The structural limitations were real. It supported only single-item purchases, lacked discount code functionality, and offered no shipping guarantees.

But the more fundamental problem was behavioural: shoppers used the chat interface to browse and compare, but wouldn't complete purchases inside it. The intent was there; the conversion wasn't. OpenAI has since pivoted to a discovery-only model.

OpenAI scaling back X post announcement
The lesson is not that agentic commerce failed. It is that checkout built inside an AI platform, on terms the platform controls, that does not hold up at scale. That distinction matters for everything that follows.

Shopify launched Agentic Storefront, and as of March 2026, it is live

In the same month, Shopify introduced Agentic Storefront across ChatGPT, Microsoft Copilot, AI Mode in Google Search, and the Gemini app, all managed centrally from your Shopify Admin. Instead of handing checkout off to the AI platform, Shopify routes the transaction back through your own storefront. Customers complete purchases via an in-app browser on mobile or a new browser tab on desktop.

Your existing customizations carry over. Brand experience, pricing logic, payment methods, and checkout logic all remain intact. Orders appear in your admin with channel attribution. You remain the merchant of record.

This is the architectural difference that matters:

Agentic Commerce Protocol (ACP)

Universal Commerce Protocol (UCP)

Led by

OpenAI

Shopify + partners

Where checkout happens

Inside the AI platform's own UI

Redirects to your own storefront

Merchant control

You inherit a standardized checkout that you do not own

You own the rules, logic, and performance of checkout

Shopify's UCP approach does not replace your checkout infrastructure. It routes transactions through it. That is what makes it different, and that is what makes your checkout configuration matter more now, not less.
Shopify Universal Commerce Protocol graph
Image: Shopify article on how they are building UCP to power agentic commerce

Your store is already live on AI channels, whether you enabled it or not

Your products are automatically discoverable by AI channels through Shopify Catalog, which continuously syncs your product data, including title, description, images, pricing, and availability in a structured format that AI agents can read. This happens regardless of your agentic storefront settings. Even if you opt out of direct selling, your products can still be discovered.

Direct purchasing through AI channels is a separate layer. For customers to complete purchases inside AI interfaces, your store needs to meet specific eligibility requirements. Google AI Mode, Gemini, and Microsoft Copilot have additional requirements: your store must be based in the United States, and all three are still in early access and not yet available to all merchants.

How the purchase flow works also differs by platform.

On ChatGPT, customers complete the purchase on your Shopify checkout inside a ChatGPT in-app browser, meaning your full checkout logic runs normally. On Google AI Mode and Microsoft Copilot, customers pay inside the AI channel using a Shopify-powered built-in checkout, which is a more compressed flow where some of your UI-level customizations may not carry over.

Agentic Storefront Shopify admin

If you want to hide products from AI discovery entirely, you must set their status to Unlisted. That action also removes them from Google Search and your own storefront's site search. Hiding from AI and hiding from organic search are the same switch.

That is the situation most Shopify Plus merchants are currently in. Agentic commerce is not a channel you are deciding whether to enter. The discovery layer is already live. The question is whether your checkout is built to handle what comes next.

2. How an agentic transaction actually works

Most merchants understand agentic commerce at the channel level. A customer finds your product through ChatGPT. They buy it. The order shows up in your admin.

What happens in between is where the gaps live.

2.1 The flow from recommendation to completed order

When a customer interacts with an AI assistant and expresses intent to buy, the transaction moves through several distinct stages before it reaches your checkout. Understanding each stage tells you exactly where your logic is and is not in control.

Stage 1: Discovery

The AI surfaces your product from the Shopify Catalog. It pulls your product title, description, pricing, and inventory status from the structured data in your store at that moment. What the agent shows the customer is only as accurate as what is in your catalog right now.

If your pricing is stale or your inventory count is off, the agent presents that version of your product as fact.

Stage 2: Decision

The customer asks questions, compares options, and signals intent to purchase. The AI handles this entire conversation. You have no visibility into it. You do not know what competing products were shown, what objections were raised, or what the agent said to close the decision.

The customer arrives at checkout having already been sold by a conversation you were not part of.

Stage 3: Handoff

The agent passes the purchase request to Shopify's infrastructure and opens the checkout in an in-app browser on mobile or a new browser tab on desktop. The customer is still present. They will still fill in their shipping address, select a shipping method, and confirm payment.

What they arrive with changes: a pre-selected product and, if Shop Pay is active, pre-loaded payment credentials. Some steps in a standard storefront checkout that would normally be walked through gradually are compressed or skipped entirely.

Stage 4: Checkout execution

The customer completes the form and confirms the purchase. Shopify runs the transaction through your checkout logic—taxes recalculate against the entered address, inventory re-validates live (often differing from Stage 1 snapshot due to time lags, competing sales, or unpredicted external updates), discount eligibility checks anew, and shipping options compute fresh. Every rule you built fires in sequence.

Unlike standard storefronts, where users see gradual updates, the agent-carried data from Stage 1 frequently mismatches reality by Stage 4 execution. The result is errors like stockouts or surprise fees that kill conversions.

Stage 5: Order confirmation

The completed order lands in your admin with channel attribution. From here, your standard fulfillment workflow takes over.

Why does this mismatch happen so consistently?

The agent reads your catalog once at Stage 1 and does not refresh it as the conversation continues. Stages 2 and 3 can take anywhere from two to ten minutes or longer.

In that window, other buyers are purchasing, flash sales are expiring, and supplier updates are pushing new stock counts into your system independently of the AI conversation. The agent has no mechanism to detect any of it mid-chat.

That is the structural reason behind the low conversion rate of Instant Checkout. Not a failure of AI sophistication. A failure of data freshness.

2.2 The two categories every checkout element falls into

Checkout is a set of interconnected systems running underneath the page you are familiar with.

To manage this layer well, you first need to know what happens behind the scenes. There are two key categories that make up the checkout experience: The essential and the add-ons.

The first layer makes the transaction possible. The second layer makes it valuable, regardless of where your customers check out.

The essential

The add-ons

Description

Logic that executes on the server runs regardless of how or where the purchase is initiated

UI elements that render for a human shopper in a browser session

Examples

Product pricing, tax calculation, shipping fees, inventory validation, customer identity, payment authorization

Gift wrapping options, upsell widgets, loyalty point redemption, delivery instructions, and personalization banners

Agentic behavior

Executes as normal, provided the logic is correctly configured

May not fire at all when an agent initiates the purchase

The experience layer is not where your revenue risk lives in an agentic environment. A customer who does not see an upsell widget is a missed opportunity.

However, a customer whose order is processed with the wrong tax rate, an ineligible discount, or an out-of-stock item is an operational issue that lands in your support queue.

2.3 What “checkout as a control layer” actually means

The phrase gets used often enough that it has started to lose meaning. Here is what it means in practice.

Most Shopify Plus merchants have checkout rules. Purchase limits, discount eligibility, tax logic, fraud checks, and shipping restrictions. The question is not whether those rules exist. It is where they live and what triggers them.

There are two ways checkout rules can be enforced:

  • At the page level: The rule fires because a human is present in a browser, moving through your storefront step by step. A validation runs when the customer reaches the discount field. A shipping restriction surfaces when they select a delivery option. An upsell widget appears because the checkout page has loaded and rendered correctly. These rules depend on a browser session to initialize and a human to encounter them.

  • At the transaction level: The rule fires as part of the transaction itself, regardless of how or where the purchase was initiated. No browser session required. No human presence assumed. The logic executes on the server the moment a purchase is submitted, whether that purchase came from your storefront, a mobile app, or an AI agent completing a transaction on a customer's behalf.

A checkout built as a control layer means your rules live at the transaction level, not the page level.

If your checkout rules are built into Shopify Functions, agentic commerce adds a new channel without adding new risk. Your logic runs exactly as it would for any other transaction. If they are not, you have work to do.

3. Where your checkout holds and where it breaks

3.1 The distinction that determines what survives in an agentic transaction

Not every Shopify Plus merchant will have gaps here. But for those who do, the problem is consistent: key business logic has landed on the wrong layer without anyone realizing it.

Discount eligibility checks living in third-party apps that depend on a browser session. Purchase limits that rely on UI validations to fire. These work in a standard storefront session. In an agentic transaction, they quietly disappear.

Agentic storefront terms and service
Section 4 of Agentic storefront supplemental terms of service mentions that some checkout customizations will not be the same on the Participating Partner (AI platforms) interface

Shopify's own Agentic Storefront supplemental terms explicitly state that some checkout customizations will not carry over in the same way on participating AI partner interfaces. This is a structural characteristic of how the handoff works, not a temporary gap waiting to be fixed.

The three failure areas below show exactly where that gap surfaces and what it costs.

⚓ Disclosure: Qikify Checkout Customizer

If you want to fully customize your checkout page while keeping critical rules on the right layer, Qikify Checkout Customizer is worth looking at.

On the experience layer, you can add upsell offers, trust badges, and custom fields through Checkout UI Extensions. On the transaction layer, the app supports validation rules, payment restrictions, and shipping customizations built on Shopify Functions, so those rules execute on every order regardless of where the purchase originates.

For more complex requirements, the team also handles advanced custom cases tailored to specific business needs.

3.2 Tax compliance: Are your rates accurate across every channel you sell on?

Tax compliance is the failure area most merchants underestimate, and the one with the most serious downstream consequences.

On a standard storefront, tax calculation feels automatic. A customer enters their address, Shopify calculates the rate, and the order is processed. It works consistently enough that most merchants have never had reason to question it.

Agentic commerce surfaces two problems that sit underneath that apparent reliability.

The first is the cross-channel blind spot. Shopify's native tax tools calculate rates accurately and do track sales volume across your connected Shopify channels, including your online store, Facebook, Instagram, Shop, and Shopify POS. What they cannot see is sales volume from platforms outside the Shopify ecosystem that are not imported into your store. Amazon, Etsy, a separate eCommerce platform, or another Shopify store you own all sit outside that visibility.

This matters because economic nexus thresholds are calculated against your total sales activity across every channel, not just what Shopify can track. A merchant selling across Shopify and Amazon simultaneously may cross a state nexus threshold through their combined volume without Shopify's tax tools registering it.

As Gentian Shero puts it: "A merchant can be collecting the right rate on their store while the wrong rate applies on another channel for months. Nobody catches it until a state tax authority sends a letter."

Agentic commerce adds another channel to that calculation. And because AI-initiated transactions are still an emerging category, verifying that they are being captured correctly in your tax compliance reporting is worth confirming explicitly rather than assuming.

The second consideration is more foundational. Shopify Tax calculates rates using rooftop-level accuracy across more than 11,000 US tax jurisdictions, which means the customer's precise shipping address is what determines the correct rate.

That level of precision is a strength in a standard checkout flow where the address is entered and validated clearly. In an agentic flow where Shop Pay pre-fills credentials, it is worth confirming that the pre-filled address is current and accurate before the transaction executes.

New from Shopify (Feb 25, 2026)

Merchants using Shopify Tax in the EU or UK can now enable automatic VAT number validation at checkout. When a valid VAT number is entered, the reverse charge exemption applies and VAT is removed from the order.

The exemption covers EU to EU shipments where the destination differs from the fulfillment country, and EU to UK shipments.

Learn more from Shopify changelog: VAT number validation at checkout

3.3 Inventory: Can your checkout catch conflicts before they reach the customer?

Inventory is the failure area most likely to affect your customer experience directly, and the one with the shortest window to catch.

The core problem was established in Section 2: the agent reads your inventory at Stage 1 and does not refresh it. But two specific scenarios make this worse than it first appears.

The first is per-customer purchase limits. If you sell limited-edition products or anything with a quantity restriction, that limit may be enforced through a Checkout UI Extension or a third-party app that does not use Shopify Functions. When an AI agent initiates the purchase, that validation may not fire. An AI-initiated transaction can bypass your purchase limit entirely if the logic is not implemented in a Shopify Function.

The second is the oversell window. The time between an AI recommendation and a completed checkout is long enough for popular items to sell out. A customer who was told by an AI that an item was available, moved through several minutes of conversation, and arrived at checkout to find it gone is not just an abandoned cart. It is a brand experience failure that originated in a channel you cannot directly control.

3.4 Discount logic: Will your rules still apply when no one is there to trigger them?

Discount logic is worth a quick audit, but the risk here is narrower than in other areas. Most native Shopify discount features and the majority of third-party discount apps are built on Shopify Functions and will carry over into agentic transactions correctly.

The edge case to watch for is expired and conflicting codes. An AI agent working on behalf of a returning customer may carry a code from a previous interaction that is no longer valid or conflicts with a current promotion. On a standard storefront, your checkout catches this in real time. In an agentic flow, it surfaces at Stage 4 and either stalls the transaction or processes it incorrectly.

What to do: Confirm that your discount setup runs through native Shopify Discounts or Shopify Functions-based apps. If it does, you are largely covered. The main thing to verify is how your checkout handles invalid or conflicting codes when there is no human present to resolve the error.

On fraud: lower risk than you might think, for now

Agentic transactions routed through Shopify's infrastructure run through the same payment authorization and fraud detection systems as your standard storefront orders. Within the current landscape of legitimate platforms like Shopify and OpenAI, fraud is the lowest-risk area on this list.

That will change as more platforms enter the space. Bot behavior, credential misuse, and threat vectors specific to autonomous purchasing are worth understanding before they become relevant. We covered this in our previous article on bot traffic in eCommerce.

Knowing where your checkout is exposed is the first part of the picture. The second is understanding what you are actually trading away and gaining by being in this channel at all.

4. The control and data trade-offs you need to understand

Agentic commerce through Shopify's UCP model is not a binary choice between full participation and full withdrawal. But it does involve real trade-offs that are worth understanding clearly before AI-initiated transaction volume grows in your store.

4.1 What you gain

The opportunity is concrete. Adobe reported that AI traffic to retail sites grew 693% year-on-year over the 2025 holiday season. Customers who have never visited your storefront are discovering your products through AI conversations, with no ad spend required.

Under Shopify's Agentic Storefront model, the gains are specific:

  • Products sync in real time across ChatGPT, Microsoft Copilot, Google AI Mode, and Gemini from a single admin

  • Orders arrive with channel attribution, so you can see exactly where AI-initiated sales are coming from

  • You remain the merchant of record, retaining ownership of the customer relationship and transaction data

  • No additional transaction fees beyond standard processing rates

  • Your existing checkout logic, pricing rules, and payment methods carry over

For most merchants, this is a genuine incremental reach into channels that would otherwise require significant engineering effort to access.

4.2 What you give up

The data visibility picture is less clean.

On your storefront, you know how a customer arrived, what they browsed, how long they considered a product, what they compared it against, and what finally pushed them to buy. That behavioral data feeds your analytics, informs your merchandising decisions, and powers your retargeting.

In an agentic transaction, most of that disappears. AI platforms have strict policies about what they share with merchants. ChatGPT does not share customers' chat history. You will not know which products the AI showed before yours. You will not know what objections it handled or what framing it used to close the decision. The session data, browsing behavior, and pre-purchase intent signals your analytics tools rely on go dark for AI-initiated transactions.

Gentian Shero

Most people understate customer ownership in Agentic Commerce. When a transaction happens inside an AI interface, you don't just lose a data point. You lose browsing behavior, session data, attribution, and the post-purchase engagement loop.

The danger is ceding the control layer to AI platforms, the way merchants ceded discovery to Google and social to Meta. If you own checkout, you own the data. If you don't, you're renting your customer relationships.

5. What to do right now, in order of priority

The gaps identified previously about what checkout holds and what breaks are worth closing, regardless of how agentic commerce develops. The core mindset shift is straightforward: if a rule matters, it should not depend on a human seeing a screen.

Audit your checkout rules and move critical ones into Shopify Functions

Go through your checkout app setup and ask one question for each customization: Is this informational, or does it enforce a real business rule?

Informational only: Banners, trust badges, upsell widgets → acceptable to stay as UI Extensions

Enforces a rule: Payment restrictions, shipping logic, cart validation, age verification, consent checkboxes, required custom fields → needs to live in a Shopify Function

Common examples worth migrating:

  • Blocking payment methods for specific regions or customer segments → Payment Customization Function

  • Hiding or reordering shipping methods based on cart contents → Delivery Customization Function

  • Enforcing minimum order quantities or cart validation rules → Cart and Checkout Validation Function

Untitled design.png
A checkout validation on the Address field of an online store. Demonstrated by Qikify Checkout Customizer

All of these can be implemented without custom development. Most Shopify Plus checkout apps, including Qikify Checkout Customizer, support these customizations through Shopify Functions directly.

Please note that these audit areas are suggestions only. The specific steps will still depend on your selling strategies.

Validate orders post-purchase with Shopify Flow

For rules that cannot yet be enforced server-side at checkout, use Shopify Flow to catch and flag orders after they are placed. Automatically tag or hold orders missing expected data, flag transactions that bypassed a purchase limit, or trigger a review for orders that fall outside normal parameters.

Review your Shop Pay configuration

Shop Pay is the primary payment method for AI-initiated transactions. Confirm it is enabled, that your payment rules are Functions-based, and that your installments configuration reflects your current product range.

Pay particular attention to stored address accuracy, as pre-filled credentials are only as reliable as the data behind them.

Test with a headless or API checkout

Simulate what an AI agent experiences by placing a test order via the Storefront API or Draft Order API. This is the most direct way to verify that your critical rules apply correctly when there is no browser session present.

Then test the specific edge cases most likely to surface in agentic flows: expired discount codes, sold-out inventory, and multi-item orders.

Check your ChatGPT referral attribution in admin

shopify chatgpt analytics.png
Merchants can easily pull the referral data from ChatGPT in Shopify Reports

AI-initiated orders are already arriving with channel attribution. Pull your referral data now, filter for ChatGPT, and cross-reference a sample of orders against what your standard checkout would have produced.

Are discount rules applying correctly? Are tax rates matching expectations? Is inventory being deducted accurately?

The data you collect now, while volume is still low, is the most valuable you will get before the channel matures.

Gentian Shero’s final advice to all e-commerce merchants:

AI discoverability and Agentic Commerce are all about clean data. Get your product data in order. Clean, structured, complete. If your titles are inconsistent, your descriptions are thin, your metafields are empty, and your variant data is messy, no AI agent will represent your products accurately.

AI agents work with structured data. They don't interpret creative merchandising or read between the lines of a vague product description. What's in your system is what they'll use.

6. Looking ahead

Commerce is expanding beyond storefronts. Checkout is what keeps it from breaking apart.

Shopify Functions, Checkout Extensibility, and the Agentic Storefront framework are all built on the same principle: checkout logic should be portable — consistent regardless of where a transaction originates.

But the infrastructure only works if you have built on it correctly.

The merchants who are best prepared for agentic commerce are the ones who have already done the foundational work. They have mapped their checkout rules, moved critical logic into Shopify Functions, stress-tested their systems, and set up Shop Pay correctly.

Not because they saw agentic commerce coming. But because that is simply what a well-built checkout looks like.

And that is what taking back control actually looks like.

This is the third dock of our 7-part series, "Taking Back Control in a More Complex eCommerce World." Next in the series, we are heading to discounts, the most powerful and most misused lever in eCommerce.
Your subscription could not be saved. Please try again.
Your subscription has been successful.

Receive updates on new releases

Leave your email and we'll send each new chapter straight to your inbox.

  • ABOUT THE AUTHOR
logo circle - for qr.png
Qikify
A leading Shopify app developer building conversion-focused solutions to help merchants increase AOV, optimize checkout, and drive smarter upsell strategies. With 10+ Shopify apps and over 90,000 merchants worldwide, Qikify empowers brands to turn traffic into measurable revenue growth through discounts, cart optimization, checkout customization, and post-purchase enhancements.
3rd blog in series campaign materials (1).png