Agentic Commerce

ChatGPT’s In-Chat Checkout Is Dead — What ‘Agentic Commerce Ready’ Means in 2026

Mike Kwal
· 10 min read
A blueprint-style drawing showing data flowing from a Shopify store to several AI agent icons.

What’s in this article

🚀 Plug this into Claude Code or Claude Desktop

This post gives you the checklist, but the downloadable spec file is a full implementation plan. It includes the JSON-LD schema template, the llms.txt file structure, and the GA4 setup instructions you can drop into Claude Code to audit and upgrade a Shopify store.

Want to build this into a service for your clients? That’s what we cover in the Talk-to-Build community.

The promise was you’d sell your Shopify products directly inside a ChatGPT conversation. That promise is dead. OpenAI quietly killed its Instant Checkout feature after it flopped, with even giants like Walmart reporting 3x worse conversion than on their own site.

But this isn’t the end of AI shopping—it’s the beginning of something different. The game is no longer about closing a sale inside a chatbot. It’s about being the product the AI agent discovers and recommends in the first place. This post gives you the five-step checklist I use to make a store ‘agentic commerce ready’ for this new reality.


What is Agentic Commerce?

Agentic commerce is a model of e-commerce where AI agents, like ChatGPT or Gemini, assist users in discovering, evaluating, and comparing products on their behalf. Instead of a user browsing multiple websites, the agent fetches and synthesizes product information from various online stores to present the best options. The focus shifts from optimizing a website for human browsers to structuring product data so AI agents can find and understand it.


My Agentic Commerce Readiness Checklist — Copy It Now

This is the five-step checklist I use to make any Shopify store visible to AI agents. It ensures your products can be found, understood, and recommended, even when the final checkout happens on your site. This isn’t about in-chat sales; it’s about winning the AI-driven discovery battle before the customer even clicks.

# Agentic Commerce Readiness Checklist (2026)

## 1. Structured Product Feed
- [ ] Generate and submit a product feed to the Google & YouTube app in Shopify.
- [ ] Connect your feed to the Stripe Agentic Commerce Suite and/or Google Merchant Center.
- [ ] Ensure all required fields are populated: GTIN, brand, price, availability.

## 2. Product + Offer Schema
- [ ] Use a Shopify app or custom code to add `Product` schema to all product pages.
- [ ] Ensure the schema includes an `offers` property with `price`, `priceCurrency`, and `availability`.
- [ ] Validate the schema with Google's Rich Results Test tool.

## 3. FAQPage Schema
- [ ] Add a 3-5 question FAQ section to key product and category pages.
- [ ] Use Shopify's native blocks or an app to wrap the content in `FAQPage` schema.
- [ ] Answer common questions about sizing, shipping, materials, and use cases.

## 4. llms.txt File
- [ ] Create a file named `llms.txt` in the root directory of your store.
- [ ] Add a summary of your brand, unique value proposition, and key product categories.
- [ ] Include links to your best-selling product collections.

## 5. GA4 AI Traffic Channel
- [ ] In Google Analytics 4, create a custom channel grouping for AI-referred traffic.
- [ ] Define the channel with rules for known AI referrer domains (e.g., `perplexity.ai`, `chat.openai.com`).
- [ ] Monitor this channel to measure the direct impact of your AEO efforts.

This checklist isn’t theoretical. It’s the exact set of tasks my team runs through when we onboard a new e-commerce client. It turns a store that’s invisible to AI into one that’s built to be recommended.

+---------------+   +-------------------+   +-----------+   +----------+
| Shopify Store | --> | Product Feeds & | --> | AI Agents | --> | Customer |
| (Your Site)   |   | Schema Markup   |   | (ChatGPT) |   | (On Your Site) |
+---------------+   +-------------------+   +-----------+   +----------+

Here’s Exactly How I Make a Shopify Store AI-Ready

My process for making a Shopify store discoverable to AI agents involves five specific technical steps. I focus on creating structured data that machines can easily parse, providing clear guidance on what the store is about, and setting up measurement to track the results. This isn’t about design; it’s about building the data layer for AI discovery.

  1. Set up the Product Feed. I start inside Shopify’s admin by installing the free ‘Google & YouTube’ app. This app automatically generates a product feed that’s compatible with Google Merchant Center and Stripe’s Agentic Commerce Suite. Once the feed is live, I log into Stripe and add it as a data source. This is the single most important step.
  2. Implement Rich Schema Markup. Shopify themes often have basic schema, but I make sure it’s comprehensive. I use an app like ‘Booster: SEO & Image Optimizer’ or add the JSON-LD directly to the theme’s liquid files. Every product page needs `Product` schema with a nested `Offer` that clearly states the price, currency, and stock status.
  3. Add FAQ Content. On top-selling product pages, I add an FAQ section answering the 3-5 most common pre-purchase questions. I use a theme block that automatically generates `FAQPage` schema. This content is gold for AI agents looking for quick, declarative answers to user queries.
  4. Create the `llms.txt` file. This is the AEO equivalent of `robots.txt`. I create a plain text file named `llms.txt` and upload it to the root directory. Inside, I write a short paragraph describing the brand’s mission and what it sells, providing context that AI agents like Claude can use.
  5. Track the Traffic in GA4. To prove this works, I go into Google Analytics 4 > Admin > Data Settings > Channel Groups. I create a new custom channel called ‘AI Referrals’ and set rules to capture traffic from sources like `chat.openai.com`, `perplexity.ai`, and `gemini.google.com`. Now I can show a client exactly how much traffic and revenue is coming from AI agents.

What This Changes for Agency and Shopify Work

The collapse of in-chat checkout forces a strategic pivot for agencies and Shopify builders. The focus is no longer on experimental sales channels but on foundational technical AEO (AI Engine Optimization). This makes structured data, product feeds, and schema markup—once considered boring back-end tasks—the most critical, high-value services you can offer an e-commerce client.

Dimension Old Way (In-Chat Checkout) New Way (AI Discovery)
Core Service Building custom GPTs for shopping Technical AEO & schema implementation
Key Metric In-chat conversion rate AI-referred traffic & revenue
Client Value Prop “Sell your products inside ChatGPT” “Be the product AI recommends to buyers”
Required Skill Prompt engineering & API integration Structured data, SEO fundamentals, GA4

This is a good thing for agencies. Building one-off GPTs was a low-margin, high-churn service. Building the data foundation for AI discovery is a durable, high-value retainer. When I talk to clients now, the conversation has moved from ‘let’s build a chatbot’ to ‘let’s make your entire catalog AI-readable.’ That’s a much stickier relationship. This is a core part of the agentic commerce playbook.


My $0.02 — How I’d Roll This Out for a Client

My plan for making a client’s Shopify store agentic commerce ready is a three-day sprint focused on data, content, and measurement. I prioritize the technical foundation first, because without clean, structured data, nothing else matters. The goal is to get the store indexed correctly by AI agents and then prove the value with hard numbers.

Day 1 — The Data Foundation. I start with the plumbing. I install the Google & YouTube app in Shopify and get the product feed generated and submitted to Stripe’s Agentic Commerce Suite. Then, I do a full audit of the site’s schema markup, fixing and enhancing the `Product` and `Offer` schema on every template. By the end of day one, the store is technically legible to machines.

Day 2 — The Context Layer. With the data structure in place, I add human-readable context for the AIs. I write and upload the `llms.txt` file, giving a clear summary of the brand’s purpose. Then, I work with the client to identify the top 10 products and write 3-5 FAQs for each, adding them to the pages with proper `FAQPage` schema. This gives agents specific answers to pull from.

Day 3 — Measurement and Monitoring. The final step is to prove it’s working. I configure the custom ‘AI Referrals’ channel in Google Analytics 4. I build a simple Looker Studio dashboard that pulls from GA4 to show the client traffic, conversions, and revenue coming specifically from AI sources. This dashboard turns AEO from a cost center into a measurable growth channel.


FAQ

Why did ChatGPT’s in-chat checkout fail?
It failed primarily due to poor user experience and low conversion rates. Customers were hesitant to manage purchases through a separate interface, and early tests, like Walmart’s, showed conversion was three times lower than on their own website. The added fees from OpenAI and Stripe also made the economics challenging for merchants.

Is agentic commerce dead?
No, only the in-chat checkout model has failed. The core concept of agentic commerce—AI agents discovering and recommending products—is growing rapidly. The model has shifted from AI as a point-of-sale to AI as a discovery and recommendation engine, which drives traffic to the merchant’s own website for checkout.

Do I need Stripe to be ready for agentic commerce?
While Stripe’s Agentic Commerce Suite is a major player, it’s not the only one. Submitting your product feed to Google Merchant Center is equally important, as it feeds Google’s AI tools like Gemini. The key is providing structured product data, and both Stripe and Google are primary channels for that.

What is the difference between SEO and AEO for e-commerce?
SEO (Search Engine Optimization) focuses on ranking web pages for humans using search engines like Google. AEO (AI Engine Optimization) focuses on making your product data and content legible and useful for AI agents like ChatGPT. While there is overlap, AEO puts a much heavier emphasis on structured data, schema, and product feeds.

How do I track traffic from AI agents?
You can track it by creating a custom channel group in Google Analytics 4. By defining rules based on referrer domains like `chat.openai.com`, `perplexity.ai`, or `gemini.google.com`, you can isolate traffic coming from these AI platforms and measure its direct impact on your sales and revenue.

Will AI agents scrape my prices and just find the cheapest option?
Price is one factor, but AI agents also consider shipping times, return policies, product reviews, and brand reputation, all pulled from your site’s data and schema. Making this information clear and available through AEO helps agents recommend your product for reasons beyond just being the lowest price.


Want help applying this?

Four ways to go deeper:

  • Build with Builders. Join the Talk-to-Build community to learn to build AI-native websites, cinematic AI video, and agent-driven workflows you can sell.
  • 1-on-1 working session. Book a screen-share with me — bring a real problem, leave with a working piece of it.
  • Done-for-you. MK-Way builds AEO-ready websites, apps, and AI agent workflows.
  • Quick question. DM me on Instagram or LinkedIn. I read every message.

Part of the AI Pulse series. If you commented “AGENT-COMMERCE” on one of my videos — this is the breakdown.

Last updated: 2026-07-09.