What is Agentic Commerce?
AI agents can now buy things autonomously. Learn what changed, how it differs from e-commerce, and which infrastructure gaps retailers face.

Someone runs out of coffee. Instead of opening a browser, they tell ChatGPT "reorder my usual coffee." Thirty seconds later, they get a confirmation. The coffee arrives Thursday. They never visited a website, compared prices across tabs, or entered payment information. The AI agent handled everything.
Agentic commerce is when AI agents make purchasing decisions and complete transactions autonomously on behalf of users. The agent has buying authority within parameters the user defined. It's not suggesting products or answering questions. It's making purchase decisions and executing transactions without asking permission each time.
For retailers, this shift happened fast. OpenAI and Stripe announced the Agentic Commerce Protocol in October 2024. Shopify enabled it for over a million merchants automatically. Major retailers launched integrations within weeks. If you're operating e-commerce infrastructure, you're likely already handling agent-driven transactions through your APIs, whether you built specifically for them or not.
This article explains what changed, how agentic commerce differs from traditional e-commerce, what infrastructure components make it work, and which capability gaps you'll need to address.
What is agentic commerce?
The distinction from other AI shopping tools comes down to autonomy and authority. A recommendation engine suggests products based on your history but waits for you to click "buy." A chatbot answers questions about products but sends you to a checkout page. An agentic system makes purchasing decisions within parameters you defined, then executes transactions without requiring approval each time.
When someone tells an agent "keep my pantry stocked with basics under $200 per month," the agent monitors inventory, compares prices across retailers, and places orders when supplies run low. No approval requests. No manual checkout. The buying authority shifted from the person to the agent.
Why now?
Three capabilities matured simultaneously to make this possible. Language models got good enough to parse vague requests like "something nice for a housewarming gift" into actionable product criteria including budget range, category, and delivery timeline. Payment infrastructure evolved to let agents access payment methods securely through tokenization rather than exposing actual card numbers. And consumer trust reached a threshold where 48% of people already using AI for product research are willing to let agents complete purchases on their behalf.
As these pieces converged, e-commerce infrastructure needed to evolve. Systems built for humans browsing websites and manually checking out now need to support agents operating through APIs in parallel.
How agentic commerce differs from traditional e-commerce
The shift from browsing-based to conversation-based shopping changes three fundamental aspects of commerce: how customers express intent and make decisions, what technical infrastructure merchants need, and which data merchants can access for optimization and compliance.
The user experience shift
Traditional e-commerce starts with search. You type "running shoes," filter by size, compare prices across tabs, read reviews, add to cart. Takes 20 minutes minimum.
Agentic commerce compresses this: "Running shoes under $150 with arch support for marathon training." The agent searches five retailers simultaneously, analyzes reviews for arch support mentions, compares shipping, and presents three options. You didn't visit a website.
The purchase funnel collapsed. Discovery, evaluation, and transaction happen in one conversation instead of multiple sessions over days.
The technical architecture shift
Your e-commerce director discovers the problem when an agent tries to order a product your site shows as available. The agent queries your API and sees "in stock." Places order. Your warehouse flags it: inventory sold out 35 minutes ago, but your API caches data for performance.
The agent flags the discrepancy. Now you have a compliance issue with the platform and an angry customer expecting delivery on a product you can't fulfill.
Traditional e-commerce tolerates some staleness because checkout catches inventory errors. Agents compare across retailers in parallel. When yours returns stale data, they route purchases elsewhere. Your 30-minute cache makes you noncompetitive against retailers providing real-time accuracy.
The data flow transformation
Your marketing director opens your analytics looking for attribution data on those 105 agent orders. Which campaigns drove the purchases? The dashboard shows nothing: just "API transaction" with timestamps.
She calls: "How do I optimize ad spend if I can't see what's working?"
The agent handled discovery in ChatGPT's environment. The customer never clicked your ad, visited your landing page, or entered your funnel. By the time the transaction reached your systems, all the discovery behavior already happened in a black box you can't access.
Traditional e-commerce gives you rich visibility: every page view, comparison, cart event. Agent-driven commerce removes these touchpoints. You see the completed order. Everything before that (consideration, comparison, intent signals) occurred elsewhere.
Your attribution models break. Event structures change without warning. You face an immediate question: how do you capture first-mile data in conversational environments you don't control?
Key components of agentic commerce infrastructure
Agentic commerce requires five infrastructure layers working together: the agent that understands intent and makes decisions, protocols that standardize communication across platforms, merchant APIs that provide product and order data, payment systems that handle secure transactions, and data collection systems that capture measurement and compliance information.
Agent layer
The AI assistant understands what you want and executes purchases. When you say "something nice for a housewarming gift," it parses that into product requirements: budget, category, delivery timeline. It asks clarifying questions when your request is vague and makes reasonable guesses when it's not.
Decision frameworks determine how agents evaluate options, with some prioritizing price and others weighting delivery speed or sustainability. The agent applies these consistently across thousands of products.
Memory lets the agent know "my usual coffee" means the specific brand and roast you bought last time, that you ship to your home address unless specified, and that you prefer purchases under $50 to process automatically.
Protocol layer
For agents to work across thousands of merchants, they need standardized communication. Several protocols emerged to solve this.
Agentic Commerce Protocol (ACP), built by Stripe and OpenAI, defines how agents search products, build carts, and complete orders. It establishes what product data looks like, how cart operations work, and what happens during checkout. Shopify merchants got ACP integration automatically. Custom infrastructure needs to implement these endpoints.
Model Context Protocol (MCP), developed by Anthropic, solves integration complexity. Before MCP, every agent needed custom connections to every data source. This created an "N×M problem." MCP creates one standard connection layer.
Agent Payments Protocol (AP2), led by Google with 60+ partners including Mastercard and PayPal, handles transaction security through Mandates. These are cryptographically signed contracts proving user authorization. If there's a dispute, merchants can prove you authorized the purchase.
Merchant integration layer
Your systems need several API capabilities. Product catalog APIs return inventory, pricing, and specifications. The agent queries this when comparing options. If your API returns yesterday's data, the agent gets "in stock" for products you already sold, and orders fail.
Order management APIs handle purchase sequences and prevent duplicate orders when agents retry failed requests. Fulfillment APIs provide tracking data so agents can answer "where's my order?" without sending customers to check email.
Payment and settlement layer
Agents access payment methods through secure tokens, not actual card numbers. You set rules: "approve under $50, ask about anything larger." When the agent buys $32 of groceries, payment processes instantly. When it finds a $180 vacuum, it asks first.
Fraud prevention needs new signals since traditional indicators (IP addresses, device fingerprints, browsing behavior) don't apply to API transactions. Systems need agent reputation scores and velocity checks flagging unusual activity.
Data and measurement layer
Your marketing director is still waiting for attribution answers. Your data architect joins the call: "The protocols define transactions, but they don't capture what happened before the order. We see the agent placed an order. We don't see what the customer asked, what alternatives were considered, or why it chose us."
She pulls up your data warehouse. "Traditional orders have 40+ data points: referral source, pages viewed, time on site, cart events. Agent orders have 6: order ID, items, total, timestamp, address, payment method. Everything that informed our strategy is missing."
This creates infrastructure problems most organizations haven't solved. Protocols standardize transactions but don't address measurement, compliance, or identity challenges.
First-mile data collection becomes critical when discovery happens in environments you don't control. You need systems capturing intent signals from conversational contexts: the semantic meaning of queries, comparison logic agents applied, reasoning behind recommendations. This data needs consistent structure whether purchases happened through ChatGPT, Amazon Rufus, or custom agents.
Event-level compliance presents new challenges. Traditional e-commerce has established patterns: customers click checkboxes during checkout, and you have consent proof. When agents complete checkout, how do you prove consent for marketing? Which jurisdiction's laws apply when customers are traveling?
Policy tokens solve this by embedding compliance metadata into each event at collection time. The token provides cryptographic proof of consent status, applicable regulations (GDPR, CCPA, HIPAA), and lawful use permissions. This shifts compliance from retroactive audit to compliance by design. You can't misuse data because restrictions are encoded in the data itself.
Identity resolution across agent interactions creates technical challenges. E-commerce platforms use cookies to recognize customers across sessions. Agents don't have cookies. You need approaches recognizing that today's purchase, last week's inquiry, and last month's return all came from the same customer, without violating privacy regulations.
These aren't theoretical problems. You're handling agent transactions today. Your compliance obligations apply now. Your attribution models are breaking in real-time.
Business impact of agentic commerce
The shift to agent-driven purchasing affects consumers, retailers, brands, and the broader market structure. Each stakeholder faces new opportunities and challenges as buying authority moves from humans to AI systems.
For consumers, time savings compound when you delegate routine purchases. Personalization improves as agents learn preferences. But privacy cuts both ways. Agents need access to purchase history, preferences, and payment methods. This concentration creates risk if platforms are compromised.
For retailers, you gain a new acquisition channel but lose visibility. When agents recommend products, customers see text describing features and prices, not your branding or imagery. You're competing on specifications rather than brand perception. Conversion reflects whether your API provides accurate data faster than competitors, not your website design.
For brands, retail media becomes more important and more complicated. Traditional playbooks don't apply when there's no website. You need new approaches to influence agent decision-making. Measurement problems emerge: you don't know if ads influenced agents' training data or if product reviews mattered more than price.
Major retailers launched production implementations.
- Amazon's Rufus projects $711 billion in influenced product coverage by 2025.
- Walmart integrated ChatGPT ordering.
- Shopify enabled over one million merchants for ChatGPT shopping: the largest distribution channel given 800 million weekly ChatGPT users.
These went live within weeks of ACP announcement, indicating rapid adoption velocity.
Challenges and considerations for agentic commerce
Organizations implementing agentic commerce face three primary challenge categories: technical infrastructure gaps, privacy and compliance uncertainties, and unresolved market structure questions.
Technical challenges
Your engineering director reviews your architecture: "Product catalog is in MySQL. Inventory updates every 30 minutes via batch. Pricing caches for performance. Order processing assumes web sessions." She points to gaps. "Agents need real-time queries across all three simultaneously. We're not built for that."
Integration complexity scales with existing systems. If infrastructure wasn't API-first, you're facing significant development. Standardization is still evolving. ChatGPT might expect data structured one way, Amazon Rufus another. You may need multiple protocols handling edge cases.
Privacy and compliance
Your legal counsel asks: "When an agent completed checkout, how do we prove the customer consented to marketing emails?" Traditional e-commerce shows the checkbox they clicked. Agent-driven commerce shows an API call. No checkbox. No consent capture you control.
This creates exposure. GDPR requires consent proof before collecting data for marketing. When agents mediate transactions, established patterns break. You need frameworks for consent verification when you don't control the interface, tracking which regulations apply, and proving compliance when auditors ask questions later.
Market structure questions
Your CEO asks: "If Amazon Rufus primarily recommends Amazon products, how do we compete?" When agents control presentation, they decide which options customers see. Platform concentration creates strategic risks. A handful of companies control primary agent interfaces millions use.
Business model questions remain unresolved. Will you pay transaction fees, subscription costs, placement fees? If platforms take 5% and you operate on 8% margins, your economics change fundamentally.
Agentic commerce and your data infrastructure
Agentic commerce is happening now, not as a future scenario requiring preparation. Your systems are processing agent transactions today. The question isn't whether to adapt but which infrastructure gaps create the most immediate exposure: broken attribution models, compliance uncertainty without consent visibility, or competitive disadvantage when agents flag your systems for stale data.
The protocol layer solved transactions. What remains is the infrastructure for measurement, compliance, and identity across conversational surfaces. Companies like MetaRouter are building first-mile data infrastructure specifically for this challenge:
- Capturing intent signals before transactions occur
- Embedding policy tokens for event-level compliance
- Normalizing data across agent and traditional channels
Organizations building these capabilities now establish measurement accuracy and compliance frameworks while standards are still forming. Those waiting for fully standardized solutions will inherit infrastructure decisions others made based on their own priorities.