What Is ChatGPT Shopping?
ChatGPT Shopping is OpenAI's feature that lets users research, compare and decide on purchases mid-conversation. When a user asks "best wireless headphones," ChatGPT:
- Visual product cards show products (price, rating, image)
- Side-by-side comparison tables are generated
- Conversational filtering ("show ones under $30")
- Redirects users to merchant's site (checkout completes on the merchant's site)
March 2026 Update: OpenAI removed in-ChatGPT checkout (Instant Checkout). The model is now: product discovery in ChatGPT, purchase on the merchant's own site. This is better news for e-commerce — traffic comes directly to your site.
How Do Your Products Appear on ChatGPT? Two Paths
Path 1: ACP Product Feed (Most Effective)
The Agentic Commerce Protocol (ACP) is an open standard developed by OpenAI and Stripe. You send your product catalog directly to ChatGPT. This is the primary data source for ChatGPT Shopping.
ACP Product Feed Required Fields
| Field | Type | Description |
|---|---|---|
id | string | Persistent unique product ID (SKU) |
title | string | Product title |
description | object | Detailed product description |
price | object | Price (in cents) + currency code |
availability | object | Stock status (in_stock, out_of_stock) |
seller_name | string | Seller / store name |
seller_url | URI | Seller website |
media | array | Product images (min. 1 URL) |
variants | array | Purchasable variants (color, size, etc.) |
Optional but recommended: barcodes (GTIN/MPN), categories (hierarchical), list_price (sale-price display), condition, policy_links (return/shipping policies).
Sample ACP Feed (JSONL)
{
"id": "SKU-12345",
"title": "Organik Sızma Zeytinyağı 1L",
"description": {"text": "Ege bölgesi soğuk sıkım..."},
"price": {"amount": 34999, "currency": "TRY"},
"availability": {"available": true, "status": "in_stock"},
"weight": {"value": 1000, "unit": "g"},
"seller_name": "Mağaza Adı",
"seller_url": "https://example.com",
"media": [{"url": "https://example.com/img/zeytinyagi.jpg", "type": "image"}],
"variants": [{"id": "VAR-1L", "title": "1 Litre"}],
"barcodes": [{"type": "gtin", "value": "8691234567890"}],
"categories": [["Gıda", "Yağlar", "Zeytinyağı"]]
}
Warning: ACP feed submission is currently mostly open to US merchants. International expansion is planned but no date yet. However, preparing your feed now puts you first in line when it opens.
Path 2: Product Schema + Web Crawling (For Everyone)
For those who can't submit an ACP feed, ChatGPT crawls your site with OAI-SearchBot and reads Product Schema data. This is a secondary source but is open to everyone and immediately applicable.
User-agent: OAI-SearchBot
Allow: /
User-agent: GPTBot
Allow: /
User-agent: ChatGPT-User
Allow: /
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Product",
"name": "Organik Sızma Zeytinyağı 1L",
"description": "Ege bölgesi soğuk sıkım zeytinyağı",
"image": "https://example.com/img/zeytinyagi.jpg",
"brand": {"@type": "Brand", "name": "Marka Adı"},
"gtin": "8691234567890",
"offers": {
"@type": "Offer",
"price": "349.99",
"priceCurrency": "TRY",
"availability": "https://schema.org/InStock",
"seller": {"@type": "Organization", "name": "Mağaza Adı"}
},
"aggregateRating": {
"@type": "AggregateRating",
"ratingValue": "4.7",
"reviewCount": "156"
}
}
</script>
Platform Comparison: Where Should You Appear?
ChatGPT isn't the only platform. E-commerce sites should aim to appear on multiple AI platforms:
| Platform | Protocol | Checkout | Status |
|---|---|---|---|
| ChatGPT | ACP (OpenAI + Stripe) | Redirect (merchant site) | Live, US-focused |
| Google AI Mode | UCP (Google + Shopify) | Native (no redirect) | Live, global expansion |
| Perplexity | Own system | Buy with Pro (one-tap) | US Pro users |
| Bing Copilot | Bing Shopping Feed | Redirect | Live |
Dual-protocol advantage: Merchants implementing both ACP (ChatGPT) and UCP (Google) get 40% more AI traffic than those using only one protocol.
If You Use Shopify
Shopify automatically included 5.6 million merchants in both ChatGPT and Google AI Mode through its Agentic Storefronts feature. If you use Shopify:
- Your products are already discoverable on ChatGPT Shopping
- You can check ACP integration from your Shopify admin panel
- You don't need to prepare an additional feed
If You Use WooCommerce, OpenCart or Custom Infrastructure
For platforms other than Shopify:
- Apply at chatgpt.com/merchants
- If you have Stripe integration: enable Stripe's Agentic Commerce Suite
- If you don't have Stripe: prepare your own feed per ACP feed spec (JSONL recommended)
- Alternative: upload a feed to Google Merchant Center to also appear via UCP
How to Track Your AI Shopping Visibility?
OpenAI doesn't yet offer a comprehensive merchant analytics panel. But there are tools to track your visibility:
- GeoRanke — Automatically tracks your brand visibility on AI platforms
- Bing Webmaster Tools AI Performance — Shows your Copilot citation count for free
- Google Search Console — Track AI Overviews performance