Agentic Commerce

Your Next Customer Is an AI Agent Asking About Returns at 3 a.m.

AI shopping agents now check stock, delivery, and returns before a human ever loads your page. How to instrument your stack so agent-to-agent queries become measurable conversions.

On this page

At 2:47 a.m. Mountain Time, a shopping assistant acting for a runner in Denver opens two conversations at once.

To Brand A, it sends a structured query against the merchant's commerce endpoint: size 9.5 trail shoe, ship to 80203, needed by Friday, and what happens if the fit is wrong. The reply lands in roughly 300 milliseconds: 14 units in stock, ships today, arrives Thursday, 60-day returns with a prepaid label. Signed, structured, cacheable.

To Brand B, it asks the same question. There is no endpoint. The agent falls back to the product page, where the size selector renders in JavaScript it cannot fully resolve, the delivery estimate hides behind a zip-code modal, and the returns policy lives in a PDF last touched in 2023. The agent scores its own confidence in the answer, finds it too low to present, and quietly drops Brand B from the shortlist.

The runner wakes up, sees one recommendation, and buys it before coffee. Brand B's analytics record nothing. No session, no bounce, no abandoned cart. From the dashboard's point of view, the sale never existed.

That silence is the whole story. Agent-to-agent pre-purchase queries are already a conversion surface. Most brands just haven't wired it up, so it behaves like a leak instead.

The demand your analytics never sees

Zoom out from that one exchange and the volume is startling. Adobe measured traffic from AI sources to U.S. retail sites growing 393% year over year in Q1 2026, with March alone up 269%, continuing a holiday season where AI-sourced visits had surged 693%. And these visitors close: Adobe's own conversion data shows assistant-referred shoppers arriving late in the decision with the comparison work already done.

The money is no rounding error. Salesforce tracked a record $336.6 billion in global Cyber Week 2025 spend and attributed $67 billion of it to AI and agents, which influenced 20% of all orders worldwide.

20%of all global Cyber Week 2025 orders were influenced by AI and agents (Salesforce)

Here is the uncomfortable part. Those figures count the queries that succeeded. When an agent asks about stock and gets no parseable answer, nothing enters your funnel to be counted. Human failure modes leave fingerprints: a rage-click, a bounce, an abandoned cart email trigger. Agent failure modes leave a clean absence. The demand existed, the question was asked, and your stack never registered either.

The agentic commerce scoreboard, 2025 to 2026
SignalNumberSource
AI-sourced traffic to U.S. retail, Q1 2026 YoY+393%Adobe
AI-sourced retail traffic, holiday 2025 YoY+693%Adobe
Cyber Week 2025 orders influenced by AI and agents20% ($67B)Salesforce
Walmart products purchasable inside ChatGPT~200,000CNBC
Avg. machine-readability of U.S. retail homepages75%Adobe
Adobe Digital Insights Q1 2026; Salesforce Cyber Week 2025 recap; CNBC, March 2026.
a person sitting in front of a laptop computer
Photo by The Design Lady on Unsplash

The rails are already bolted down

The transaction layer stopped being hypothetical in late 2025. Stripe and OpenAI co-developed the Agentic Commerce Protocol, an open standard that lets a ChatGPT user buy inside the chat, launching with Etsy sellers and a promise of a million-plus Shopify merchants. Rollout has been bumpier than the press releases implied: CNBC reported that only around 30 Shopify merchants were live via Instant Checkout as of February 2026, while Walmart had made roughly 200,000 products purchasable inside ChatGPT.

Google answered at NRF in January 2026 with the Universal Commerce Protocol, co-developed with Shopify, and by April Google had shipped Cart and Catalog capabilities that let agents retrieve product data and assemble multi-item carts directly.

Picture the diagram: three vertical lanes labeled discover, decide, pay. The pay lane is filling up with protocol logos. The decide lane, where stock checks, delivery promises, and returns terms live, is still mostly hand-drawn. That middle lane is the one this article is about, because checkout standards make purchasing a commodity while answering remains a competitive act.

Build the answer layer before the checkout layer

Now the architecture. Sketch it as a funnel turned on its side: agent query on the left, a thin answer gateway in the middle, and three systems of truth behind it, inventory, delivery promise, and policy. Everything else is plumbing.

Three moves matter most:

Promote answers from page furniture to services. Stock levels, delivery estimates by destination, and return terms usually exist as rendered UI, legible to humans and opaque to machines. Adobe's AI Content Visibility Checker found the average U.S. retail homepage is only 75% machine-readable, meaning a quarter of the content simply does not exist for an LLM, and category pages score worse. Run your own pages through an AI visibility checker before assuming agents can see what shoppers see.

Encode policy as data. Schema.org's Product and Offer types support shippingDetails and hasMerchantReturnPolicy, which means your delivery window and return terms can travel inside the markup an agent already parses. A schema generator gets the skeleton right in an afternoon; keeping it synchronized with your actual OMS and policy engine is the real work, and the part most retailers skip.

Make the delivery promise deterministic. "Arrives by Friday to 80203" is a computable claim from carrier cutoffs, warehouse location, and live inventory. If your stack can compute it at checkout, expose the same computation upstream where the agent is deciding. An assistant will always prefer the brand that commits over the brand that says "3-7 business days."

This is genuinely a build, and it touches commerce, data, and support systems at once, which is why we treat it as an agentic AI automation engagement rather than an SEO tweak.

Count the questions like you count clicks

Instrumentation is what turns this from infrastructure spend into a conversion surface you can manage. The diagram here is a plain event pipeline: agent request in, classifier tags it (intent, SKU, geography, protocol), the gateway answers or fails, and every event lands in the warehouse next to your orders table.

From that pipeline, three metrics fall out:

  1. Agent Answer Rate. Of all machine queries about stock, delivery, or returns, what share got a complete, structured answer? This is your new conversion rate, one level up the funnel.
  2. Answer latency. Agents rank options under time budgets. A response in 400 milliseconds and a response in 9 seconds are different products.
  3. Agent-assisted revenue. Match answered queries to subsequent orders by SKU, geography, and time window. Imperfect, but it converts the whole program from faith to arithmetic.

Route these events into the same first-party data foundation that feeds your ad platforms, because agent queries are astonishingly honest intent signals: exact SKU, exact zip, exact deadline. That is richer than most clickstream data, and it sharpens the segmentation work we cover in our ecommerce personalization blueprint and feeds directly into the audience math behind our ROAS playbook for AI audience targeting.

One more integration point hides in plain sight: your support stack. Pre-purchase questions about sizing, compatibility, and returns are exactly what support automation already answers for humans. Expose that same knowledge through the agent gateway and you get double duty from one investment, a pattern we mapped in detail in our piece on AI customer insights for support automation.

Run the 2:47 a.m. test

Back to Denver. The difference between Brand A and Brand B was never product quality, price, or brand love. It was that one of them could answer three questions, in structure, in under half a second, while nobody was watching.

So run the test on yourself. Ask an assistant whether your bestseller in a mid-range size can reach a specific zip code by Friday and what happens if it fits badly. Time the answer. Read what the agent actually retrieved. If the result would embarrass you, good; you found the leak while it is still cheap to fix, and months before your competitors think to look. The next sale is already being negotiated between two pieces of software. Make sure one of them is yours.

Sources

Frequently asked questions

What is an agent-to-agent pre-purchase query?
It is a machine-initiated question sent by a shopper's AI assistant to a brand's systems before any human visits the site: things like real-time stock for a specific variant, delivery feasibility to a specific zip code by a specific date, and return terms. The assistant uses the answers to build a shortlist. Brands that respond with structured, low-latency data get presented to the shopper; brands whose answers require scraping ambiguous pages often get silently excluded.
How do I detect AI agent traffic hitting my store today?
Start with server logs rather than web analytics, since many agents never execute JavaScript. Look for declared bot user agents from OpenAI, Google, Perplexity, and Anthropic, plus datacenter ASNs making product-page and policy-page requests in tight bursts. Then classify requests by target: hits on shipping, returns, and availability content are pre-purchase queries. Tag these as events in your warehouse so you can trend volume, failure rate, and correlation with orders.
Do I need to adopt ACP or UCP before building an answer layer?
No, and sequencing matters. Checkout protocols like Stripe and OpenAI's ACP or Google's UCP standardize the payment step, but agents evaluate stock, delivery, and returns long before checkout. Machine-readable product data, accurate schema markup with shipping and return policy fields, and a fast availability endpoint pay off with every assistant immediately. Protocol adoption then plugs a working answer layer into standardized rails as they mature.
How do I measure revenue from agent queries?
Match answered agent queries to subsequent orders using SKU, destination geography, and a time window, typically 24 to 72 hours. It is probabilistic rather than perfect, similar to view-through attribution. Track three numbers: agent answer rate (share of machine queries receiving complete structured responses), answer latency, and agent-assisted revenue from the matching model. Trend them weekly and treat a rising answer rate with flat matched revenue as a signal to audit answer quality.

Free tools for this topic

FREE TOOLAI Brand Visibility MonitorDoes ChatGPT recommend you — or your competitor?CALCULATORAI & Automation ROI CalculatorPut a payback date on every automation idea.FREE TOOLAI Readiness ScorecardTwelve questions. Your automation roadmap, scored.

Keep reading

EcommerceAI Customer Insights to Power Ecommerce Support AutomationRead →EcommerceAI Audience Segmentation for Ecommerce: Personalization BlueprintRead →EcommerceAI Audience Targeting for Ecommerce Ads: The ROAS PlaybookRead →
CATALIST NEWSLETTER

Monthly dose of growth marketing.

Get marketing tips, narratives, guides, and playbooks delivered to your inbox.