This article applies from version 1.1.0 of the Agentic Commerce extension.
Agentic Commerce is an extension for Shopware that you can install via Extensions > My Extensions.
The extension currently provides the following components:
Universal Commerce Protocol (UCP) – enables AI commerce agents to automatically discover your shop and interact with it through a standardised interface.
Product Feed Sales Channel – provides product data to external systems and AI agents through a dedicated sales channel.
Note: This feature is currently in beta status. The range of functions is still limited in this version and may be expanded in future updates. Its behaviour and scope may still change.
We look forward to your feedback, which will enable us to continue developing the function in a targeted manner.
The Agentic Commerce sales channel serves as your central entry point for AI-driven product distribution. It allows you to make your products available on platforms like ChatGPT via a standards-compliant JSONL feed.
At the same time, you can measure the business impact of AI-generated traffic, for example, in terms of orders, customers, and revenue.
The sales channel is designed as a scalable foundation. This means you can seamlessly connect additional AI platforms in the future alongside ChatGPT and benefit from a future-proof approach to AI-based commerce.
Registration for the ChatGPT Marketplace is currently only available in the US. The feature is not currently available in Europe.

In the menu of your Shopware Administration, go to Sales channels. Click the plus icon (1) to create a new Agentic Commerce sales channel (2). You will then be taken to the basic settings.

Template (1): Select a suitable template. Currently, the OpenAI template is available, allowing you to get started right away.
Name (2): Enter a unique name for the sales channel.
Mark sales channel as favourite (3): Optionally mark the sales channel as a favorite to find it more quickly.
In Shopware, properties such as color or size are not predefined system properties. If you want to use them, you first need to create them as properties in your shop. By default, only basic dimensions such as height, length, width, or weight (including units) are available.
To ensure AI platforms can process this information correctly, you need to map your existing properties to the corresponding fields (e.g. color, size, or size system) in the OpenAI settings. This mapping is required because there is no standardized structure for such properties.
The return policy URL is also mandatory. Since Shopware does not provide a unified return page and legal requirements vary by region (e.g. right of withdrawal in the EU), you need to provide your own page. This page should clearly describe the conditions under which products can be returned.

Variant size mapping (3): Assign a property for variant sizes.
Variant size system mapping (4): Define the size system for variants.
Variant gender mapping (5): Assign a property for gender.
Variant material mapping (6): Assign a property for material.
Custom variant mappings (7): Optionally define additional mappings for custom attributes.
In the Google Settings section, you map the variant properties used in your shop to attributes supported by Google. This ensures that variant information is transferred correctly in the product feed and processed properly by Google.

You can assign a suitable variant property to each of the following Google attributes:
Condition
Color
Size
Size System
Gender
Age Group
Material
In addition, you can use Custom Variant Mapping to assign additional variant properties to custom Google attributes if they are not covered by the predefined fields.
Affiliate code (1): Enter an affiliate code to assign orders and customers to this sales channel.
Campaign code (2): Optionally add a campaign code to analyze traffic and conversions in more detail.

Currency (3): Select the desired currency. This field appears once a storefront sales channel and domain are selected.
Language (4): Automatically determined based on the selected sales channel.
Customer Group (5): Automatically filled based on the selected sales channel.

Dynamic product group (4): Select a dynamic product group to define which products are included in the feed.

IP addresses allowlist (3): Add IP addresses to allow continued access.
Change default maintenance layout here (4): Customize the maintenance page layout.

You can permanently delete the sales channel using the Delete Sales Channel button.
Note that this action cannot be undone.

Go to chatgpt.com/merchants and register as a merchant.
Copy the export URL of your feed and submit it to OpenAI according to the product feed documentation.
Make sure the export URL is publicly accessible.
The export provides a JSONL feed that OpenAI regularly retrieves to index your products.
Product changes are automatically reflected depending on the generation interval.
Ensure the feed URL is permanently accessible and does not require authentication.
If the feed is not publicly accessible, your products cannot appear on AI platforms.
It may take some time after submission for products to appear in ChatGPT search results.
If issues occur, verify that the feed is generated correctly and contains valid product data.
In the Integration tab, you will find the export URL of your Google Product Feed. You can use this URL as a data source in Google Merchant Center, allowing Google to regularly import product data from your shop.

To connect the feed to Google Merchant Center, follow these steps:
Create a Google Merchant Center account and verify your shop URL.
Open the data source settings in Google Merchant Center and create a new product source.
Select a scheduled fetch via URL and enter the export URL displayed in the sales channel.
Ensure that the export URL is publicly accessible and does not require authentication.
After the initial import, review the product data detected by Google and adjust the feed configuration if necessary.

The template uses Shopware’s Twig syntax for flexible customization.
Use Test template to validate functionality.
Use Generate preview to view sample output.
Use Reset to default to restore the original template.

Referred turnover: Get an overview of revenue generated through this channel.
Use the time filter (e.g. “Last 30 days”) to adjust the analysis.
You can activate and configure the Universal Commerce Protocol (UCP) independently of an Agentic Commerce channel for any sales channel. The configuration is available in the respective sales channel under the Agentic Commerce tab.
With UCP, you define whether the sales channel is made available to compatible AI agents, which functions they are allowed to use, and which transport methods are available.
With the Universal Commerce Protocol (UCP), you define how this sales channel is made available to AI agents. You determine which functions agents are allowed to use, how requests are secured, and which profile they can discover.
UCP is configured directly in the respective sales channel. Open the desired sales channel and switch to the Agentic Commerce tab.

In the Exposure tab, you can specify whether the sales channel is made available via UCP.
To do so, activate the Make available via UCP option.
Profile domain: The sales channel domain is automatically used as the profile domain.
Capabilities exposed to agents: Here, you define which functions agents are allowed to use via UCP.
Orders
Transports: The transport methods determine how agents can communicate with the sales channel.
Embedded
Preview: In the Preview tab, you can review the UCP profile provided for the sales channel.
The Administration only provides the settings required for the standard UCP setup. Developers can configure additional technical settings using console commands.

In the Agentic files section, you manage AI-readable files that are made publicly available for this sales channel. They provide AI assistants with information about your shop as well as guidance on how public content can be used.
The following Agentic files are available:
agents.md: Provides context and instructions for agent clients.
llms.txt: A Markdown index for AI assistants and retrieval tools.
The overview shows the current status and a brief description for each file.