What Is Agentic Commerce?
Agentic commerce is an emerging e-commerce model in which autonomous AI agents search for products, compare offers, and complete purchases on behalf of consumers. Unlike traditional e-commerce where humans browse, click, and buy, here a software agent - ChatGPT Shopping, Google AI Mode, Perplexity Buy - orchestrates the entire purchase journey end to end.
This paradigm began taking shape in 2024 with the emergence of the first AI shopping assistants. In 2025, two standardized protocols were launched - ACP (OpenAI/Stripe) and UCP (Google/Shopify) - transforming agentic commerce from an experimental concept into real infrastructure. By early 2026, according to Gartner, 35% of online purchases will involve an AI agent by 2028, and over 300,000 merchants are already compatible with at least one of the two protocols.
For Shopify merchants, understanding and preparing your store for agentic commerce is no longer optional: it is a new acquisition channel that adds to organic and paid traffic.
How Agentic Commerce Works
The agentic purchase journey unfolds in 4 automated steps, transparent to the consumer:
User: "Find me an organic vitamin C serum, under $30, delivered in 48h"
|
v
[1] DISCOVERY - The agent queries compatible catalogs
(schema.org, product feeds, ACP/UCP endpoints)
|
v
[2] COMPARISON - The agent evaluates price, reviews,
availability, shipping, return policies
|
v
[3] SELECTION - The agent presents the best options
to the consumer with justification
|
v
[4] CHECKOUT - The consumer confirms β secure payment
via Stripe (ACP) or Google Pay (UCP)
What Changes for Merchants
In traditional e-commerce, your product page is designed to convince a human: beautiful photos, emotional descriptions, polished layout. In agentic commerce, your product page must also convince a machine:
- The AI agent does not see your visuals - it reads your structured data (schema.org)
- The agent does not feel your branding - it compares your factual attributes (price, specs, reviews, shipping times)
- The agent does not navigate your menu - it queries your standardized endpoints (ACP, UCP)
A store optimized for humans but invisible to AI agents misses a rapidly growing acquisition channel.
The Two Protocols of Agentic Commerce
The market has structured itself around two complementary protocols. Each powers a different ecosystem of AI agents.
ACP - Agentic Commerce Protocol (OpenAI + Stripe)
ACP is an open protocol co-developed by OpenAI and Stripe, launched in September 2025. It enables ChatGPT and custom GPTs to discover products, build a cart, and complete payment via Stripe - without the user leaving the conversation.
ACP primarily powers ChatGPT Shopping, available since March 2026 in 12 European countries including France, Germany, and the UK. According to Stripe, over 100,000 merchants were compatible by the end of 2025.
UCP - Universal Commerce Protocol (Google + Shopify)
UCP is a protocol co-developed by Google, Shopify, Etsy, and Walmart, announced in the first half of 2025. It standardizes how AI agents interact with online stores: catalog discovery, availability verification, returns management.
UCP powers Google AI Mode, Gemini Shopping, and native Shopify integrations. Shopify Plus merchants benefit from simplified activation via Agentic Storefronts.
ACP vs UCP: Which One to Choose?
Both. A store should support ACP and UCP to maximize AI visibility. Each protocol provides access to a different agent ecosystem:
| Criteria | ACP | UCP |
|---|---|---|
| Agents powered | ChatGPT Shopping | Google AI Mode, Gemini |
| Payment | Stripe | Google Pay, Shopify native |
| Shopify prerequisite | Shopify Payments active | Agentic Storefronts enabled |
Amazon Rufus: The In-Platform Agent
Amazonβs AI shopping assistant Rufus represents the agentic model inside a closed marketplace. With 250 million users and interactions growing 210% year-over-year, Rufus is projected to generate $10 billion in additional annualized sales for Amazon (source: Amazon, Q1 2026). Customers who engage with Rufus are 60% more likely to complete a purchase. While Rufus only operates within Amazon, its success validates the consumer appetite for AI-assisted shopping across all platforms.
Why Shopify Merchants Need to Act Now
Agentic commerce is not a distant trend. Several signals converge to make it an immediate priority:
-
Growing share of AI-driven journeys - Since 2025, a growing share of purchase research starts with an AI agent interaction (ChatGPT, Perplexity, Google AI Mode) rather than a traditional Google search.
-
Native Shopify integration - Shopify has integrated UCP support and Agentic Storefronts directly into its platform, lowering the barrier to entry for merchants.
-
Early-mover advantage - AI agents favor stores that expose complete structured data and standardized endpoints. The first stores to become βagent-readyβ capture a disproportionate share of agentic traffic.
-
Zero acquisition cost - Unlike paid advertising, agentic traffic costs nothing per click. The investment is technical (structured data, protocols), not advertising spend.
-
Cumulative competitive advantage - The more a store is recommended by AI agents, the more it accumulates positive signals (reviews, sales, reliability) that reinforce its future recommendability.
The 5 Prerequisites for Agentic Readiness
Before even activating ACP or UCP, your store must meet 5 foundational technical requirements. Without them, AI agents cannot discover or understand your products.
1. Complete Schema.org Product Markup
Each product page must contain schema.org Product markup in JSON-LD with at minimum: name, description, image, sku, gtin (if applicable), brand, offers (price, availability, currency), aggregateRating (rating, review count).
AI agents read schema.org before any other content. Incomplete markup means an invisible product for agents.
2. Robots.txt Open to AI Crawlers
Your robots.txt file must explicitly allow AI agent crawlers: GPTBot (OpenAI), Google-Extended (Google AI), PerplexityBot (Perplexity). Blocking these bots is equivalent to closing your storeβs door to AI buyers.
3. Native HTML Content (Not JavaScript-Only)
AI agents read the HTML of your pages. If your content (descriptions, specs, reviews) is loaded only via client-side JavaScript, it is invisible to the majority of AI crawlers. Product descriptions, technical specifications, and policies must be present in the HTML source (SSR - Server-Side Rendering).
4. Customer Reviews as AggregateRating
Reviews are an essential trust signal for AI agents. They must be exposed as AggregateRating in schema.org, with ratingValue, reviewCount, and bestRating. A store without structured reviews loses credibility against competitors that have them.
5. Clear Policies (Shipping, Returns)
AI agents verify shipping and return policies before recommending a store. This information must be accessible on dedicated pages, linked in the schema.org Product via shippingDetails and hasMerchantReturnPolicy, and contain precise timelines and conditions.
How to Measure Your Agentic Readiness
Preparing for agentic commerce involves dozens of technical signals. Checking them manually is tedious and error-prone. An automated GEO audit analyzes your store across all of these criteria and produces a readiness score.
Verity Score offers a free GEO audit that evaluates:
- The completeness of your schema.org Product markup
- Your robots.txt configuration for AI crawlers
- The availability of your content in native HTML
- The presence and formatting of your reviews as AggregateRating
- The accessibility of your policies (shipping, returns)
- Your ACP and UCP compatibility
- Your overall AI recommendability score
The audit produces an actionable report with recommendations prioritized by impact.
Priority Actions Checklist
To prepare your Shopify store for agentic commerce, here are actions in order of priority:
- Audit your readiness - Run a free GEO audit to identify your gaps
- Complete your schema.org - Add missing fields (GTIN, brand, aggregateRating, shipping, returns)
- Open your robots.txt - Allow GPTBot, Google-Extended, and PerplexityBot
- Verify SSR rendering - Confirm that descriptions and specs are in the HTML source
- Structure your reviews - Expose them as AggregateRating in schema.org
- Publish your policies - Dedicated shipping and returns pages, linked in schema
- Enable ACP - Shopify Payments + Agentic Storefronts
- Enable UCP - UCP manifest (/.well-known/ucp) + Agentic Storefronts
- Monitor - Run a GEO audit monthly to track your progress
Agentic commerce is a nascent but accelerating acquisition channel. Merchants who prepare their store today capture a durable competitive advantage over those who wait.
Related articles
Measure your agentic readiness: run a free GEO audit.