AI Operations · established evidence

Agent-Buyable by Design: A Readiness Checklist for Agentic Commerce

Last reviewed 2026-07-20. Written by Chandranshu Kumar, Founder, Raveneye Global. · 11 min read

Agentic commerce is the shift from a human clicking through your checkout to an AI shopping agent doing it on a buyer’s behalf, and the plumbing for it is no longer speculative. In late 2025 three open protocols shipped with real payment networks and platforms behind them: the Agentic Commerce Protocol from OpenAI and Stripe, the Agent Payments Protocol from Google, and Google’s Universal Commerce Protocol. Each answers the same structural question in a slightly different way, which is how an agent discovers a product, confirms what the buyer authorized, and pays without ever holding the buyer’s card. The practical consequence for a merchant is blunt: you can have a perfectly good website and still be invisible and un-buyable to an agent that only reads structured surfaces. This is the readiness checklist that turns those protocol requirements into steps a small business can actually take, tiered by what the evidence already supports and what is still early.

What "agent-buyable" actually means

For thirty years the unit of online commerce has been a person and a page. A human looks at your storefront, reads the product copy, judges the reviews, fills the form, and pays. Agentic commerce changes the actor. An AI agent, working from a buyer’s stated intent, does the discovery, the comparison, and increasingly the checkout itself. The buyer says what they want; the agent finds it, confirms the terms, and completes the purchase.

That change has a structural requirement most site owners have never had to meet. A human can forgive a messy page, infer a price from context, and click a button labeled almost anything. An agent cannot. To be reachable at all, a business has to expose what the protocols call a machine-legible, policy-declared, verifiably-authorized transaction surface: a structured feed of what you sell and at what price, a declared set of rules for how a purchase may proceed, and a way to prove the buyer authorized the specific cart being bought.

This is the direct commercial analogue of a lesson that already governs search. A business can rank on page one and still be absent from the AI answer written above it. In the same way, a business can have a polished website and still be un-buyable by an agent that never sees a structured product or checkout surface. Being agent-buyable is not the same as having a good site. It is a separate readiness question, and it is now a concrete one.

The three protocols, in plain terms

The reason this is worth a checklist rather than a wait-and-see is that the infrastructure is shipped, not proposed. Three protocols went live within two weeks of each other in September 2025, each backed by named partners rather than a whitepaper. They overlap, they compete in places, and no single one has won. Understanding what each actually does is the precondition for preparing sensibly for all of them.

ACP: the agent checks out, and never sees the card

OpenAI and Stripe released the Agentic Commerce Protocol (ACP) as an Apache-2.0 open standard on 29 September 2025. It powers Instant Checkout inside ChatGPT, which shipped first for Etsy sellers and is expanding to Shopify merchants. Its defining primitive is the Shared Payment Token: a scoped credential that lets an agent initiate a specific payment on the buyer’s behalf without ever seeing or holding the buyer’s card details. For a merchant, ACP is the protocol that most directly asks the question "can an agent complete a purchase against your catalog and your checkout rules," and it is already live in the largest consumer AI product.

AP2: every purchase carries a signed chain of proof

Google announced the Agent Payments Protocol (AP2) on 16 September 2025 with more than sixty launch partners, including Mastercard, PayPal, Coinbase, American Express and Salesforce. AP2’s core idea is authorization you can verify after the fact. It represents each purchase as three signed, verifiable-credential mandates: an intent mandate (what the buyer asked for), a cart mandate (the specific items and price agreed), and a payment mandate (the authority to pay for exactly that). The mandate chain is, in effect, a cryptographic answer to the oldest question in agent commerce: did the human actually authorize this exact transaction, or did the agent improvise it.

UCP: the agent reaches into your backend to find and buy

Google’s Universal Commerce Protocol (UCP) is being built with Shopify, Etsy, Wayfair, Target and Walmart to let AI Mode and Gemini connect to merchant backends for both discovery and checkout. Where ACP centers on the checkout event and AP2 on the authorization proof, UCP centers on the connection itself: the standardized way an agent-facing engine reaches your product, inventory and ordering systems in the first place. Together the three cover the full arc an agent has to travel, find the product, agree the cart, prove the authorization, move the money, and none of them can travel it across a storefront that only exists as human-readable pages.

How to read this checklist

The checklist below is organized around the arc every one of these protocols has to complete, not around any single vendor’s spec, because betting your preparation on one protocol winning is exactly the mistake to avoid. Each item is a capability an agent needs from you, stated as something a small business can build or buy, followed by the protocol requirement it satisfies. The order is deliberate: the surfaces earlier in the arc, clean product data and reliable inventory, are the ones you need regardless of which protocol reaches you, and they are the ones worth building first.

One note belongs up front. The specs are real and the partners are named, but published adoption is concentrated among large platforms and their enterprise sellers, Etsy, Shopify, Walmart. There is not yet a measured body of evidence on how small independent merchants are being reached by agents in practice. This checklist is therefore framed as how to prepare for what has shipped, not a claim about traffic you are losing today.

Checklist part one: a machine-legible product surface

The first thing every protocol needs is a structured, current account of what you sell. An agent does not read your product page the way a shopper does; it reads a feed. Discovery, the step where an agent decides you are even a candidate, depends on your catalog existing as clean, structured data with the attributes an engine can match against a buyer’s stated intent: title, identifier, price, availability, variant, and the specifics that distinguish one option from another.

The concrete work here is mostly reconciliation, not invention. Most small merchants already hold this data, but they hold it in several places that disagree: a booking or point-of-sale system, a website catalog, a spreadsheet, a marketplace listing. If your price is right in one system and stale in another, an agent has no way to know which to trust, and a purchase built on the wrong record is exactly the failure the authorization protocols are designed to prevent. UCP’s premise, that an agent reaches into your backend for discovery and checkout, only works if that backend holds one correct version of each product.

  • Maintain a single structured product feed with stable identifiers, current price, and live availability, reconciled from one source of truth rather than re-typed across tools.
  • Include the attributes an agent matches on: variants, specifications, fulfillment options and any constraints that decide whether a buyer’s intent is a real fit.
  • Make inventory reflect reality in near real time, so an agent is never offered, or worse, sold, something you cannot deliver.

Checklist part two: a policy-declared, authorizable checkout

Discovery gets an agent to your product. Completing a purchase requires a checkout an agent can operate under declared rules. This is where ACP’s Shared Payment Token and AP2’s mandate chain do their work, and where a merchant’s readiness is either present or absent. The token model lets the agent pay without holding the card; the mandate model records what the buyer authorized as a cart mandate so the transaction can be verified against it. Both assume your checkout can accept a purchase initiated programmatically and honor a declared set of terms: price, taxes, shipping, returns, and the conditions under which the sale is valid.

The practical readiness question is whether your commerce platform can expose an agent-facing checkout at all, and most small merchants get this capability through their platform rather than building it. That the two Google and OpenAI efforts both launched on Etsy and Shopify is the tell: for most independent businesses, being agent-buyable will arrive as a capability their existing platform turns on, which makes choosing and configuring that platform correctly the real lever, not writing protocol code.

  • Confirm whether your commerce or booking platform supports an agent-initiated checkout (ACP Instant Checkout, or the equivalent) and enable it deliberately rather than by default.
  • Declare your commercial policies in machine-readable form: price, tax, shipping, availability windows and returns, so the cart an agent assembles matches the cart you will actually honor.
  • Ensure payments flow through a tokenized path where the agent never holds card data, which is the model both ACP and AP2 are built around.

Checklist part three: authorization and the human gate

The most important thing the protocols standardize is not payment, it is proof of authorization. AP2’s three mandates exist to answer a single question with cryptographic certainty: did the buyer authorize this exact cart at this exact price, or did the agent act beyond what it was given. For a merchant, honoring that chain is what separates a defensible sale from a disputed one. A purchase backed by a verifiable intent, cart and payment mandate is a purchase you can stand behind; one that is not is a liability waiting for a chargeback.

This is also where an agentic sale meets the same governance discipline as any other business AI. The authorization mandate is, structurally, a human-in-the-loop gate: it encodes that a person consented to a specific, bounded action before value moved. Preparing to be agent-buyable is therefore not only a data-plumbing exercise; it is deciding, in advance, which transactions may proceed on a standing authorization and which require a fresh human confirmation, and then declaring those boundaries so an agent respects them. The merchants who will do well here are the ones who treat the authorization surface as seriously as the product surface.

  • Preserve the authorization record for every agent-mediated purchase (intent, cart and payment), so any sale can be traced to what the buyer actually approved.
  • Set explicit boundaries for what an agent may complete unattended versus what needs a fresh human confirmation, and declare them rather than leaving them implied.
  • Treat provenance as first-class: every record an agent acts on should carry where it came from and when it last changed, so a disputed order can be reconstructed instead of argued.

What is established, what is emerging, what is still marketing

What follows tiers the evidence, because the difference matters. What is established is that the protocols exist as shipped, documented specifications with named partners: ACP is a published Apache-2.0 standard live in ChatGPT, AP2 launched with more than sixty payment and platform partners, and UCP is in build with five named major retailers. None of that is forecast; it is a matter of public record and open repositories.

What is emerging is agentic commerce as an actual channel for independent merchants. The rails are laid and running for large platforms, but this is early infrastructure, and which protocol or combination becomes the default an agent uses to reach a small business is not settled. Preparing the surfaces that every protocol needs is the rational hedge precisely because the winner is not yet known.

What is still marketing, and should be named as such, is any confident number about revenue a small business is losing to agents today, or any claim that a specific storefront is already being shopped by AI at scale. The research pass behind this article found no measured evidence of small-merchant agentic-commerce adoption as distinct from the enterprise platform partners. This is readiness for a shift that has clearly begun, not a diagnosis of losses no one has yet measured.

Preparing without betting on a single protocol

The strategic move is not to implement ACP, AP2 or UCP directly; for almost every small business that is the wrong altitude and the wrong risk. The move is to build the surfaces all three depend on, because they converge on the same three requirements. Clean, reconciled, structured product data that reflects live inventory. A checkout your platform can expose to an agent under declared, honored policies. And an authorization and provenance record that lets you stand behind, or safely dispute, any sale an agent completes.

Those three surfaces are protocol-agnostic. They make you discoverable and buyable to whatever standard reaches you, and they are worth building on their own merits even if agentic commerce grew more slowly than its launch partners suggest, because a single trustworthy version of your product and transaction data is the foundation every other system you run depends on too. This is agent-buyable readiness: not a bet on which protocol wins, but the connective work that pays off under any of them, done in the order that puts the durable surfaces first.

The evidence

Key findings, with their sources

  • The Agentic Commerce Protocol (ACP) was released by OpenAI and Stripe as an Apache-2.0 open standard on 29 September 2025, powering Instant Checkout in ChatGPT (first for Etsy, expanding to Shopify), and uses a Shared Payment Token that lets an agent initiate a scoped payment without seeing the buyer’s card.

    established Stripe and OpenAI, "Instant Checkout" / Agentic Commerce Protocol announcement, 2025-09-29, stripe.com/newsroom and openai.com/index/buy-it-in-chatgpt; spec at agenticcommerce.dev.

  • Google announced the Agent Payments Protocol (AP2) on 16 September 2025 with more than 60 launch partners including Mastercard, PayPal, Coinbase, American Express and Salesforce, representing each purchase as three signed, verifiable-credential mandates: intent, cart and payment.

    established Google Cloud, "Announcing Agent Payments Protocol (AP2)," 2025-09-16, cloud.google.com/blog/products/ai-machine-learning; spec at ap2-protocol.org.

  • Google’s Universal Commerce Protocol (UCP) is being built with Shopify, Etsy, Wayfair, Target and Walmart to let AI Mode and Gemini connect to merchant backends for discovery and checkout.

    established Google Developers Blog, "Under the hood: Universal Commerce Protocol (UCP)," 2025, developers.googleblog.com/under-the-hood-universal-commerce-protocol-ucp.

  • Agentic-commerce protocols shipped in late 2025 as documented specifications with named payment-network and platform partners rather than as proposals, launching on large platforms (Etsy, Shopify, Walmart) rather than with measured independent-merchant adoption.

    established Synthesis of ACP (OpenAI/Stripe, 2025-09-29), AP2 (Google, 2025-09-16) and UCP (Google) launch documentation and partner lists.

  • Adoption of agentic commerce by small independent merchants, as distinct from the enterprise platform partners, is not yet measured in the available research; treat "revenue lost to AI agents today" figures as unverified.

    contested Raveneye Global research pass, AI Operations & Agentic Commerce landscape review, 2026-07-20 (gap note: no primary SMB-adoption source identified).

Calibration

What is proven, what is promising, what is unproven

Evidence tierTacticsWhat the evidence says
EstablishedBuild the three surfaces every protocol needs: a clean structured product feed with live inventory, an agent-operable checkout under declared policies, and an authorization and provenance record for each agent-mediated sale.ACP (OpenAI/Stripe, Apache-2.0, 2025-09-29, live in ChatGPT); AP2 (Google, 2025-09-16, 60+ partners, three-mandate model); UCP (Google, in build with Shopify, Etsy, Wayfair, Target, Walmart).
EmergingEnable agent-facing checkout through your existing commerce platform as it turns the capability on, rather than implementing any single protocol directly; keep preparation protocol-agnostic while the default standard is unsettled.Both major efforts launched on Etsy and Shopify; which protocol or combination becomes the path an agent uses to reach a small merchant is not yet settled (early infrastructure).
ContestedDo not size the opportunity, or the loss, from vendor "revenue lost to AI shopping" claims; there is no measured small-merchant adoption figure to anchor them.Published adoption is concentrated in enterprise platform partners; no primary source on independent-merchant agentic-commerce traffic was found in this research pass.

Reference

Glossary

Agentic commerce
Commerce in which an AI agent, acting on a buyer’s stated intent, performs discovery, comparison and increasingly checkout on the buyer’s behalf, rather than a human clicking through a storefront directly.
ACP (Agentic Commerce Protocol)
An Apache-2.0 open standard from OpenAI and Stripe (2025) that lets an agent complete a purchase against a merchant’s catalog and checkout, using a Shared Payment Token so the agent never holds the buyer’s card.
AP2 (Agent Payments Protocol)
A Google-led protocol (2025) that represents a purchase as three signed, verifiable-credential mandates, intent, cart and payment, so the exact transaction a buyer authorized can be verified.
UCP (Universal Commerce Protocol)
A Google protocol, in build with several major retailers, that standardizes how an agent-facing engine such as AI Mode or Gemini connects to a merchant’s backend for discovery and checkout.
Shared Payment Token
A scoped payment credential (from ACP) that authorizes an agent to initiate one specific payment without exposing or storing the buyer’s underlying card details.
Mandate
In AP2, a signed verifiable credential capturing one link in the authorization chain: what the buyer intended, the exact cart agreed, and the authority to pay for it.

Straight answers

Frequently asked questions

What is agentic commerce?

It is commerce where an AI agent buys on a person’s behalf. Instead of a human browsing your site and checking out, an agent works from the buyer’s stated intent to discover the product, confirm the cart, and complete a payment. The protocols that make this possible, ACP, AP2 and UCP, shipped in late 2025 with named payment networks and platforms behind them.

Do I need to implement ACP, AP2 or UCP myself?

Almost certainly not directly. For most small businesses the agent-facing capability arrives through their existing commerce or booking platform, which is why the first launches ran on Etsy and Shopify. Your work is to build the surfaces every protocol depends on, clean structured product data, an agent-operable checkout, and an authorization record, and to enable the capability your platform exposes, rather than writing protocol code.

Why can I have a good website and still be un-buyable by an agent?

Because an agent reads structured data, not pages. It needs a machine-legible feed of what you sell and at what price, a checkout it can operate under declared rules, and a way to prove the buyer authorized the exact cart. A site built only as human-readable pages gives an agent nothing to act on, in the same way a business can rank on page one and still be absent from the AI answer above it.

Is agentic commerce something small businesses are already losing sales to?

No one has measured that yet for independent merchants. The protocols are real and running, but published adoption is concentrated among large platforms and their enterprise sellers. Treat confident "revenue lost to AI shopping" numbers as marketing until a primary source exists. The case for preparing is that the shift has clearly begun, not that a measured loss is already on your books.

What is the single most valuable thing to do first?

Reconcile your product and inventory data into one trustworthy, structured source of truth. Every protocol depends on it, an agent cannot sell what it cannot reliably read, and a clean product surface pays off across every other system you run regardless of how fast agentic commerce grows.

Provenance

Sources

  1. Stripe and OpenAI, Agentic Commerce Protocol (ACP) / Instant Checkout, Apache-2.0 spec, 2025-09-29; stripe.com/newsroom, openai.com/index/buy-it-in-chatgpt, agenticcommerce.dev, github.com/agentic-commerce-protocol (established)
  2. Google Cloud, Announcing Agent Payments Protocol (AP2), 2025-09-16; cloud.google.com/blog/products/ai-machine-learning, ap2-protocol.org, github.com/google-agentic-commerce/AP2 (established)
  3. Google Developers Blog, Under the hood: Universal Commerce Protocol (UCP), 2025; developers.googleblog.com/under-the-hood-universal-commerce-protocol-ucp (established)
  4. Raveneye Global, AI Operations & Agentic Commerce landscape review, 2026-07-20 (research pass; SMB-adoption gap noted as needing primary data) (contested)

Every figure above is attributed to a real, dated source and tagged with its evidence tier. Where a claim could not be verified to a primary source, it is not stated as fact.

What this means for your business

The checklist comes down to one operational question most businesses cannot answer yet: is your product, inventory and checkout data clean, structured and connected enough for an agent to read and act on, or does it live in five systems that disagree? That connective work, one trustworthy version of your data with the provenance to stand behind any sale, is exactly what a Data Pipeline and Integration Build does, engineered and reviewed by a named technical specialist, with nothing that writes to a live system running without a person approving it first.

service Data Pipeline & Integration Build The plumbing that makes your tools talk to each other reliably, reconciling booking, CRM, point-of-sale and web data into one clean, structured, current record, with the provenance and human-approval gates that make it safe for an agent to act on. See how it works

Not sure where you stand yet? Start free with a Machine-Readiness Score, a specialist-reviewed read of where your business shows up across search and AI answers. No guaranteed number, and no obligation.