Table of Contents
Agentic commerce ranges from AI-assisted product research to systems that can complete a purchase within rules set by the customer. It is useful to separate these capabilities into three levels: discovery, confirmed transactions, and bounded autonomous purchasing. This is a planning framework, not an official industry certification, but it helps shoppers and businesses evaluate what a product actually does.
The word agentic is often applied too broadly. A chatbot that recommends a product is not equivalent to a system that can create a cart, authorize a payment, or reorder an item. Each additional action requires more current data, stronger permissions, and clearer safeguards.
The three levels at a glance
| Level | Agent's role | Human's role | Main requirements |
|---|---|---|---|
| 1. AI-assisted discovery | Interprets needs, finds products, compares options, and supplies links | Reviews the recommendation and completes checkout | Accurate catalog data, understandable pages, and reliable citations or links |
| 2. Confirmed transaction | May select a variant, prepare a cart, collect details, and submit an order after approval | Checks the final item, seller, total, and terms, then explicitly confirms | Secure integrations, real-time validation, payment authorization, and error handling |
| 3. Bounded autonomous purchase | Places an order when predefined conditions are met | Sets limits in advance, receives records or alerts, and can pause or revoke access | Precise policies, scoped credentials, spending controls, audit logs, and exception handling |
Level 1: AI-assisted product discovery
At Level 1, the agent helps a shopper decide what to buy. A customer can describe a goal in natural language—for example, a compact mixer for bread dough in a small kitchen—and add constraints such as budget, dimensions, noise, or delivery time. The agent searches available information, narrows the choices, and explains why each candidate may fit.
The final purchase still takes place through the retailer's normal checkout. This level has the lowest integration burden, but it depends heavily on information quality. A vague title such as “Kitchen Mixer” tells the system very little. A specific title, a consistent specification table, visible price and availability, and a clear returns policy make a recommendation easier to evaluate.
Discovery also has limits. AI may combine stale sources, misunderstand a technical requirement, or overlook a suitable product. A recommendation should therefore lead to a page where the shopper can verify the model, variant, compatibility, seller, price, and terms.
What retailers need for Level 1
- Stable product and variant identifiers, with canonical URLs.
- Accurate titles, categories, attributes, images, and descriptions.
- Product structured data that agrees with the visible page.
- Current price, stock, shipping, warranty, and return information.
- Genuine reviews presented without selective suppression or fabricated claims.
If a store's foundation needs improvement, compare the core catalog and management features covered in this guide to AI-assisted e-commerce website builders. The platform can organize data, but a merchant still needs to validate it.
Level 2: A transaction that requires confirmation
At Level 2, the agent does more than recommend. It may choose the requested configuration, check availability, create a cart, enter delivery details, or initiate payment. Before the order is placed, the customer sees the important facts and gives explicit approval.
This model can remove repetitive steps while preserving a clear decision point. It is also where operational errors become more consequential. A wrong color in a comparison is inconvenient; a wrong color in a paid order creates fulfillment and return costs.
What a safe confirmation should show
- The exact product, model, size, color, quantity, and seller.
- Item price, discounts, tax, shipping, recurring charges, and final total.
- Delivery destination and estimated delivery window.
- Return restrictions, cancellation terms, and warranty details.
- The action that will happen when the customer confirms.
The merchant should recheck inventory and calculate the total at checkout rather than trusting cached information. Requests must be safe to retry so a timeout does not create a duplicate order. Failed payments, price changes, unavailable variants, restricted destinations, and cancellations all need explicit paths.
Teams can rehearse interface states with a mock API during front-end development, but production order and payment behavior still requires end-to-end testing with the actual services.
Level 3: Bounded autonomous purchasing
Level 3 allows an agent to buy without asking for confirmation on every individual order. “Reorder this filter when the monitored supply is low, but never more than one per month and never above $30” is a bounded instruction. It is not permission to shop freely.
This level is appropriate only when the item, merchant, trigger, budget, frequency, substitutions, delivery address, and notification rules are unambiguous. The customer must be able to inspect the history, change the rule, pause it, and revoke its credentials. The system should stop and ask when a price rises, an approved item is unavailable, the seller changes, or another exception occurs.
Controls an autonomous purchase needs
- A narrow scope rather than general account access.
- Per-order and cumulative spending limits.
- Approved merchants, products, and substitution rules.
- Expiration dates and a prominent off switch.
- Alerts and a tamper-resistant audit trail.
- Escalation to a person when conditions are uncertain.
- A tested process for cancellation, refund, and dispute handling.
These controls follow the same principle as good account hygiene: grant only the access needed. Shoppers and staff should also protect commerce accounts with unique passwords and multi-factor authentication where supported.
How the levels change business priorities
| Business area | Level 1 priority | Level 2 priority | Level 3 priority |
|---|---|---|---|
| Catalog | Complete, understandable product data | Real-time price, variant, and stock validation | Rules for substitutions and exceptions |
| Engineering | Crawlable pages, feeds, and structured data | Cart, checkout, payment, and order APIs | Policy engine, monitoring, revocation, and auditing |
| Customer control | Easy verification on the product page | Explicit confirmation before purchase | Preauthorization with strict limits and an off switch |
| Measurement | Referral and assisted conversion | Checkout completion and rejection reasons | Rule performance, exceptions, cancellations, and disputes |
Retailers should build the level their customers and systems can support. Strong Level 1 data is useful at every later level, while direct transaction features demand secure engineering and ongoing operations. A polished product page cannot replace accurate inventory, and an API cannot compensate for unclear policies.
How to evaluate an “agentic shopping” claim
When a service describes itself as agentic, ask what it can actually do:
- Does it only recommend products, or can it change a cart?
- Where does checkout occur?
- Who is the merchant of record and who handles support?
- What information is shown before a purchase is confirmed?
- Which credentials and customer data does the agent receive?
- Can the user limit spending, sellers, products, and substitutions?
- How can access be paused or revoked?
- What happens after a timeout, price change, or partial failure?
The safest way to discuss agentic commerce is by capability, not hype. Level 1 improves research, Level 2 reduces transaction steps while retaining approval, and Level 3 automates only within explicit boundaries. That distinction gives shoppers a clearer picture of control and gives businesses a realistic roadmap for investment.
Reader Comments 0
Sign in with email or Google to join the discussion.