Insight

Is my online store ready for AI shopping agents?

AI assistants now send real shoppers to stores, and Google is testing checkout in AI Mode. What changed in 2026, and the product data work that pays off.

Is your online store ready for AI shopping agents?

AI assistants are becoming a real way people shop. They research, compare and increasingly hand shoppers to a checkout. But the way that works has already changed once this year, and it may change again.

For a store owner, the question underneath is simple: can an AI agent find, understand and trust your products, or does your store only work for a person clicking through pages?

Key takeaways

  • AI shopping traffic is growing fast from a small base. Adobe measured a 693.4% rise in traffic from generative AI tools to US retail sites over the 2025 holidays.

  • Google's Universal Commerce Protocol powers checkout in AI Mode and the Gemini app for selected US retailers, with the retailer staying the seller of record.

  • OpenAI changed course. In March 2026 it said Instant Checkout is "moving to Apps" and ChatGPT will focus on search and product discovery.

  • Structured, accurate product data matters more than persuasive copy when an agent is doing the comparing.

  • Do not rebuild checkout around one protocol yet. The data work helps with every channel.

Key takeaways: two protocols, structured data matters, clear policies win, readiness matters now

How much shopping traffic comes from AI today?

Still a small share, but growing quickly. Adobe Analytics, which tracks traffic to US retail sites, reported this for the 2025 holiday season:

Year-over-year rise in traffic from generative AI tools to US retail sites
  • Whole holiday season693.4%
  • Cyber Monday670%

Source: Adobe Analytics, 2025 holiday season report, 7 January 2026

Adobe was careful to add that "the base of users remains modest." Treat this as an early channel worth preparing for, not a replacement for search.

How is the shopping journey changing?

Why the shopping journey is changing: a traditional shopper searches, compares, decides and buys; an AI agent takes a goal, browses, compares and purchases

A person searches, clicks, compares and decides. An AI agent gets a goal and some constraints, then does the browsing and comparing for them.

When that happens, the agent does not experience your homepage the way a person does. It reads your product feed, your structured attributes and your schema markup. If that data is thin, inconsistent or missing, it has no reliable reason to recommend your product over a competitor's, however good your site looks.

Which protocols matter, and where do they stand?

Two standards emerged, and their paths have already split:

QuestionGoogle's Universal Commerce Protocol (UCP)OpenAI's Agentic Commerce Protocol (ACP)
Announced11 January 202629 September 2025
Built withShopify, Etsy, Wayfair, Target and WalmartStripe and OpenAI
Where shoppers buyAI Mode in Search and the Gemini appOriginally inside ChatGPT, now moving to merchant apps
Who can use checkoutEligible US retailers, with broader rollout underwayChanged in March 2026
Seller of recordThe retailerThe merchant

Google. Google's announcement says UCP "will soon power a new checkout feature on eligible Google product listings in AI Mode in Search and the Gemini app." Shoppers pay with Google Pay, and "Retailers remain the seller of record." More than 20 companies endorsed it, including Adyen, American Express, Best Buy, Mastercard, Stripe and Visa. By June 2026, Shopify described AI Mode checkout as "available to select brands selling to US buyers" with "broader rollout underway."

OpenAI. OpenAI's Instant Checkout launched in ChatGPT on 29 September 2025, starting with Etsy sellers for US users. In March 2026, an OpenAI spokesperson told Digital Commerce 360: "We're prioritizing making ChatGPT search and product discovery great, with ACP serving as the infrastructure that connects users to merchants across the full shopping journey. Instant Checkout is moving to Apps, where purchases can happen more seamlessly."

The lesson for store owners is not which protocol wins. It is that the channel is still settling, while the data both rely on is not changing.

Why do AI agents care about details people skim past?

Why humans tolerate ambiguity and AI agents do not: vague policy with easy returns and unclear shipping versus clear policy with 30-day returns, conditions and return shipping

A person reading a vague shipping estimate will usually keep browsing or ask support. An agent comparing dozens of offers in seconds cannot resolve that uncertainty, so it may simply move on.

Picture two stores selling similar products:

DetailStore AStore B
Returns"Easy returns" in the footer30 days, unworn with tags, free return label
Shipping"Fast delivery"Ships in 1 business day, arrives in 2 to 5 days
StockShown only on the product pageKept current in the product feed
PriceDiffers between feed and page after a saleIdentical everywhere

Store A is not wrong to a human reader. But an agent can only compare Store B with confidence.

What does machine-readable product data look like?

The same details a person reads on the page should also exist as structured data. Google documents these properties in its merchant listing structured data guide. A trimmed example for one product:

{
  "@context": "https://schema.org",
  "@type": "Product",
  "name": "Merino Crew Neck Jumper",
  "sku": "MCJ-NAVY-M",
  "gtin13": "0012345678905",
  "brand": { "@type": "Brand", "name": "Example Knitwear" },
  "offers": {
    "@type": "Offer",
    "price": "89.00",
    "priceCurrency": "USD",
    "availability": "https://schema.org/InStock",
    "shippingDetails": {
      "@type": "OfferShippingDetails",
      "shippingRate": { "@type": "MonetaryAmount", "value": "0", "currency": "USD" },
      "shippingDestination": { "@type": "DefinedRegion", "addressCountry": "US" },
      "deliveryTime": {
        "@type": "ShippingDeliveryTime",
        "handlingTime": { "@type": "QuantitativeValue", "minValue": 0, "maxValue": 1, "unitCode": "DAY" },
        "transitTime": { "@type": "QuantitativeValue", "minValue": 2, "maxValue": 5, "unitCode": "DAY" }
      }
    },
    "hasMerchantReturnPolicy": {
      "@type": "MerchantReturnPolicy",
      "applicableCountry": "US",
      "returnPolicyCategory": "https://schema.org/MerchantReturnFiniteReturnWindow",
      "merchantReturnDays": 30,
      "returnMethod": "https://schema.org/ReturnByMail",
      "returnFees": "https://schema.org/FreeReturn"
    }
  }
}

Every value here should match what the page shows and what your product feed says. A mismatch is worse than leaving the property out.

What should be on your readiness checklist?

AI shopping readiness checklist: audit product feed, check schema, write clear policies, keep wording consistent, connect platform tools, avoid overbuilding
  1. Audit your product feed. Accurate titles, categories, attributes, identifiers, availability and prices, kept current in the feed itself, not just on the site. Google's product data specification lists what Merchant Center expects.

  2. Add or fix Product and Offer structured data on every product page, including shipping and return details.

  3. Write policies in specific terms. Days, conditions, costs and who pays, stated identically everywhere they appear.

  4. Keep prices and stock in sync across your site, feed and marketplaces, especially during sales.

  5. Use your platform's agentic channels if available. On Shopify, product data is syndicated to AI channels through Shopify Catalog.

  6. Do not rebuild checkout around one protocol. OpenAI's change in March 2026 shows how quickly the channel can shift.

What does this not require?

What this does not require: do not drop SEO, do not rebuild checkout, do not ignore human basics like speed, clear product pages and trustworthy checkout

It does not mean abandoning SEO or rebuilding checkout this quarter. Fast pages, clear product presentation and a trustworthy checkout still decide most purchases, because most purchases are still made by people. Those basics are covered in the important features of an ecommerce website.

Agent readiness is extra data work on top of a good store, not a replacement strategy. It is also the same foundation that helped Druids, a UK ecommerce brand, grow ranked keywords from 12,800 to 52,300 in 12 months: fix technical issues first, then map every category and product page to what people actually search for.

If your product data needs an audit, talk to us or see our website and ecommerce builds. If you are still choosing a platform, read WordPress, Webflow or Shopify: which should I pick?

Frequently asked questions

Do I need to support both Google's and OpenAI's approaches?

Not right away. Clean product data and structured data help with both. Then prioritise the channel your customers actually use.

Will AI shopping agents replace my website traffic?

Not in the near term. Adobe's own data describes the user base as modest. Treat it as a growing extra channel.

Is my store eligible for checkout in Google's AI Mode?

As of mid-2026, AI Mode checkout is available to selected brands selling to US buyers, with a wider rollout in progress. Check your Merchant Center account and platform for current eligibility.

Sources

Keep reading
6 min read

Which features does an ecommerce website really need?

The ecommerce features that matter most stop shoppers leaving: speed, clear costs, simple checkout and trust, backed by Baymard and Portent research.

BuildEcommerceWebsites
Read article
5 min read

How to plan a website that scales with the business

How to plan a website that scales: start from the decisions it must support, protect the technical foundation, and hand a clean system to growth work.

BuildWebsites
Read article
6 min read

WordPress, Webflow or Shopify: which should I pick?

Skip the feature lists. The right platform follows from the site's main job, who maintains it, and the three-year cost. Verified 2026 pricing and limits inside.

BuildWebsitesPlatforms
Read article

One team, one strategy, one system.

Get your free issue review