Learn

Agentic Commerce Examples: How AI Agents Shop, Decide, And Pay

Andrew McPherson · Updated August 1, 2026

Depth · Core

Good for: Leaders · Builders

Agentic commerce is easiest to understand through examples: an AI agent finds products, compares options, chooses within a user’s constraints, creates or updates a cart, and completes checkout or payment with authorization. The important shift is action. A product recommender suggests; an agentic commerce flow can actually buy.

Short answer

A typical agentic commerce example is: “Find me trail running shoes under 150 dollars that fit wide feet, can arrive by Friday, and use my saved payment method if I approve.” The agent searches, compares, filters, asks for any missing approval, and completes the purchase through a supported checkout and payment flow.

Live, announced, and hypothetical

Keep three categories separate.

StatusWhat it meansExample type
LiveA real user can complete at least part of the flow todayUCP-powered checkout on Google surfaces for select merchants; Instant Checkout with US Etsy sellers in ChatGPT
Announced or pilotA provider has announced partners, pilots, or a rollout pathGoogle’s Universal Cart; network agent-payment programs
Hypothetical but plausibleThe flow is technically consistent but not documented as liveMulti-agent procurement across several suppliers

This distinction matters because agentic commerce is moving faster in press releases than in routine production transactions. It also moves backwards sometimes, which is why the section on announced-but-not-shipped capabilities below is part of the picture rather than a footnote.

Example 1: Retail product discovery and checkout

A shopper asks an assistant for “a dishwasher-safe travel mug under 35 dollars that fits a car cup holder.” The agent compares products, filters by price and attributes, checks availability and shipping, then presents a short list. If the shopper approves one, the agent creates a checkout session and completes the order through a supported checkout protocol such as ACP or a platform-specific flow.

What has to work:

  • structured product data with price, availability, shipping, and attributes;
  • a checkout path the agent can call;
  • scoped payment authorization;
  • an order record and return policy.

This is the consumer example most people mean when they say “AI shopping agent.”

Example 2: Replenishment with constraints

A household agent notices that a buyer is likely to run out of coffee filters. It can reorder the same item, or choose an equivalent if the usual one is out of stock, but only under a pre-set price and from approved merchants. This is where authorization matters: the agent should not have open-ended permission to spend. It needs constraints such as merchant, category, amount, recurrence, and expiry.

This is the kind of flow AP2 is designed to make defensible, because a merchant or issuer needs proof of what the user delegated.

Example 3: Travel planning with partial autonomy

A travel agent can compare flights, hotels, and activities against a budget and preference set. It may reserve an itinerary, ask for approval on the final payment, and then complete booking. The commercial value is not just checkout; it is orchestration across multiple suppliers and constraints.

This flow is harder than simple retail because inventory changes quickly, policies are complex, and cancellation terms matter. It requires stronger evidence of what the user saw and approved.

Example 4: B2B procurement

A procurement agent receives a request: “Buy 20 replacement laptop chargers compatible with this model, under the approved supplier policy, delivered by next week.” The agent searches approved vendors, checks price and stock, validates policy constraints, creates a cart, and routes the purchase for approval.

This is not just a consumer shopping problem. In B2B, agentic commerce is often about policy, approval, and auditability. The buyer may care less about a slick chat surface and more about evidence, exportable records, and vendor terms.

Example 5: Local services and appointments

A user asks an agent to book a car service, dental appointment, or home repair window. The agent checks availability, matches constraints, reserves a slot, and may pay a deposit. This is commerce even when the “product” is time. The readiness work is different: inventory is appointment availability, checkout may be a booking API, and cancellation rules become part of the transaction.

Example 6: Software paying software

Not all agentic commerce is retail checkout. An AI agent may need to pay for an API call, a data file, compute, or another software service. Protocols such as x402 and MPP target this machine-to-machine lane, where software requests a resource, receives a payment requirement, pays, and gets access.

This lane is now getting network-level attention as well. On 10 June 2026 Mastercard introduced Agent Pay for Machines, a service for high-frequency, low-value payments executed between agents and machines, with credentialing, programmatic spending limits, and settlement across cards, accounts, and stablecoins. It launched with more than 30 named participants and supporters including Adyen, Cloudflare, Coinbase, Global Payments, Stripe, and Tempo.

This is closer to internet infrastructure than shopping, but it belongs in the same map because the buyer is still software acting within rules.

What has been announced but not shipped

An examples page is only useful if it separates capability from intent. These are worth knowing precisely because they are commonly cited as though they were live.

In-chat checkout in ChatGPT has narrowed, not widened. Instant Checkout launched in September 2025 with US Etsy sellers live and “over a million Shopify merchants” described as coming soon. In March 2026 OpenAI said Instant Checkout was moving to Apps, with the Agentic Commerce Protocol serving as the infrastructure, and the pattern shifted toward discovery in the assistant and checkout on the merchant’s own site.

Walmart’s October 2025 announcement with OpenAI was an announcement of intent. It was widely reported as buying inside ChatGPT, and it should be read alongside the March 2026 repositioning rather than as a shipped, broad consumer capability.

Google’s Universal Cart is announced, not general. At Google Marketing Live on 20 May 2026 Google said shoppers would be able to try select cross-retailer checkout features “soon” with brands including Nike, Sephora, Target, Ulta Beauty, Walmart, Wayfair, and Shopify merchants, and that UCP-powered checkout would roll out to Canada and Australia in the coming months and later the UK. Google’s merchant documentation still describes the UCP checkout feature as available for select merchants through an early-access process.

American Express has published part of its agent stack. Amex states that the account enablement, intent intelligence, and payment credentials specifications in its Agentic Commerce Experiences developer kit were available as of 14 April 2026, while agent registration and cart context specifications are still under development, and that its Agent Purchase Protection is a future commitment rather than a live benefit.

None of this makes the category less real. It does mean a merchant should ask any vendor which specific surface, which merchants, and which country a claimed capability applies to today.

What the examples have in common

Every good agentic commerce example has the same five layers:

  1. Intent. The user gives a goal and constraints.
  2. Discovery. The agent finds products, services, or tools.
  3. Decision. The agent compares options against the constraints.
  4. Authorization. The user or a prior mandate permits action.
  5. Transaction. Checkout or payment completes, and an order or access record is created.

The protocols divide those jobs. MCP helps agents discover tools and data. ACP and UCP help structure commerce and checkout. AP2 helps prove authorization. x402 and MPP support machine-native payments.

What this means for merchants

The best examples are not magic. They depend on boring readiness work: product data, API checkout, payment terms, evidence, and governance. Before chasing a branded AI-shopping launch, use the agentic commerce readiness checklist and the RFP questions to check whether your business can support the flow end to end.

FAQ

What is a simple example of agentic commerce? A shopper asks an AI assistant to find a product under a budget, compare options, choose one that matches constraints, and complete checkout with approval.

Are examples live today? Some are live, some are pilots, and some are plausible future flows. The clearest consumer checkout examples are Google’s UCP-powered checkout for select participating US merchants and Instant Checkout with US Etsy sellers in ChatGPT, which OpenAI said in March 2026 is moving to Apps. Network agent-payment programs are earlier-stage; x402 and MPP are live infrastructure for software payments.

How is this different from a chatbot recommending products? A recommender suggests. An agentic commerce flow can act: create a cart, carry authorization, and trigger checkout or payment.

Which businesses should look first? Businesses with structured product data, repeatable buying journeys, clear pricing and inventory, and API-accessible checkout are best positioned.

Primary sources

  1. Stripe and OpenAI launch Instant Checkout · Stripe, 2025-09-29
  2. Agentic Commerce Protocol specification (GitHub) · GitHub
  3. Visa Intelligent Commerce launch · Visa, 2025-04-30
  4. Introducing the Machine Payments Protocol · Stripe, 2026-03-18
  5. About the Universal Commerce Protocol (UCP) and UCP-powered checkout feature on Google · Google Merchant Center Help
  6. How we're helping retailers thrive with new Universal Commerce Protocol features and AI tools on Google · Google, 2026-05-20
  7. Agentic Commerce Experiences (ACE) developer kit · American Express, 2026-04-14
  8. Mastercard launches Agent Pay for Machines to unlock super-fast, always-on payments · Mastercard, 2026-06-10