Contacts
Get in touch
Close

Agentic Commerce 2026: Building AI Agents That Actually Place Orders (Not Just Chat)

5 Views

Summarize Article

On September 16, 2025, Google announced the Agent Payments Protocol (AP2), an open standard built with more than 60 partners including Mastercard, PayPal, and American Express, designed to let an AI agent cryptographically prove a human authorized a specific purchase before money moves, according to Google Cloud’s official announcement. Thirteen days later, Stripe and OpenAI released a competing standard, the Agentic Commerce Protocol, and launched Instant Checkout inside ChatGPT, according to Stripe’s own newsroom post.

Two of the largest technology companies in the world raced to solve the same problem in the same month: a chatbot that recommends a product is not the same thing as an agent that can actually complete the purchase, and until recently, nothing in the payments stack could tell the difference.

That distinction is the entire subject of this article. Most “AI shopping assistant” projects stop at recommendation, because agentic commerce development, the actual engineering of an agent that discovers, carts, authorizes, and pays, requires a protocol layer, a data layer, and a guardrail layer that a conversational interface alone does not provide. This article covers what changed in the past year, what custom AI shopping agents need to work in production, how B2B agentic workflows differ from consumer ones, and what AI-driven checkout optimization actually looks like once the data is in.

Key takeaways

  • Google’s Agent Payments Protocol (AP2), announced with 60+ partners on September 16, 2025, lets an agent prove a human authorized a specific purchase using cryptographically signed “Mandates,” per Google Cloud.
  • Stripe and OpenAI co-developed the Agentic Commerce Protocol (ACP) and launched Instant Checkout in ChatGPT the same month, an open standard any merchant can adopt regardless of payment processor, according to Stripe’s newsroom.
  • In April 2026, Google donated AP2 to the FIDO Alliance and released v0.2 with “Human Not Present” payments, letting agents complete pre-authorized purchases without real-time approval, per Google’s official post.
  • During the 2025 holiday season, AI-referred traffic to US retail sites grew 693.4% year over year and converted 31% more than non-AI traffic, with AI-driven revenue per visit up 254%, according to Adobe.
  • 72% of B2B suppliers describe their sales processes as mostly or highly automated, but only 47% of their buyers agree, a gap Deloitte’s 2026 research found buyers are six times more likely to describe as manual.
  • 48% of shoppers already using AI for shopping say they are open to letting an AI agent complete the purchase itself, per Salesforce research.

What separates a shopping chatbot from real agentic commerce development

The protocol layer that makes autonomous checkout possible

A chatbot that describes a product and links to a website is doing recommendation, not commerce. Real agentic commerce development requires three things a plain conversational interface does not have: a way to prove the user actually authorized the specific purchase, a way for the agent and merchant to exchange structured cart and pricing data, and a way to settle payment without exposing raw card credentials to the agent itself. That is exactly the gap AP2 and ACP were built to close, using signed “Mandates” that create a verifiable record of what the user wanted, what the agent selected, and what was actually charged.

Why “just add an LLM” doesn’t get you there

A model that can hold a conversation about products is a small fraction of what a working agentic commerce system needs. The rest is unglamorous but non-negotiable: machine-readable product catalogs, real-time inventory and pricing APIs, defined spending limits and category restrictions, and a fallback path for when the agent’s request does not match what the merchant can actually fulfill. Skipping this layer is exactly how a January 2025 research demo of OpenAI’s Operator agent ended up purchasing a dozen eggs from Instacart when the shopping rules it had been given were ambiguous, an incident that became a widely cited example of why authorization protocols exist in the first place.

The data behind the shift to agentic commerce

Consumers already convert better through AI referrals

The shift is not theoretical. Adobe’s holiday 2025 data, based on more than a trillion visits to US retail sites, found AI-referred traffic converting 31% higher than traffic from any other source, nearly double the conversion advantage seen a year earlier, with AI-driven revenue per visit up 254% year over year. By March 2026, that conversion advantage had grown to 42%, a full reversal from March 2025, when AI traffic converted 38% worse than non-AI traffic. Retailers whose catalogs are not machine-readable are the ones being left out of that growth, regardless of how good their human-facing website is.

B2B is moving faster than most companies are ready for

Deloitte’s 2026 research, based on a survey of more than 1,000 US suppliers and buyers, found 72% of suppliers describing their sales processes as mostly or highly automated, while only 47% of buyers agreed, with buyers six times more likely to call the same processes mostly manual. Suppliers with high digital commerce maturity exceeded their annual sales goals by 110% more than low-maturity competitors and were roughly five times more likely to use AI extensively. The gap between internal automation and what the buyer actually experiences is precisely where B2B agentic workflows either succeed or quietly fail.

Deciding whether your commerce stack is ready for agentic checkout?

WebOsmotic scopes what protocol compliance, catalog readiness, and payment authorization actually require for your platform before any build begins.

Talk to Our Team

What a genuine agentic commerce development partner actually delivers

Not every vendor offering to “add AI to your storefront” is doing agentic commerce development in the sense this article describes. A few things separate a partner who can actually ship this from one selling a chatbot with extra steps:

  • A working implementation of at least one commerce protocol (AP2, ACP, or UCP), not just a proof-of-concept demo
  • A documented security and audit practice covering how authorization Mandates, payment tokens, and transaction logs are stored and reviewed
  • Experience integrating with the client’s existing catalog, inventory, and order management systems, since agentic commerce rarely means building a new storefront from scratch
  • A named engineering team that understands both the commerce side (catalog structure, checkout flow) and the protocol side (Mandate schemas, signature verification), rather than treating either as someone else’s problem
  • A clear position on liability and error-handling when an agent’s request does not match what can actually be fulfilled

A genuine agentic commerce development partner will walk through all five of these before proposing a single line of code, because skipping any of them is exactly how a promising pilot turns into a production incident.

What custom AI shopping agents actually need to work in production

  • Machine-readable product data: structured, complete catalog attributes an agent can query directly, not PDFs or pages gated behind a contact form
  • Real-time inventory and pricing APIs, since agents query for availability constantly rather than relying on a nightly batch sync
  • Protocol compliance with at least one of AP2, ACP, or UCP, since merchants outside these standards are effectively invisible to agent-mediated discovery
  • Explicit spending limits, category restrictions, and confirmation rules built into the authorization layer, not left to the model’s judgment
  • A defined fallback and escalation path for requests the agent cannot fulfill exactly as specified
  • Audit logging sufficient to reconstruct exactly what a user authorized, what the agent selected, and what was charged, for every transaction

Custom AI shopping agents built without this foundation tend to work fine in a demo and fail unpredictably the moment real inventory, real pricing changes, or a real edge case shows up. This is the exact gap genuine agentic commerce development is supposed to close.

B2B agentic workflows: what changes when the buyer is a machine

FactorConsumer agentic commerceB2B agentic workflows
Authorization modelSingle-purchase Mandate, often human-presentStanding procurement rules, multi-step approval chains
Data requirementsProduct catalog, pricing, inventoryCatalog plus contract terms, volume pricing, compliance status
NegotiationMinimal; price is typically fixedAgent-to-agent quote negotiation within governance guardrails
Failure costA wrong order, usually returnableA wrong purchase order, often contractually binding
GovernanceUser-set spending limitsProcurement policy, approval hierarchy, supplier compliance rules

 

Deloitte’s research frames the most advanced stage of this shift as procurement agents interacting directly with supplier agents to negotiate pricing, execute transactions, and coordinate fulfillment in real time, with human roles moving from executing every step to setting policy and handling exceptions. That is a materially different engineering problem than a consumer shopping agent, and treating B2B agentic workflows as a smaller version of consumer commerce is a common and costly mistake.

AI-driven checkout optimization: what the protocols actually improve

Getting this right is one of the more concrete payoffs of agentic commerce development, since checkout is the exact point where a well-built agent either completes a sale or loses it back to a traditional browser tab.

Checkout modelAuthorizationMerchant integration effortConversion impact
Traditional web checkoutManual, human-drivenN/A (existing baseline)Baseline
Chatbot with outbound linkNone; agent recommends, human completes purchase elsewhereMinimalLimited, since the agent is not part of the transaction
Protocol-compliant agentic checkout (AP2, ACP, UCP)Cryptographically signed MandatesModerate; often “as little as one line of code” for existing Stripe merchants31-42% higher conversion from AI referrals, per Adobe

 

AI-driven checkout optimization, in practice, is less about tuning a conversion funnel and more about removing the friction of leaving the conversation at all. The data backs that up directly: once a shopper reaches a retail site through an AI referral, they are converting better than shoppers from any other channel, provided the merchant’s systems can actually complete the transaction inside that flow rather than routing the shopper back to a traditional checkout page.

Ready to build agentic commerce into your existing platform?

WebOsmotic delivers agentic commerce development for AP2, ACP, and UCP-compliant checkout, structured catalog data, and B2B workflow automation, for clients who need this built right the first time.

Get a Project Scoping Call

The protocol war is not over, and it may never fully resolve into one winner. What is already settled is the direction: commerce systems that cannot be read and transacted with by an agent are losing traffic, conversion, and, increasingly, entire categories of B2B demand to the ones that can. Agentic commerce development is not a feature to bolt onto an existing storefront. It is infrastructure work, and the companies that treat agentic commerce development that way in 2026 are the ones showing up in the conversion data.

Frequently asked questions

What is agentic commerce development, specifically?

Agentic commerce development is the engineering work required for an AI agent to discover a product, assemble a cart, get verified authorization from a user, and complete payment, rather than simply describing products and linking to a website. It requires implementing at least one commerce protocol (AP2, ACP, or UCP), exposing machine-readable catalog and inventory data, and building an authorization and audit layer that can prove what was purchased and why.

How is agentic commerce different from a normal AI chatbot on a retail site?

A chatbot answers questions and links out; the human still completes the purchase on a traditional checkout page. Agentic commerce means the agent itself completes the transaction, which requires cryptographic proof of user authorization (via protocols like AP2’s signed Mandates), real-time pricing and inventory data, and a payment settlement path that does not expose raw payment credentials to the agent. This is the specific line agentic commerce development work has to cross that a chatbot integration never needs to.

What do B2B agentic workflows require that consumer agentic commerce doesn’t?

Standing procurement rules and multi-step approval chains rather than a single authorization, contract-aware pricing rather than fixed catalog prices, and often agent-to-agent negotiation within governance guardrails. Deloitte’s research found 72% of suppliers consider their processes automated versus only 47% of buyers, which shows the gap is less about technology availability and more about how the workflow is actually built and governed.

Do I need to support all three protocols, AP2, ACP, and UCP, to build custom AI shopping agents?

Not necessarily all three, but supporting none of them means being effectively invisible to agent-mediated discovery and checkout. Most merchants start with whichever protocol aligns with their existing payment processor, Stripe merchants can often enable ACP with minimal code changes, and expand coverage as adoption data shows where their specific customers are transacting.

Is AI-driven checkout optimization just about improving conversion rates?

Mostly, but the mechanism is different from traditional conversion rate optimization. Adobe’s data shows AI-referred traffic already converting 31 to 42% better than other channels once shoppers reach a retail site. The optimization work is less about persuading the shopper and more about making sure the technical path from agent recommendation to completed purchase does not force the shopper back into a separate, friction-heavy checkout flow.

Bhavesh Modi
Bhavesh Modi

Project Manager – AI

Let's Build Digital Legacy!







    Related Blogs

    Unlock AI for Your Business

    Partner with us to implement scalable, real-world AI solutions tailored to your goals.