Learn

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

Andrew McPherson

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 todayInstant Checkout in a supported agent surface
Announced or pilotA provider has announced partners, pilots, or a rollout pathNetwork-token and 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.

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 is closer to internet infrastructure than shopping, but it belongs in the same map because the buyer is still software acting within rules.

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. Instant Checkout is the clearest consumer checkout example; 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