AI Shopping Agents and Your Shopify Store: How to Prepare for Agentic Commerce

A growing share of your customers never start on your homepage. They ask ChatGPT for "a waterproof hiking jacket under $200", compare three options in Gemini, and buy from inside Microsoft Copilot. That is agentic commerce: AI assistants researching and buying on a shopper's behalf. For Shopify merchants, agentic commerce is no longer a forecast. It is a sales channel that is already switched on in most stores.
This guide covers what Shopify has shipped for AI shopping agents (as of September 2026), the product data agents actually read, and the part most guides skip: what happens to your cart promotions when an agent goes straight to checkout and never opens your cart drawer.
What Is Agentic Commerce?
Agentic commerce means an AI agent does part or all of the shopping work for a person. The shopper describes what they need, and the agent searches catalogs, compares products, answers questions about sizing or returns, and in some channels completes the purchase.
The shift matters because the agent is now the first reader of your store. It does not see your hero banner or your carefully designed product page. It reads structured data: titles, descriptions, variants, prices, availability, and policies. If that data is thin or wrong, your product is simply not in the answer.
Shopify's own numbers show where this is heading. Shopify reports AI-driven orders grew 15-fold in 2025, and its 2025 Global Holiday Report found that 64% of shoppers were likely to use AI to some extent when making purchases.
What Shopify Has Shipped for Agentic Commerce (as of 2026)
Here is the current state, limited to what Shopify, Google and OpenAI have published themselves.
Agentic Storefronts
On March 24, 2026, Shopify launched Agentic Storefronts, a sales channel that syndicates your products to AI channels. According to the Shopify Help Center, supported channels include ChatGPT, Google AI Mode, Gemini, Microsoft Copilot and Meta. It is active by default for eligible stores, and you manage it under Sales channels → Agentic in your Shopify admin.
How the purchase finishes depends on the channel:
- ChatGPT: shoppers complete the purchase on your online store checkout, in ChatGPT's in-app browser or a new tab.
- Google AI Mode, Gemini, Microsoft Copilot and Meta: if direct checkout is activated, shoppers can buy inside the AI channel through a Shopify-powered checkout without visiting your store at all.
Shopify Catalog
Products reach AI channels through Shopify Catalog (or, for Google, through the Google & YouTube channel and Merchant Center). Catalog structures your title, description, options, images, price and availability for AI parsing. If your product details live in metafields or metaobjects, Catalog Mapping lets you point Catalog at them.
Protocols: UCP and ACP
The Universal Commerce Protocol (UCP) is an open standard co-developed by Shopify and Google that defines how agents discover products and check out. OpenAI and Stripe published a separate standard, the Agentic Commerce Protocol (ACP), which powered ChatGPT's Instant Checkout. In March 2026, Digital Commerce 360 reported that OpenAI was shifting away from that in-chat checkout. Today, Shopify's documentation describes ChatGPT sending shoppers to the merchant's own checkout instead.
For developers, Shopify also exposes a Storefront MCP server that lets agents search a store's catalog, manage a cart, and answer questions from the store's policies and FAQs.
You do not need to implement any of these protocols yourself to be discoverable. Shopify handles the plumbing. Your job is the data that flows through it.
How to Prepare Your Shopify Store for AI Agents

Preparing a Shopify store for AI agents is mostly about data quality. Six areas matter most.
1. Write titles and descriptions that answer questions
Agents match products to questions like "is this safe for sensitive skin?" or "will this fit a 15-inch laptop?". A description that says "our best-selling bag, now in new colors" answers nothing. Name the material, dimensions, use cases, care instructions and who the product is for. Keep marketing tone if you like, but put the facts in plain sentences an agent can quote.
2. Complete your structured fields and metafields
Fill in product category, variant options, SKU, barcode where you have one, weight, and vendor. If you store specs like fabric, capacity or compatibility in metafields, use Catalog Mapping so those values actually reach AI channels. Avoid packing attributes into titles with separators ("Jacket | Blue | XL | Waterproof"), because that is exactly what mapping has to untangle.
3. Keep price and availability accurate
An agent that recommends a sold-out variant or an outdated price loses trust fast, for the shopper and for your store. Sync inventory properly, archive dead variants, and double-check prices in every market you sell to.
4. Publish clear policies
Shopify requires your terms of service, privacy policy and return/refund policy to be filled in for direct checkout in AI channels. Beyond eligibility, agents answer "can I return this?" from these pages. Write shipping times, return windows and exceptions in concrete terms.
5. Show reviews and Q&A on product pages
Shopify's own agentic commerce guidance recommends reviews and Q&A on product pages so agents can judge quality and relevance. Real reviews that mention use cases ("fits wide feet", "held up on a 3-day hike") are the kind of detail an agent can match to a query.
6. Test the way your customers shop
Ask ChatGPT, Gemini, Perplexity and Copilot the questions your customers ask. Does your product appear? Is the price right? Does the agent describe your return policy correctly? Fix the underlying data, not the answer.
What Agentic Commerce Means for Cart Promotions
This is where many stores are exposed. A lot of promotion logic lives in the storefront: a cart drawer that adds a gift, a pop-up that reveals a code, a banner that says "use SAVE10". An AI agent skips all of that. In direct checkout channels, the shopper may never load your theme. Even in ChatGPT, the shopper is sent to checkout, not to your cart drawer.
So ask one question about every promotion you run: does it still work if the shopper never sees my storefront?
Automatic discounts survive, hidden codes do not
Shopify states that Shopify Functions, including discount and cart and checkout validation functions, run in AI channel direct checkout, and that both automatic discounts and discount codes are supported there. The difference is discovery. An automatic discount applies to anyone who qualifies. A code only works if the shopper, or their agent, knows it, and a code that lives in a pop-up or an email is invisible to an agent.
That makes the case for automatically applying a discount at checkout without a code stronger than ever. It also reinforces the real cost of a 10% off code: codes leak to coupon sites and train customers to wait, and now they also fail to reach agent-led shoppers.
Free-gift thresholds need a checkout-side fallback
Many gift-with-purchase setups add the gift in the cart drawer when the threshold is reached. That works for shoppers who browse your store, but an agent that goes straight to checkout never triggers the drawer. The gift is never added. Plan for that:
- Keep the gift as a bonus that delights storefront shoppers, not a promise that agent-led shoppers will feel cheated without.
- For offers you want every buyer to get, use a threshold discount that applies at checkout.
- Avoid conditions that depend on browser behavior (like arriving from a specific email link) for promotions you advertise publicly, since an agent-led checkout has no such browsing history.
If you are weighing the two approaches, free gift vs discount code: which protects your margin walks through the math.
Checkout upsells may not show
Shopify notes that some checkout customizations, including custom fields, upsells and validations blocks, may not display in AI channel direct checkout. Treat in-cart and in-checkout upsells as a storefront bonus. Your automatic discounts and your product data carry the load in agent channels.
Where EliteCart fits
EliteCart is a cart drawer app, so its reward bar, gift chooser and upsells show on your storefront, not inside AI chats. EliteCart does not integrate with any AI agent protocol. What does carry over is the Discount (advanced) reward type in Cart Designer → Rewards. It is applied by a Shopify Function that EliteCart sets up for you, so the discount applies automatically at checkout when the cart reaches the threshold, with no code and no separate discount to create in Shopify admin. Storefront shoppers see the progress in the reward bar. Checkouts that skip the storefront still get the discount if the order qualifies, provided none of the reward's conditions depend on the shopper's browsing session.
Agentic Commerce FAQ
Do I need to install an app to sell through ChatGPT or Copilot?
No. Agentic Storefronts is a built-in Shopify sales channel, active by default for eligible stores. Check Sales channels → Agentic in your Shopify admin to see which AI channels are on.
Can I keep some products out of AI channels?
Yes. Setting a product to Unlisted hides it from AI channels, search engines and sitemaps. Shopify also excludes B2B-only products it detects automatically.
Do discount codes work when an AI agent checks out?
Shopify says both automatic discounts and discount codes are supported in AI channel direct checkout. But an agent can only use a code it knows about, so automatic discounts are the reliable choice for offers you want every shopper to get.
Will my cart drawer upsells show in AI channels?
No. Cart drawer features run in your theme, and agent-led purchases skip the theme. They still work for everyone who shops on your store directly, which is most of your traffic today.
Start with one audit this week. Pick your ten best-selling products, ask an AI assistant about each one, and fix whatever it gets wrong. Then list every active promotion and move anything that depends on a hidden code to an automatic, threshold-based offer. Your store will be ready for agents, and your human shoppers will get a smoother checkout too.