- An AI agent doesn’t behave like a human shopper. It doesn’t guess, doesn’t scroll, and won’t push through a clunky checkout. Instead, it simply leaves.
- Being an AI agent’s recommendations and having that agent successfully complete a purchase on your site are two different problems, This post focuses on the second one whether your checkout actually works for an agent.
- Shopify’s Q2 2026 filing shows 34% revenue growth and $115.6 billion in GMV, real, verifiable numbers, not projections about where AI commerce might be headed.
- AI’s role in commerce is already measurable. Adobe’s research shows 42% of AI-platform users now treat AI as their primary source for shopping decisions.
- Five checks. From raw HTML to your confirmation page, are usually enough to tell if an agent can actually buy from your site, and most of the fixes overlap with basic accessibility work you may already owe your human customers.
THE CONTEXT
Why does an AI agent matter more to your checkout than ever before?
The gatekeeper to your business and your customer has changed.It is no longer the search engines but an AI Agent that evaluates your website in the name of a prospect and decides immediately without any scrolling what to do with the page, reads it once, and acts upon.
Therefore, the stakes have just risen for everyone. If the AI Agent does not discover the price, it will not make a request for assistance and will not fill out a support form. Another supplier is simply chosen, the cart is not abandoned but purchased from a competitor, with no bounce rate to register.
While marketers commonly accept that AI platforms will eventually take over the purchase decision, leaving them to worry about visibility, the last year has shown that visibility is no longer a guarantee of sales. The website still has to make the sale, and therefore a site that is understandable by AI is now more important than ever.
The Brihaspati Infotech helps companies identify opportunities to improve their websites, their AI readiness, and their AI systems, preparing them for the future of customer discovery and the evolution of the selling process.
WHAT WE HAVE LEARNED
What happens when a shopper hands the job over to an AI agent?
Consider this problem. If you have already found an AI assistant and compared the right product for you and double-checked the size, why haven’t you bought it yet?
That’s exactly what the industry assumed would happen next. For a while, the plan was to let you complete checkout one step further, right inside the same conversation, no redirect, no separate site, just a purchase closed where it started. Several platforms built around this bet.
It didn’t take. Adoption stayed a trickle rather than the sweeping shift that the industry expected, and the purchase step quietly moved back to where it had always lived: the merchant’s own website and app. The reason turns out to be fairly human, you happily handed research to an assistant, but still wanted saved cards and a familiar checkout page when it came time to actually pay.
So the new landscape settled into something simple: AI drives discovery, while you still complete the purchase on your own site. That makes your checkout the one place where you ultimately decide all of this — and the one part still fully controlled by you. Since agents keep getting sharper at navigating whatever checkout already exists, the pressure on it to stay readable isn’t going away any time soon.
THE NUMBERS
What do the numbers actually show
None of this is speculation anymore, it’s already being measured, and reported directly by the companies whose platforms carry the transactions.
34%
Shopify’s YoY revenue growth in Q2 2026, to $3.583 billion
$115.6 B
Total GMV processed through Shopify in Q2 2026, up 32% YoY
18%
Shopify’s free cash flow margin in Q2 2026, up from 16% a year earlier
42%
Of AI-platform users say they always or frequently rely on AI as their primary source for advice, shopping, or troubleshooting
These numbers, drawn from Shopify’s own Q2 2026 earnings release, show a platform growing broadly across merchant sizes, channels, and geographies, with more than 30% growth in GMV, revenue, gross profit, and free cash flow all at once. President Harley Finkelstein credited part of that momentum to AI in the Financial Press Release of Shopify Q2 2026.
We power every kind of business, and with AI, we’re expanding what’s possible for all of them – Harley Finkelstein
Adobe’s report shows customers increasingly relying on AI for research and shopping decisions, 42% lean on it as their primary source, and a quarter now rank it above brand sites and reviews.
THE CHECKLIST
How to find if an agent can actually buy from your site
The good news is, you don’t need to guess. Five checks will tell you, fairly precisely, if an AI Agent can actually complete a purchase on your site, and the first three take only about twenty minutes.
| # | Check | Pass Condition |
|---|---|---|
| 1 | Fetch your page with JavaScript disabled | Price, availability, and variants appear in raw HTML or structured data |
| 2 | Read your page the way an agent reads it | The entire purchase flow can be completed using only the accessibility tree, no visuals |
| 3 | Check for blockers in the checkout flow | You have a complete list of blockers, and each one is there on purpose |
| 4 | Try it with a real agent on your live site | It completes the purchase and reaches payment without your help |
| 5 | Verify your confirmation message is really a confirmation | Success is communicated in text, not inferred from graphics |
| 6 | Check for a checkout protocol (UCP/ACP) | Basics pass first; a protocol is present or planned only as a layer on top |
01
Fetch your page with JavaScript disabled
Agents read raw HTML. If price only loads via script, it’s invisible.
curl -s https://yoursite.com/product-page | grep -i "price"
No price, availability, or variants in the output? They’re at risk. Also check structured data via Google’s Rich Results Test.
02
Read your page the way an agent reads it.
AI agents read code, not visuals. Use Chrome DevTools to make sure your prices, labels, and buttons are written as plain text and standard HTML, rather than hidden inside images or unlabeled icons.
03
Check for blockers in the checkout flow
Walk from the product page to confirmation and note anything that would stop an agent cold, like CAPTCHAs, hover-only dropdowns, short session timeouts, or steps that require a pop-up, PDF, or SMS code.Some of these may exist on purpose; the point is just knowing which ones are present.
04
Try it out with a real agent on your live website.
Ask an AI assistant to buy a product from your site and report the total. Watch where it fails. This one run usually teaches more than any checklist.
05
Verify your confirmation message is really a confirmation
A checkmark alone means nothing to an AI Agent. Instead, clearly state on your confirmation page, in text, that you placed the order, along with the order number, total charge, and what happens next.
06
Check for a checkout protocol.
Standards like the Universal Commerce Protocol (UCP) and Agentic Commerce Protocol (ACP) let an agent complete a purchase through a structured, machine-readable handshake instead of navigating your UI.
THE INSIGHT
Why does agent-readiness keep circling back to accessibility?
Here is the thing that will probably shock you. All checks mentioned above existed for about two decades already, under roughly the same labels. Unlabeled buttons, price tucked inside an image, checkout process time-out, confirmation of purchase, etc., were all considered bad practices long ago.
The same applies to any automation-friendly design, although the reasons for such consideration differ. If AI Agents cannot see your website interface, they will rely more heavily on your website markup to navigate it. The fact that automation tools cannot easily access your design creates an agent readiness issue.
Your team does not need to relearn anything because they already know the fundamentals of such a design; they only need to acquire new motivation to finally deal with this long-standing problem.
The Brihaspati Infotech helps companies transform their digital ecosystems, implement AI-assisted automations, and fix recurring technical issues that obstruct the introduction of modern AI-driven customer experience methods.
THE STAKES
What does it cost you if your store fails these checks?
None of these failures show up as a clean line item on a report, and that, precisely, is what makes them so dangerous to ignore.
Vanishing sales
No clue, no bounce, no track record, the hardest loss to detect or justify a budget against.

Growing Distance
Competitors who tested early are already fixing gaps you haven’t even looked at yet
Support weights
Ambiguous confirmations leave customers, including human ones, unsure whether they actually ordered anything
Repeat Orders
An agent may simply retry a confirmation message that can’t be parsed.
Taken together, these costs tend to compound quietly over time. That’s exactly why it’s worth catching them early, rather than waiting until the numbers force the issue.
FREE TOOL
How can you test your own site for free right now
Reading a checklist is one thing. Seeing where your own site falls down is another. The six checks above will be able to tell you a lot about themselves, but The Brihaspati Infotech also came up with a free, AI readiness assessment, run them for you: just your website URL, and a 60-second summary of what an AI age15nt can and cannot read on your site, and what to do about it.
No forms and no gates. The AI is already recommending businesses like yours , and that will tell you if it can actually read your own. As the numbers show, AI-driven traffic has grown 393% over a year and converts 42% better than any other channel, but about 34% of a typical homepage can’t be read at all by an AI. The only question, as far as we’re concerned, is whether your store can live through an assistant’s attempt to beat it.
A free assessment (about 60 seconds) is a great way to start. If you feel like your business could benefit from going beyond an initial assessment, The Brihaspati Infotech can help you identify technical gaps, improve your website’s AI-readiness, and implement practical AI system solutions that will serve as a growth catalyst in this competitive environment.
Disclaimer: References to third-party products or companies are informational and do not imply affiliation, association, endorsement or partnership.