Agentic commerce

Agentic commerce

Agentic commerce

TL;DR

TL;DR

Agentic commerce is a model where an AI agent, holding delegated authority and spend limits, completes the whole purchase: search, checkout, tracking, and returns.

Agentic commerce is a model where an AI agent, holding delegated authority and spend limits, completes the whole purchase: search, checkout, tracking, and returns.

What is agentic commerce?

Agentic commerce is a transaction model in which an AI agent searches, compares, purchases, and manages orders on a shopper’s behalf, carrying the sequence through checkout rather than stopping at a recommendation. The agent operates under delegated authority: a payment credential, a budget, and a set of constraints.

The shift is structural. A decade of storefront optimization assumed a human eye on a product grid: photography, ratings, urgency banners, one-click upsells. An agent parses structured data and ignores layout, so discoverability starts depending on feeds, APIs, and policy text a model can actually read.

How agentic commerce works

An agentic purchase runs through five stages: intent, retrieval, evaluation, authorization, and execution.

Intent capture converts a loose request (“reorder the filter that fits my machine, under $40, here by Friday”) into constraints a system can test. Retrieval gathers candidates from merchant catalogs, order history, and policy pages, which is why most stacks sit on retrieval-augmented generation so the answer comes from live records. Evaluation scores those candidates against the constraints, and the agent confirms stock, price, and delivery windows through tool calling against merchant APIs.

Authorization is the stage with no pre-AI equivalent. The shopper delegates a payment credential scoped to a merchant set, an amount ceiling, and a frequency, so the agent transacts inside limits set once and revocable later. Execution places the order and keeps running: confirmation, tracking, exceptions, returns. When several agents and tools share that work, AI agent orchestration decides sequencing and recovers a failed step without restarting the purchase.

Types of agentic commerce

Five patterns are in production or close to it, and they differ mainly in who owns the agent.

  • Buyer-side assistants: Consumer agents living in a chat app or operating system that shop across merchants while holding the shopper’s credential and stated preferences.

  • Merchant-side selling agents: Agents a retailer runs on its own storefront to qualify, configure, and close orders in conversation, bounded by the catalog data they can reach.

  • Replenishment agents: Agents that watch consumption or a schedule and reorder automatically inside a standing budget, which makes silent price drift the main risk.

  • Procurement agents: Business-side agents that source, compare quotes, and raise purchase orders within approval rules, where the approval chain is usually the bottleneck.

  • Post-purchase agents: Agents handling the long tail after checkout: address changes, cancellations, refunds, and delivery exceptions.

Agentic commerce vs conversational commerce vs recommendation engines vs traditional e-commerce

These four get collapsed into “AI shopping”, and the collapse hides the only question that matters: who completes the purchase. Conversational commerce moves the storefront into chat and voice while the human still taps buy. Recommendation engines rank products for a shopper who then does every remaining step personally. Traditional e-commerce hands the whole sequence to a person navigating pages built for eyes. Agentic commerce takes delegated authority and carries the sequence to completion, which is why it changes payments, liability, and merchandising at the same time.


What it automates

Who completes checkout

Data it reads

Agent-executable

Choose it when

Agentic commerce

Discovery through purchase and after-sale

The agent, under delegated limits

Feeds, APIs, policy text

Yes, by design

Buying is repetitive and rule-bound

Conversational commerce

Guidance and cart building in chat

The shopper

Chat context plus catalog

Partly

Buyers want help and keep the final tap

Recommendation engines

Ranking and merchandising

The shopper

Behavioral and catalog signals

No

Discovery is the bottleneck

Traditional e-commerce

The storefront and nothing beyond it

The shopper

Rendered pages

No

Purchases are visual and high-consideration

If the purchase is repetitive, constrained, and dull, agentic commerce earns its governance overhead. If it is high-consideration, visual, or emotionally loaded, a conversational layer over a well-built storefront captures most of the value at a fraction of the operational cost.

Why agentic commerce matters for customer experience

When nothing can act on the customer’s behalf, the tedious half of buying stays with them: comparing near-identical SKUs, re-entering an address, chasing a late parcel, filing a return through a portal that demands an order number they no longer have. Each of those steps is where carts die and where support inherits work, the pattern behind how AI agents in e-commerce support absorb repetitive post-purchase contact.

The tradeoff is sharper here than in support automation. A wrong answer costs trust; a wrong purchase costs money, and it happens quietly at whatever rate the agent runs. Teams that ship delegated buying without spend ceilings, confirmation thresholds, and a reversal path convert a convenience gain into a refund queue.

How is agentic commerce measured?

Four numbers describe a program, and they only mean anything read together. Completion rate is the share of delegated tasks the agent finishes untouched. Intervention rate is how often it hands back, and a rising intervention rate pushes more work onto people. Order accuracy is the share of agent-placed orders that survive without a return, cancellation, or dispute. Cost per completed purchase compares the whole thing against a person doing it.

No commerce-specific public benchmark covers those numbers yet, so general agent capability is the closest proxy available. The 2025 Stanford HAI AI Index reported that on tasks with fixed time budgets, agents scored above human experts at a two-hour budget while the humans pulled ahead as budgets stretched toward 32 hours, which is the reliability curve any long-running purchase flow sits on.

How AI agents change merchant systems

The mechanism is a change of client. Traffic starts arriving from software that reads structured data and ignores layout, so the surface deciding conversion becomes the feed, the API, and the returns policy rather than the hero image. Agentic RAG makes this concrete: the agent plans several retrievals across a catalog, a shipping policy, and an order record before committing to one product.

The consequences land in three places. Product data quality becomes revenue-critical, because an ambiguous compatibility field removes an item from consideration silently and leaves no analytics trace. Bot management needs a sanctioned lane, since blanket blocking now blocks paying customers. And the support stack begins receiving agent-authored contacts, the same shift covered in support tools that take actions, where a resolution means a completed task.

Implementing agentic commerce

Judge readiness on five axes. Coverage comes first: does the catalog carry the attributes an agent filters on, and does the shipping and returns policy exist somewhere a machine can parse. Integration surface is second: an agent has to place, amend, cancel, and refund through the same systems staff use, with idempotency so a retried call never double-charges.

Governance decides who sets spend ceilings and who can revoke a delegation mid-flight. Every agent action needs an audit record naming the credential used, the constraint it satisfied, and the human it acted for. Assurance is what procurement raises: buyers ask for SOC 2 Type II from whoever handles order and payment data, and increasingly for ISO 42001 as evidence that the AI system itself is governed and reviewable.

The constraint that bites hardest is dispute handling. Card networks were designed around a human cardholder, and a chargeback on an agent-placed order still has to name one.

Agentic commerce and support operations

Agentic buying moves demand around a support organization. Orders placed under delegated rules produce a different contact mix: fewer checkout questions and more exceptions where a stated constraint met reality, so ticket volume drops in one category while a new one appears. Fulfillment feels it too, since an agent that promised Friday depends on smart order routing picking a location that can honor the date, and a missed promise returns as a contact the same agent has to clear.

What does agentic commerce mean in plain terms?

Think of it as handing an assistant your card along with a short list of rules: this brand, up to this much, only when we run low. The assistant does the dull part and comes back with a receipt you can query.

Without that delegation, you stay the integration layer. You hold the tab comparison in your head, you notice the subscription renewed at a higher price, you remember which parcel was due Tuesday. Nothing gets automated because every decision needs your thumb.

The cost is control. Every rule you leave unstated is a judgment call the agent makes on your behalf, and it will make that call consistently, at speed, across every order it places. Good delegation is mostly the work of writing the rules down before anything runs.

Common agentic commerce mistakes

Treating it as a channel launch is the first. Agentic commerce is a permissions and liability design problem wearing a shopping interface, and teams that staff it like a new storefront skip the delegation model entirely.

Publishing a catalog without policy data is the second. Agents can find the product and still refuse to buy, because return windows, warranty terms, and shipping cutoffs live in rendered pages or a PDF that retrieval cannot use.

Unbounded delegation is the third. A credential with no merchant scope, amount ceiling, or expiry converts every model error into a completed transaction, and the failure surfaces as a chargeback weeks later.

Measuring with pre-agent metrics is the fourth. Conversion rate per session assumes a session and a human in it, so an agent that resolves a purchase in three API calls looks like a traffic decline on the dashboard.

Frequently Asked Questions

What is the difference between agentic commerce and conversational commerce?

Agentic commerce and conversational commerce differ on who finishes the transaction. Conversational commerce brings the storefront into chat, messaging, or voice, and the shopper still confirms and pays. Agentic commerce gives the AI agent scoped authority to execute the purchase itself, which pulls payments, spend limits, and dispute handling into scope.

How does an AI agent actually pay for something?

An AI agent pays with delegated credentials issued by the shopper or their bank, scoped to a merchant set, an amount ceiling, and a time or frequency window. The credential identifies the transaction as agent-initiated, which lets merchants apply different fraud rules and lets the shopper revoke authority without cancelling the underlying card.

Is agentic commerce safe for shoppers?

Agentic commerce is as safe as its delegation model. Risk concentrates in unbounded authority: a credential with no merchant scope, no ceiling, and no expiry turns any model error into a completed order. Confirmation thresholds above a set amount, a visible action log, and a one-click revocation path handle most of the exposure.

Agentic commerce vs traditional e-commerce: what changes for merchants?

Traditional e-commerce optimized rendered pages for human attention. Agentic commerce shifts the deciding surface to structured product feeds, transactional APIs, and machine-readable shipping and returns policies. Merchandising becomes data quality work, bot rules need a sanctioned lane for buying agents, and analytics built on session-level conversion stop describing reality.

What data does a merchant need to expose to shopping agents?

Merchants need to expose complete product attributes, real-time inventory and pricing, delivery estimates by destination, and policy terms covering returns, warranties, and shipping cutoffs. Agents filter on attributes, so an ambiguous compatibility or sizing field silently removes the item from consideration without generating any signal the merchant can see.

Does agentic commerce replace customer support teams?

Agentic commerce reshapes support demand more than it removes it. Routine checkout and order-status contacts fall, while exception handling grows: constraint conflicts, delivery promises that slipped, disputes on agent-placed orders. The remaining cases are harder and more consequential, so teams shift toward exception review, policy authorship, and auditing what the agents did.

Learn More

Learn More

Knowledge base

K

Average handling time (AHT)

A

Telephony

T

Customer acquisition cost (CAC)

C

Business process outsourcing (BPO)

B

AI tokens

A

Human in the loop (HITL)

H

AI grounding vs retrieval-augmented generation (RAG)

A

Short message service (SMS)

S

Call center

C

Data annotation

D

Ticket routing

T

Customer service quality assurance (QA)

C

Live chat

L

Speech Synthesis Markup Language (SSML)

S

Batch inference

B

Barge-in

B

SLA compliance rate

S

Queue management

Q

Prompt versioning

P

Emotion detection

E

Retrieval-augmented generation (RAG)

R

Natural language understanding (NLU)

N

Text classification

T

Call routing

C

Customer churn rate

C

Speech-to-speech

S

Intent recognition

I

Voice of the employee (VoE)

V

Confidence score

C

Resolution-based pricing

R

AI personalization

A

Voice cloning

V

Asynchronous messaging

A

Hallucination

H

ReAct agent pattern

R

Long-term memory

L

Forecast accuracy

F

Customer feedback loop

C

Structured output

S

Outbound voice AI

O

AI guardrails

A

Direct preference optimization (DPO)

D

Prompt chaining

P

SIP transfer

S

Fallback intent

F

Conversation summarization

C

Auto-tagging

A

Cost per contact

C

VoIP jitter

V

Model card

M

Ticket prioritization

T

Sentiment analysis

S

Agent utilization rate

A

Speech-to-intent

S

Prompt engineering

P

Knowledge atlas

K

SOC 2 AI support

S

Prosody

P

Chatbot containment rate

C

Speech synthesis

S

Intelligent virtual agent (IVA)

I

Fine-tuning

F

ISO 42001

I

Intent-based search

I

After-call work (ACW)

A

Chatbot

C

AI agent

A

Prior authorization automation

P

AI customer service

A

Ticket deflection

T

AIUC-1

A

Workforce management (WFM)

W

Skill-based routing

S

Interactive voice response (IVR)

I

Contact center as a service (CCaaS)

C

Warm transfer

W

Customer segmentation

C

Reinforcement learning

R

Voice activity detection (VAD)

V