Shopware Added ChatGPT Product Feeds in April 2026, Here's How Shopify Stores Can Build the Same Thing Manually
By Steve Merrill | April 23, 2026
Shopware's April 2026 release (version 6.7.9.0) includes something notable: native Agentic Commerce feeds for ChatGPT, built in by default. Every Shopware merchant gets a ChatGPT-compatible product feed out of the box.
Shopify doesn't have this. And if you're running Shopify, you need to build it yourself.
Here's exactly how to do it.
What Did Shopware Build That Shopify Hasn't?
Shopware's new feed generates a structured product data file specifically formatted for AI agent consumption. It includes standard product fields (name, price, availability) plus the fields AI agents use for decision-making: return policies, shipping speed by region, trust signals, and descriptions written in a format optimized for conversational queries rather than keyword matching.
According to Atwix's coverage of the Shopware 6.7.9.0 release, the update also ships JSON-LD structured data improvements and a 3D product viewer, but the Agentic Commerce feed is the relevant piece here.
Shopify will get here eventually. The platform is actively building agentic infrastructure. But "eventually" doesn't help you today, and the Shopware release is a useful reference spec for what a ChatGPT-compatible feed should contain.
What Does a ChatGPT-Compatible Product Feed Actually Require?
Based on the Shopware implementation and OpenAI's published data requirements, a feed that qualifies for ChatGPT product discovery needs:
Core product fields:
- Product title (clean, descriptive, not "Blue Widget v2 FAST SHIPPING")
- Description written to answer "what is this and who needs it"
- Current price and currency
- Real-time availability status
- Product page URL
- Primary and secondary product images
- Brand or vendor name
- SKU / GTIN
Agentic Commerce-specific fields:
- Return policy (days, conditions, free vs. Paid return shipping)
- Estimated shipping time by region
- Product category using schema.org taxonomy (not custom store taxonomy)
- AggregateRating (score and review count)
- Product variants with individual pricing and availability per variant
Trust signals (increasingly required):
- Merchant verification links (Google Business, social handles in Organization schema)
- HTTPS and clean robots.txt
- Consistent data across feed and product pages (price on feed must match price on page)
How to Build This Feed for Shopify
Five steps to build a ChatGPT-compatible product feed manually:
Step 1: Export your catalog. Use Shopify's Admin API or a feed app (DataFeedWatch, Mulwi, or similar) to pull your full product catalog with all attributes. The Admin API's products endpoint returns everything you need in JSON format.
Step 2: Structure each product as schema.org JSON-LD. Convert each product into a Product JSON-LD object. At minimum: name, description, image, brand, offers (price, priceCurrency, availability, url), sku, and aggregateRating if you have review data. This is the format AI engines parse most reliably.
Step 3: Serve the feed at a stable URL. Host the compiled JSON array at a predictable path like yourdomain.com/feeds/ai-products.json. Set it to regenerate daily at minimum. If you're on Shopify Plus, you can automate this with a Flow trigger or a simple scheduled function.
Step 4: Add an llms.txt file. Create a plain text file at your root domain that announces the feed's existence and describes your catalog. The llms.txt specification is the emerging standard for communicating catalog structure to AI systems. It takes 15 minutes to add and signals to crawlers that you're AI-ready.
Step 5: Submit to Google Merchant Center. OpenAI's product discovery engine pulls from GMC and other feed aggregators. A properly validated GMC feed is the most reliable path to AI discovery coverage. Submit your feed, fix any validation errors, and keep it updated.
What's the Difference Between This and a Regular Google Shopping Feed?
Most Shopify stores already have a Google Shopping feed. The Agentic Commerce version extends it with the fields AI agents use during the evaluation phase, before they surface a recommendation to the user.
A regular shopping feed is built for price comparison. An Agentic Commerce feed is built for trust evaluation. Return policy, shipping time, review data, and consistent cross-channel signals are what the agent checks when deciding whether recommending your product to a user is a safe bet.
If the agent gets it wrong and the user is disappointed, wrong product, out of stock, slow shipping, the agent's recommendation quality score drops. The agents are motivated to be accurate. Which means they trust stores with complete, honest, well-structured data.
That's the opportunity. Build the feed that makes your store easy to trust.
Frequently Asked Questions
What did Shopware ship in its April 2026 update that Shopify doesn't have?
Shopware 6.7.9.0 (April 2026) ships native Agentic Commerce feeds for ChatGPT and JSON-LD structured data as built-in features. Shopify doesn't have a native ChatGPT product feed generator yet, store owners need to build one manually or use a third-party app.
What format does a ChatGPT-compatible product feed need to be in?
ChatGPT's product discovery engine accepts Google Merchant Center-compatible feeds (XML or CSV) and can also parse JSON-LD Product schema from product pages. A JSON feed following schema.org Product specifications is the most future-proof format for AI agent compatibility.
How often does a Shopify product feed need to update to stay eligible in ChatGPT?
Daily updates are the minimum for pricing and availability accuracy. If your inventory changes frequently, hourly or real-time API sync is better. Stale availability data is one of the most common reasons products get deprioritized in AI discovery results.
Is there a Shopify app that creates ChatGPT-compatible product feeds automatically?
Several feed management apps (like DataFeedWatch, Mulwi, or Shopify's Google Shopping integration) generate feeds compatible with AI discovery engines. Native ChatGPT-specific feed generation doesn't exist as a Shopify feature yet, but GMC-compatible feeds cover most of the same data requirements.
What is the difference between a regular product feed and an Agentic Commerce feed?
A regular product feed improves for human browsing interfaces (price comparison sites, Google Shopping). An Agentic Commerce feed adds fields that AI agents use for decision-making: return policies, shipping speed, trust signals, and structured descriptions designed to answer conversational queries, not just list features.

