Learn

Agentic Commerce For Retailers: A Practical Readiness Playbook

Andrew McPherson · Updated August 1, 2026

Depth · Core

Good for: Leaders · Builders

For retailers, agentic commerce readiness means your products can be found, compared, added to cart, paid for, fulfilled, returned, and measured when the buyer is an AI agent. The foundation is not a chatbot. It is complete product data, current inventory, API-reachable checkout, scoped payment authorization, and clear economics for the agent channel.

Short answer

A retailer should treat agentic commerce as a new buying surface, not a side experiment. Start with catalog quality and live-store parity, then verify which agent surfaces reach your customers, make checkout callable through ACP, UCP, or platform APIs, add authorization and evidence records, and measure margin after fees, returns, and disputes.

Retailer readiness map

LayerRetailer questionPractical first move
Product dataCan an agent understand every product and variant?Audit feed completeness and live-store parity
DiscoverabilityWhich agents and shopping surfaces can see us?Check platform syndication and agent-visible listings
CheckoutCan software build and complete a cart?Map ACP, UCP, platform, and existing checkout paths
PaymentCan authorization be scoped and defended?Define token, mandate, receipt, and dispute evidence requirements
OperationsCan fulfillment, returns, and exceptions survive automation?Expose policy and order-state data clearly
EconomicsDoes the channel make money after fees and returns?Model margin by agent surface and product category
MeasurementCan we see agent behavior separately?Track impressions, carts, orders, exceptions, and disputes

Why retailers are exposed first

Retailers sit closest to the buying moment. When a shopper delegates a purchase, the agent needs product options, prices, stock, shipping promises, policies, and a way to complete the order. That makes retailers early beneficiaries, but also early test subjects. If the data is strong and checkout is callable, agents can bring new demand. If the data is thin or stale, agents may skip the retailer or create operational failures.

The practical risk is not only technical failure. It is commoditization. If an agent reduces a category to “cheapest in-stock option arriving by Friday,” the retailer competes on price, fulfillment, and data quality. That is why agentic commerce for retailers is as much a merchandising and margin question as a protocol question.

Step 1: Make the catalog agent-ready

Retailers should begin with product data because every downstream step depends on it. A clean checkout integration cannot save a catalog an agent cannot understand.

At minimum:

  • product IDs, titles, descriptions, prices, currencies, availability, images, brands, categories, and variants are complete;
  • GTINs, MPNs, SKUs, merchant IDs, and other identifiers are consistently populated where relevant;
  • price, promotion, tax-relevant information, and availability match the live store;
  • shipping, delivery windows, return rules, warranty details, and restrictions are machine-readable where possible;
  • feed drift is monitored and treated as an operational issue.

For the detailed catalog checklist, see product catalog for agentic commerce.

Step 2: Decide which surfaces matter

Retailers should not start by asking “which protocol will win?” They should ask where customers will delegate buying. For some categories that may be Google Search and Gemini. For others it may be ChatGPT, a platform marketplace, a commerce provider, or a vertical assistant.

The surface decides the integration path. UCP matters for Google-led shopping surfaces. ACP matters for agent surfaces that support the Agentic Commerce Protocol. Platform integrations may abstract both. The retailer’s job is to verify what is actually live for its category and geography, then avoid building twice where a platform already syndicates once.

Two market facts are worth holding while you make that call, because both cut against planning around a single consumer channel.

First, the shape of the ChatGPT channel changed. In March 2026 an OpenAI spokesperson told Digital Commerce 360 that “Instant Checkout is moving to Apps, where purchases can happen more seamlessly,” with the company “prioritizing making ChatGPT search and product discovery great, with ACP serving as the infrastructure that connects users to merchants across the full shopping journey.” Read ACP as plumbing that can front several surfaces, including retailer apps inside ChatGPT, rather than as one in-chat buy button you integrate with once.

Second, a good deal of UCP news is announced rather than shipped. Google’s January 2026 launch post said UCP “will soon power” checkout on eligible listings in AI Mode and the Gemini app for eligible U.S. retailers, and its March 2026 update described simplified Merchant Center onboarding as “rolling out over the coming months” with Commerce Inc, Salesforce, and Stripe implementing UCP “in the near future.” That is a real direction of travel, but it is not the same as a live channel in your market. Ask your platform what is switched on for you today.

Step 3: Make checkout callable

Agentic commerce checkout needs structured state. An agent has to know whether a cart is valid, what shipping choices exist, what tax and total apply, whether a promotion is eligible, and whether a restriction blocks the order.

For ACP, this is an agentic checkout API. For UCP and platform routes, the exact interface differs, but the requirement is the same: software must be able to create or update a cart and receive a reliable, current answer. Avoid relying on page scraping or hidden storefront logic that only a browser can interpret.

Useful internal links:

Step 4: Treat payment authorization as evidence

Retailers need a record of what the user authorized and what the agent did. That can involve a Shared Payment Token, an AP2 mandate, a network token, a passkey-backed approval, or a processor-specific artifact. The names differ, but the retailer requirement is consistent: the payment credential must be scoped, and the evidence record must be strong enough for customer support, fraud review, and disputes.

Keep the receipts, not just the authorizations. Under AP2 v0.2, the merchant returns a Checkout Receipt once it accepts or rejects a Checkout Mandate, and the payment processor returns a Payment Receipt for the Payment Mandate. The specification’s dispute rules require both pairs, with the hashes that bind them independently recomputed, before the contents can be used as evidence. A retailer that logs only what the user authorized has half the file.

Also be clear about what that evidence does and does not buy you. AP2 does not allocate liability. Its executive summary describes its objective as providing supporting evidence that helps payment networks establish accountability and liability principles, and the specification puts dispute resolution, retention, and retrieval out of scope. Good evidence improves your position under whatever rules apply; it does not create the rule.

Do not treat this as only a payments-team problem. The evidence touches checkout, pricing, fulfillment, legal, and customer service. For the non-technical version, read AI shopping agent authorization.

Step 5: Model the channel economics

Agentic commerce can bring incremental demand, but retailers should model it like a channel with costs and incentives. The relevant economics include payment fees, platform fees, referral or ad costs, return rates, support costs, and whether agents push the category toward price-only competition.

Segment the model by category. High-margin differentiated products can tolerate more channel cost than commodity products. Fast-moving inventory with frequent price changes needs stricter data controls than a stable catalog. Products with high return rates need clearer policy and fit data before agents start recommending them.

Step 6: Prepare operations and support

Retail operations need to know what to do when an agent-created order goes wrong. Common cases include stale inventory, unavailable shipping, the wrong variant, misunderstood user intent, customer regret, and “I did not authorize that” disputes.

Prepare:

  • clear customer-service scripts for agent-assisted orders;
  • order records that identify agent surface and authorization method;
  • return, cancellation, and substitution rules an agent can read;
  • escalation paths when a checkout requires human confirmation;
  • reporting that separates agent orders from normal web orders.

Step 7: Measure before scaling

At pilot scale, the question is not only “did orders happen?” It is whether the retailer was represented accurately and whether the channel produces profitable demand.

Track:

  • product inclusion in agent answers;
  • agent-referred sessions and product views;
  • cart creation and checkout attempts;
  • completed orders and order value;
  • failed checkout reasons;
  • gross margin after channel costs;
  • returns, refunds, disputes, and support tickets;
  • how accurately agents describe product attributes and policies.

What not to do

Do not launch agentic checkout before product data is reliable. Do not accept broad vendor claims without live-use-case proof, and treat an announcement as an announcement until someone shows you it working in your market. Do not assume liability terms are settled, and do not read a protocol’s support for signed mandates as a liability answer, because none of the protocols allocates liability. Do not measure only traffic and orders while ignoring returns, disputes, and margin. And do not let an agent surface become the only place your product information is represented well.

The next step is the agentic commerce readiness checklist. Once that is mostly green, use the RFP question guide before choosing a platform, processor, or agent-commerce vendor.

FAQ

What should retailers do first for agentic commerce? Start with product data: complete structured feeds, exact live-store parity, shipping and return information, and drift monitoring.

Should retailers prioritize ACP or UCP? Follow the customer surface rather than pick a winner. ACP matters for surfaces using the Agentic Commerce Protocol, which OpenAI has said now serves as the infrastructure connecting ChatGPT users to merchants after Instant Checkout moved to Apps; UCP matters for Google Search, Gemini, and Google-led shopping surfaces. Many retailers should plan for both, and for most the practical route is a platform or provider integration rather than two custom builds.

What is the biggest risk for retailers? Being reduced to a price and availability row in an agent comparison. Rich product data, policy clarity, fulfillment reliability, and margin discipline are the defenses.

How should retailers measure it? Measure agent answer inclusion, agent referrals, carts, checkout attempts, orders, average order value, margin after fees, returns, disputes, and representation accuracy.

Primary sources

  1. New tech and tools for retailers to succeed in an agentic shopping era · Google, 2026-01-11
  2. AI shopping gets simpler with Universal Commerce Protocol updates · Google, 2026-03-19
  3. How we're helping retailers thrive with new Universal Commerce Protocol features and AI tools on Google · Google, 2026-05-20
  4. Product data specification · Google Merchant Center
  5. Agentic Commerce Protocol specification (GitHub) · GitHub
  6. Agentic Commerce Protocol documentation · Stripe
  7. Announcing the Agent Payments Protocol (AP2) · Google Cloud, 2025-09-16
  8. Agent Payments Protocol specification (v0.2) · Agent Payments Protocol
  9. OpenAI shifts checkout plans in its agentic commerce strategy · Digital Commerce 360, 2026-03-06