{"title":"Product Feed API Integration","category":"default","creationDate":1778252957,"content":"<p>The Adyen Product Feed API provides a way for you to communicate with our centralized product knowledge hub that synchronizes your inventory with AI platforms. It operates on an asynchronous batch processing model to perform \"semantic mapping\" between your inventory data and industry-standard Agentic Commerce protocols. You can upload batches of information about your inventory to Adyen, and we will synchronize it with AI platforms.<\/p>\n<h2>Requirements<\/h2>\n<table>\n<thead>\n<tr>\n<th style=\"text-align: left;\">Requirement<\/th>\n<th style=\"text-align: left;\">Description<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td style=\"text-align: left;\"><strong>Integration type<\/strong><\/td>\n<td style=\"text-align: left;\">An existing <a href=\"\/online-payments\">online payments<\/a> integration.<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<h2>How it works<\/h2>\n<p>The Product Feed API enables you to synchronize your product catalog with AI platforms through Adyen's centralized product knowledge hub. Here's how it works:<\/p>\n<ol>\n<li><strong>Batch Ingestion<\/strong>: You upload product data in batches of up to 200 items. Each item declares its target platforms via a <code>platforms<\/code> array.<\/li>\n<li><strong>Semantic Mapping<\/strong>: Adyen processes your data and maps it to industry-standard Agentic Commerce protocols.<\/li>\n<li><strong>AI Platform Synchronization<\/strong>: The mapped data is synchronized with AI platforms like OpenAI and Meta. A single item can target multiple platforms in one request.<\/li>\n<li><strong>Asynchronous Processing<\/strong>: The API operates asynchronously, so you can check ingestion status later.<\/li>\n<\/ol>\n<h2>API Architecture &amp; Operations<\/h2>\n<p>The API focuses on high-efficiency batch ingestion rather than individual item management. A single ingestion item can be fanned out to multiple AI platforms in a single request via the per-item <code>platforms<\/code> array.<\/p>\n<p>Base URL:<\/p>\n<table>\n<thead>\n<tr>\n<th>Environment<\/th>\n<th>URL<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td>Test<\/td>\n<td><code>https:\/\/commerce-suite-test.adyen.com\/commerce-suite\/productFeed<\/code><\/td>\n<\/tr>\n<tr>\n<td>Live<\/td>\n<td><code>https:\/\/commerce-suite.adyen.com\/commerce-suite\/productFeed<\/code><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<h3>Core Endpoints<\/h3>\n<table>\n<thead>\n<tr>\n<th style=\"text-align: left;\">Method<\/th>\n<th style=\"text-align: left;\">Path<\/th>\n<th style=\"text-align: left;\">Summary<\/th>\n<th style=\"text-align: left;\">Description<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td style=\"text-align: left;\"><strong>POST<\/strong><\/td>\n<td style=\"text-align: left;\"><code>\/v1\/ingestions<\/code><\/td>\n<td style=\"text-align: left;\">Ingest a product feed<\/td>\n<td style=\"text-align: left;\">Ingests a list of up to <strong>200 items<\/strong> for asynchronous processing to OpenAI and\/or Meta. Each item declares its target platforms via <code>platforms<\/code>. Products omitted from the request remain unchanged.<\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: left;\"><strong>DELETE<\/strong><\/td>\n<td style=\"text-align: left;\"><code>\/v1\/ingestions<\/code><\/td>\n<td style=\"text-align: left;\">Delete products<\/td>\n<td style=\"text-align: left;\">Deletes up to <strong>200 products<\/strong> from one or more AI platforms (Meta, OpenAI) in a single call.<\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: left;\"><strong>GET<\/strong><\/td>\n<td style=\"text-align: left;\"><code>\/v1\/ingestions\/{ingestionId}<\/code><\/td>\n<td style=\"text-align: left;\">Get product ingestion status<\/td>\n<td style=\"text-align: left;\">Retrieves the processing state (Pending, Processing, ProcessingOnPlatform, Succeeded, Failed, Processed) per platform, along with a summary of success\/failure\/pending\/processing counts and per-product errors.<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<h3>Authentication<\/h3>\n<p>Secure your requests using one of the following methods:<\/p>\n<ul>\n<li><strong>X-API-Key<\/strong>: Provide your Adyen API Key in the request header.<\/li>\n<li><strong>Basic Auth<\/strong>: Standard HTTP Basic authentication is also supported.<\/li>\n<\/ul>\n<h2>Comprehensive data schema: UnifiedProductFeedItem<\/h2>\n<p>The following tables include all fields supported by the UnifiedProductFeedItem schema for OpenAI and Meta integration.<\/p>\n<h3>Routing &amp; Identifiers<\/h3>\n<table>\n<thead>\n<tr>\n<th style=\"text-align: left;\">#<\/th>\n<th style=\"text-align: left;\">Module<\/th>\n<th style=\"text-align: left;\">Field Name<\/th>\n<th style=\"text-align: left;\">Data Type<\/th>\n<th style=\"text-align: left;\">Description \/ Notes<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td style=\"text-align: left;\"><strong>1<\/strong><\/td>\n<td style=\"text-align: left;\"><strong>Routing<\/strong><\/td>\n<td style=\"text-align: left;\">platforms<\/td>\n<td style=\"text-align: left;\">Array\\&lt;Enum><\/td>\n<td style=\"text-align: left;\">Required. Target AI platforms for this item. Values: Meta, OpenAI. A single item can target multiple platforms.<\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: left;\"><strong>2<\/strong><\/td>\n<td style=\"text-align: left;\"><strong>Identifiers<\/strong><\/td>\n<td style=\"text-align: left;\">merchantProductId<\/td>\n<td style=\"text-align: left;\">String<\/td>\n<td style=\"text-align: left;\">Required. Unique Item ID.<\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: left;\"><strong>3<\/strong><\/td>\n<td style=\"text-align: left;\"><strong>Identifiers<\/strong><\/td>\n<td style=\"text-align: left;\">brand<\/td>\n<td style=\"text-align: left;\">String<\/td>\n<td style=\"text-align: left;\">Manufacturer\/Brand name.<\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: left;\"><strong>4<\/strong><\/td>\n<td style=\"text-align: left;\"><strong>Identifiers<\/strong><\/td>\n<td style=\"text-align: left;\">gtin<\/td>\n<td style=\"text-align: left;\">String<\/td>\n<td style=\"text-align: left;\">Global Trade Item Number (Regex: <code>^\\d+$<\/code>).<\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: left;\"><strong>5<\/strong><\/td>\n<td style=\"text-align: left;\"><strong>Identifiers<\/strong><\/td>\n<td style=\"text-align: left;\">mpn<\/td>\n<td style=\"text-align: left;\">String<\/td>\n<td style=\"text-align: left;\">Manufacturer Part Number.<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<h3>Item Info<\/h3>\n<table>\n<thead>\n<tr>\n<th style=\"text-align: left;\">#<\/th>\n<th style=\"text-align: left;\">Module<\/th>\n<th style=\"text-align: left;\">Field Name<\/th>\n<th style=\"text-align: left;\">Data Type<\/th>\n<th style=\"text-align: left;\">Description \/ Notes<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td style=\"text-align: left;\"><strong>6<\/strong><\/td>\n<td style=\"text-align: left;\"><strong>Item Info<\/strong><\/td>\n<td style=\"text-align: left;\">title<\/td>\n<td style=\"text-align: left;\">String<\/td>\n<td style=\"text-align: left;\">Product name.<\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: left;\"><strong>7<\/strong><\/td>\n<td style=\"text-align: left;\"><strong>Item Info<\/strong><\/td>\n<td style=\"text-align: left;\">description<\/td>\n<td style=\"text-align: left;\">String<\/td>\n<td style=\"text-align: left;\">Plain-text product narrative.<\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: left;\"><strong>8<\/strong><\/td>\n<td style=\"text-align: left;\"><strong>Item Info<\/strong><\/td>\n<td style=\"text-align: left;\">url<\/td>\n<td style=\"text-align: left;\">URI<\/td>\n<td style=\"text-align: left;\">Product landing page link.<\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: left;\"><strong>9<\/strong><\/td>\n<td style=\"text-align: left;\"><strong>Item Info<\/strong><\/td>\n<td style=\"text-align: left;\">eligibleSearch<\/td>\n<td style=\"text-align: left;\">Boolean<\/td>\n<td style=\"text-align: left;\">Visibility in search engines\/AI agents.<\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: left;\"><strong>10<\/strong><\/td>\n<td style=\"text-align: left;\"><strong>Item Info<\/strong><\/td>\n<td style=\"text-align: left;\">eligibleCheckout<\/td>\n<td style=\"text-align: left;\">Boolean<\/td>\n<td style=\"text-align: left;\">Direct purchase eligibility.<\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: left;\"><strong>11<\/strong><\/td>\n<td style=\"text-align: left;\"><strong>Item Info<\/strong><\/td>\n<td style=\"text-align: left;\">condition<\/td>\n<td style=\"text-align: left;\">Enum<\/td>\n<td style=\"text-align: left;\">New, Used, Refurbished.<\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: left;\"><strong>12<\/strong><\/td>\n<td style=\"text-align: left;\"><strong>Item Info<\/strong><\/td>\n<td style=\"text-align: left;\">ageGroup<\/td>\n<td style=\"text-align: left;\">Enum<\/td>\n<td style=\"text-align: left;\">NewBorn, Infant, Toddler, Kids, Adult, Teen, AllAges.<\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: left;\"><strong>13<\/strong><\/td>\n<td style=\"text-align: left;\"><strong>Item Info<\/strong><\/td>\n<td style=\"text-align: left;\">productCategory<\/td>\n<td style=\"text-align: left;\">String<\/td>\n<td style=\"text-align: left;\">Categorization path using \">\" separator.<\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: left;\"><strong>14<\/strong><\/td>\n<td style=\"text-align: left;\"><strong>Item Info<\/strong><\/td>\n<td style=\"text-align: left;\">material<\/td>\n<td style=\"text-align: left;\">String<\/td>\n<td style=\"text-align: left;\">Primary material\/fabric.<\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: left;\"><strong>15<\/strong><\/td>\n<td style=\"text-align: left;\"><strong>Item Info<\/strong><\/td>\n<td style=\"text-align: left;\">pattern<\/td>\n<td style=\"text-align: left;\">String<\/td>\n<td style=\"text-align: left;\">Design pattern description.<\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: left;\"><strong>16<\/strong><\/td>\n<td style=\"text-align: left;\"><strong>Item Info<\/strong><\/td>\n<td style=\"text-align: left;\">richTextDescription<\/td>\n<td style=\"text-align: left;\">String<\/td>\n<td style=\"text-align: left;\">Description with HTML support.<\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: left;\"><strong>17<\/strong><\/td>\n<td style=\"text-align: left;\"><strong>Item Info<\/strong><\/td>\n<td style=\"text-align: left;\">internalLabel<\/td>\n<td style=\"text-align: left;\">Array<\/td>\n<td style=\"text-align: left;\">Merchant-specific tags (e.g., \"summer\", \"trending\").<\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: left;\"><strong>18<\/strong><\/td>\n<td style=\"text-align: left;\"><strong>Item Info<\/strong><\/td>\n<td style=\"text-align: left;\">dimension<\/td>\n<td style=\"text-align: left;\">Object<\/td>\n<td style=\"text-align: left;\">height, length, width, unit (Regex: <code>^\\d+\\.\\d{2}$<\/code>).<\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: left;\"><strong>19<\/strong><\/td>\n<td style=\"text-align: left;\"><strong>Item Info<\/strong><\/td>\n<td style=\"text-align: left;\">weight<\/td>\n<td style=\"text-align: left;\">Object<\/td>\n<td style=\"text-align: left;\">value (Regex: <code>^\\d+\\.\\d{2}$<\/code>) + unit.<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<h3>Pricing &amp; Inventory<\/h3>\n<table>\n<thead>\n<tr>\n<th style=\"text-align: left;\">#<\/th>\n<th style=\"text-align: left;\">Module<\/th>\n<th style=\"text-align: left;\">Field Name<\/th>\n<th style=\"text-align: left;\">Data Type<\/th>\n<th style=\"text-align: left;\">Description \/ Notes<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td style=\"text-align: left;\"><strong>20<\/strong><\/td>\n<td style=\"text-align: left;\"><strong>Pricing<\/strong><\/td>\n<td style=\"text-align: left;\">price<\/td>\n<td style=\"text-align: left;\">Object<\/td>\n<td style=\"text-align: left;\">Base price (Currency + Minor Units).<\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: left;\"><strong>21<\/strong><\/td>\n<td style=\"text-align: left;\"><strong>Pricing<\/strong><\/td>\n<td style=\"text-align: left;\">salePrice<\/td>\n<td style=\"text-align: left;\">Object<\/td>\n<td style=\"text-align: left;\">Discounted price.<\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: left;\"><strong>22<\/strong><\/td>\n<td style=\"text-align: left;\"><strong>Pricing<\/strong><\/td>\n<td style=\"text-align: left;\">salePriceStartAt<\/td>\n<td style=\"text-align: left;\">ISO-8601<\/td>\n<td style=\"text-align: left;\">Start of promotion.<\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: left;\"><strong>23<\/strong><\/td>\n<td style=\"text-align: left;\"><strong>Pricing<\/strong><\/td>\n<td style=\"text-align: left;\">salePriceEndAt<\/td>\n<td style=\"text-align: left;\">ISO-8601<\/td>\n<td style=\"text-align: left;\">End of promotion.<\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: left;\"><strong>24<\/strong><\/td>\n<td style=\"text-align: left;\"><strong>Pricing<\/strong><\/td>\n<td style=\"text-align: left;\">unitPricingMeasure<\/td>\n<td style=\"text-align: left;\">String<\/td>\n<td style=\"text-align: left;\">Quantity for unit pricing.<\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: left;\"><strong>25<\/strong><\/td>\n<td style=\"text-align: left;\"><strong>Pricing<\/strong><\/td>\n<td style=\"text-align: left;\">baseMeasure<\/td>\n<td style=\"text-align: left;\">String<\/td>\n<td style=\"text-align: left;\">Reference unit for pricing.<\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: left;\"><strong>26<\/strong><\/td>\n<td style=\"text-align: left;\"><strong>Pricing<\/strong><\/td>\n<td style=\"text-align: left;\">pricingTrend<\/td>\n<td style=\"text-align: left;\">String<\/td>\n<td style=\"text-align: left;\">Narrative context (e.g., \"Lowest price in 6 months\").<\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: left;\"><strong>27<\/strong><\/td>\n<td style=\"text-align: left;\"><strong>Inventory<\/strong><\/td>\n<td style=\"text-align: left;\">availability<\/td>\n<td style=\"text-align: left;\">Enum<\/td>\n<td style=\"text-align: left;\">InStock, OutOfStock, PreOrder, BackOrder, Unknown.<\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: left;\"><strong>28<\/strong><\/td>\n<td style=\"text-align: left;\"><strong>Inventory<\/strong><\/td>\n<td style=\"text-align: left;\">availableAt<\/td>\n<td style=\"text-align: left;\">ISO-8601<\/td>\n<td style=\"text-align: left;\">Date of stock availability.<\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: left;\"><strong>29<\/strong><\/td>\n<td style=\"text-align: left;\"><strong>Inventory<\/strong><\/td>\n<td style=\"text-align: left;\">expireAt<\/td>\n<td style=\"text-align: left;\">ISO-8601<\/td>\n<td style=\"text-align: left;\">Date the listing expires.<\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: left;\"><strong>30<\/strong><\/td>\n<td style=\"text-align: left;\"><strong>Inventory<\/strong><\/td>\n<td style=\"text-align: left;\">inventory<\/td>\n<td style=\"text-align: left;\">Integer<\/td>\n<td style=\"text-align: left;\">Real-time stock count.<\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: left;\"><strong>31<\/strong><\/td>\n<td style=\"text-align: left;\"><strong>Inventory<\/strong><\/td>\n<td style=\"text-align: left;\">pickupMethod<\/td>\n<td style=\"text-align: left;\">Enum<\/td>\n<td style=\"text-align: left;\">InStore, Reserve, NotSupported.<\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: left;\"><strong>32<\/strong><\/td>\n<td style=\"text-align: left;\"><strong>Inventory<\/strong><\/td>\n<td style=\"text-align: left;\">pickupSla<\/td>\n<td style=\"text-align: left;\">Object<\/td>\n<td style=\"text-align: left;\">Pickup timeframe (value + unit).<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<h3>Media<\/h3>\n<table>\n<thead>\n<tr>\n<th style=\"text-align: left;\">#<\/th>\n<th style=\"text-align: left;\">Module<\/th>\n<th style=\"text-align: left;\">Field Name<\/th>\n<th style=\"text-align: left;\">Data Type<\/th>\n<th style=\"text-align: left;\">Description \/ Notes<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td style=\"text-align: left;\"><strong>33<\/strong><\/td>\n<td style=\"text-align: left;\"><strong>Media<\/strong><\/td>\n<td style=\"text-align: left;\">imageUrl<\/td>\n<td style=\"text-align: left;\">URI<\/td>\n<td style=\"text-align: left;\">Primary product image link.<\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: left;\"><strong>34<\/strong><\/td>\n<td style=\"text-align: left;\"><strong>Media<\/strong><\/td>\n<td style=\"text-align: left;\">additionalImageUrls<\/td>\n<td style=\"text-align: left;\">Array<\/td>\n<td style=\"text-align: left;\">Supplementary image links.<\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: left;\"><strong>35<\/strong><\/td>\n<td style=\"text-align: left;\"><strong>Media<\/strong><\/td>\n<td style=\"text-align: left;\">videoUrls<\/td>\n<td style=\"text-align: left;\">Array<\/td>\n<td style=\"text-align: left;\">Product video links.<\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: left;\"><strong>36<\/strong><\/td>\n<td style=\"text-align: left;\"><strong>Media<\/strong><\/td>\n<td style=\"text-align: left;\">model3dUrl<\/td>\n<td style=\"text-align: left;\">URI<\/td>\n<td style=\"text-align: left;\">3D asset link (.glb).<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<h3>Variants &amp; Logistics<\/h3>\n<table>\n<thead>\n<tr>\n<th style=\"text-align: left;\">#<\/th>\n<th style=\"text-align: left;\">Module<\/th>\n<th style=\"text-align: left;\">Field Name<\/th>\n<th style=\"text-align: left;\">Data Type<\/th>\n<th style=\"text-align: left;\">Description \/ Notes<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td style=\"text-align: left;\"><strong>37<\/strong><\/td>\n<td style=\"text-align: left;\"><strong>Variants<\/strong><\/td>\n<td style=\"text-align: left;\">groupId<\/td>\n<td style=\"text-align: left;\">String<\/td>\n<td style=\"text-align: left;\">Parent ID for color\/size groups.<\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: left;\"><strong>38<\/strong><\/td>\n<td style=\"text-align: left;\"><strong>Variants<\/strong><\/td>\n<td style=\"text-align: left;\">listingHasVariations<\/td>\n<td style=\"text-align: left;\">Boolean<\/td>\n<td style=\"text-align: left;\">Flags if item is a parent listing.<\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: left;\"><strong>39<\/strong><\/td>\n<td style=\"text-align: left;\"><strong>Variants<\/strong><\/td>\n<td style=\"text-align: left;\">itemGroupTitle<\/td>\n<td style=\"text-align: left;\">String<\/td>\n<td style=\"text-align: left;\">Shared title for the variant group.<\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: left;\"><strong>40<\/strong><\/td>\n<td style=\"text-align: left;\"><strong>Variants<\/strong><\/td>\n<td style=\"text-align: left;\">color<\/td>\n<td style=\"text-align: left;\">String<\/td>\n<td style=\"text-align: left;\">Product color.<\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: left;\"><strong>41<\/strong><\/td>\n<td style=\"text-align: left;\"><strong>Variants<\/strong><\/td>\n<td style=\"text-align: left;\">size<\/td>\n<td style=\"text-align: left;\">Object<\/td>\n<td style=\"text-align: left;\">value + system (sizing system).<\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: left;\"><strong>42<\/strong><\/td>\n<td style=\"text-align: left;\"><strong>Variants<\/strong><\/td>\n<td style=\"text-align: left;\">gender<\/td>\n<td style=\"text-align: left;\">String<\/td>\n<td style=\"text-align: left;\">Target gender.<\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: left;\"><strong>43<\/strong><\/td>\n<td style=\"text-align: left;\"><strong>Variants<\/strong><\/td>\n<td style=\"text-align: left;\">offerId<\/td>\n<td style=\"text-align: left;\">String<\/td>\n<td style=\"text-align: left;\">Unique offer code per variant.<\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: left;\"><strong>44<\/strong><\/td>\n<td style=\"text-align: left;\"><strong>Variants<\/strong><\/td>\n<td style=\"text-align: left;\">variantDict<\/td>\n<td style=\"text-align: left;\">Object<\/td>\n<td style=\"text-align: left;\">Key-value pairs for unique attributes.<\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: left;\"><strong>45<\/strong><\/td>\n<td style=\"text-align: left;\"><strong>Variants<\/strong><\/td>\n<td style=\"text-align: left;\">customVariants<\/td>\n<td style=\"text-align: left;\">Array<\/td>\n<td style=\"text-align: left;\">category, label, number, option.<\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: left;\"><strong>46<\/strong><\/td>\n<td style=\"text-align: left;\"><strong>Fulfillment<\/strong><\/td>\n<td style=\"text-align: left;\">shipping<\/td>\n<td style=\"text-align: left;\">Array\\&lt;Object><\/td>\n<td style=\"text-align: left;\">List of shipping options (service, price, handling\/transit days, weight, country, region).<\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: left;\"><strong>47<\/strong><\/td>\n<td style=\"text-align: left;\"><strong>Fulfillment<\/strong><\/td>\n<td style=\"text-align: left;\">digital<\/td>\n<td style=\"text-align: left;\">Boolean<\/td>\n<td style=\"text-align: left;\">True if non-physical product.<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<h3>Merchant, Returns &amp; Performance<\/h3>\n<table>\n<thead>\n<tr>\n<th style=\"text-align: left;\">#<\/th>\n<th style=\"text-align: left;\">Module<\/th>\n<th style=\"text-align: left;\">Field Name<\/th>\n<th style=\"text-align: left;\">Data Type<\/th>\n<th style=\"text-align: left;\">Description \/ Notes<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td style=\"text-align: left;\"><strong>48<\/strong><\/td>\n<td style=\"text-align: left;\"><strong>Merchant<\/strong><\/td>\n<td style=\"text-align: left;\">sellerName<\/td>\n<td style=\"text-align: left;\">String<\/td>\n<td style=\"text-align: left;\">Retailer name.<\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: left;\"><strong>49<\/strong><\/td>\n<td style=\"text-align: left;\"><strong>Merchant<\/strong><\/td>\n<td style=\"text-align: left;\">marketplaceSeller<\/td>\n<td style=\"text-align: left;\">String<\/td>\n<td style=\"text-align: left;\">3rd party seller name.<\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: left;\"><strong>50<\/strong><\/td>\n<td style=\"text-align: left;\"><strong>Merchant<\/strong><\/td>\n<td style=\"text-align: left;\">sellerUrl<\/td>\n<td style=\"text-align: left;\">URI<\/td>\n<td style=\"text-align: left;\">Seller storefront link.<\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: left;\"><strong>51<\/strong><\/td>\n<td style=\"text-align: left;\"><strong>Merchant<\/strong><\/td>\n<td style=\"text-align: left;\">sellerPrivacyPolicy<\/td>\n<td style=\"text-align: left;\">URI<\/td>\n<td style=\"text-align: left;\">Privacy policy link.<\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: left;\"><strong>52<\/strong><\/td>\n<td style=\"text-align: left;\"><strong>Merchant<\/strong><\/td>\n<td style=\"text-align: left;\">sellerTos<\/td>\n<td style=\"text-align: left;\">URI<\/td>\n<td style=\"text-align: left;\">Terms of Service link.<\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: left;\"><strong>53<\/strong><\/td>\n<td style=\"text-align: left;\"><strong>Returns<\/strong><\/td>\n<td style=\"text-align: left;\">acceptsReturns<\/td>\n<td style=\"text-align: left;\">Boolean<\/td>\n<td style=\"text-align: left;\">Return eligibility.<\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: left;\"><strong>54<\/strong><\/td>\n<td style=\"text-align: left;\"><strong>Returns<\/strong><\/td>\n<td style=\"text-align: left;\">acceptsExchanges<\/td>\n<td style=\"text-align: left;\">Boolean<\/td>\n<td style=\"text-align: left;\">Exchange eligibility.<\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: left;\"><strong>55<\/strong><\/td>\n<td style=\"text-align: left;\"><strong>Returns<\/strong><\/td>\n<td style=\"text-align: left;\">returnDeadlineInDays<\/td>\n<td style=\"text-align: left;\">Integer<\/td>\n<td style=\"text-align: left;\">Return window.<\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: left;\"><strong>56<\/strong><\/td>\n<td style=\"text-align: left;\"><strong>Returns<\/strong><\/td>\n<td style=\"text-align: left;\">returnPolicy<\/td>\n<td style=\"text-align: left;\">URI<\/td>\n<td style=\"text-align: left;\">Full return policy link.<\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: left;\"><strong>57<\/strong><\/td>\n<td style=\"text-align: left;\"><strong>Performance<\/strong><\/td>\n<td style=\"text-align: left;\">popularityScore<\/td>\n<td style=\"text-align: left;\">String<\/td>\n<td style=\"text-align: left;\">Numeric score (Regex: <code>^\\d+\\.\\d{2}$<\/code>).<\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: left;\"><strong>58<\/strong><\/td>\n<td style=\"text-align: left;\"><strong>Performance<\/strong><\/td>\n<td style=\"text-align: left;\">returnRate<\/td>\n<td style=\"text-align: left;\">String<\/td>\n<td style=\"text-align: left;\">Return frequency.<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<h3>Compliance, Social &amp; Geo<\/h3>\n<table>\n<thead>\n<tr>\n<th style=\"text-align: left;\">#<\/th>\n<th style=\"text-align: left;\">Module<\/th>\n<th style=\"text-align: left;\">Field Name<\/th>\n<th style=\"text-align: left;\">Data Type<\/th>\n<th style=\"text-align: left;\">Description \/ Notes<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td style=\"text-align: left;\"><strong>59<\/strong><\/td>\n<td style=\"text-align: left;\"><strong>Compliance<\/strong><\/td>\n<td style=\"text-align: left;\">compliances<\/td>\n<td style=\"text-align: left;\">Array<\/td>\n<td style=\"text-align: left;\">warning, warningUrl, ageRestriction.<\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: left;\"><strong>60<\/strong><\/td>\n<td style=\"text-align: left;\"><strong>Social<\/strong><\/td>\n<td style=\"text-align: left;\">review.reviewCount<\/td>\n<td style=\"text-align: left;\">Integer<\/td>\n<td style=\"text-align: left;\">Total product reviews.<\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: left;\"><strong>61<\/strong><\/td>\n<td style=\"text-align: left;\"><strong>Social<\/strong><\/td>\n<td style=\"text-align: left;\">review.starRating<\/td>\n<td style=\"text-align: left;\">String<\/td>\n<td style=\"text-align: left;\">Average stars (Regex: <code>^\\d+\\.\\d{2}$<\/code>).<\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: left;\"><strong>62<\/strong><\/td>\n<td style=\"text-align: left;\"><strong>Social<\/strong><\/td>\n<td style=\"text-align: left;\">review.storeReviewCount<\/td>\n<td style=\"text-align: left;\">Integer<\/td>\n<td style=\"text-align: left;\">Total store-level reviews.<\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: left;\"><strong>63<\/strong><\/td>\n<td style=\"text-align: left;\"><strong>Social<\/strong><\/td>\n<td style=\"text-align: left;\">review.storeStarRating<\/td>\n<td style=\"text-align: left;\">String<\/td>\n<td style=\"text-align: left;\">Store-level stars (Regex: <code>^\\d+\\.\\d{2}$<\/code>).<\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: left;\"><strong>64<\/strong><\/td>\n<td style=\"text-align: left;\"><strong>Social<\/strong><\/td>\n<td style=\"text-align: left;\">review.reviews<\/td>\n<td style=\"text-align: left;\">Array<\/td>\n<td style=\"text-align: left;\">title, content, rating, maxRating, minRating.<\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: left;\"><strong>65<\/strong><\/td>\n<td style=\"text-align: left;\"><strong>Social<\/strong><\/td>\n<td style=\"text-align: left;\">QAndA<\/td>\n<td style=\"text-align: left;\">Array<\/td>\n<td style=\"text-align: left;\">question, answer.<\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: left;\"><strong>66<\/strong><\/td>\n<td style=\"text-align: left;\"><strong>Related<\/strong><\/td>\n<td style=\"text-align: left;\">relatedProduct.relatedProductId<\/td>\n<td style=\"text-align: left;\">String<\/td>\n<td style=\"text-align: left;\">ID of a similar item.<\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: left;\"><strong>67<\/strong><\/td>\n<td style=\"text-align: left;\"><strong>Related<\/strong><\/td>\n<td style=\"text-align: left;\">relatedProduct.relationshipType<\/td>\n<td style=\"text-align: left;\">Enum<\/td>\n<td style=\"text-align: left;\">PartOfSet, RequiredPart, OftenBoughtWith, Substitute, DifferentBrand, Accessory.<\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: left;\"><strong>68<\/strong><\/td>\n<td style=\"text-align: left;\"><strong>Geo<\/strong><\/td>\n<td style=\"text-align: left;\">targetCountries<\/td>\n<td style=\"text-align: left;\">Array<\/td>\n<td style=\"text-align: left;\">ISO-3166-1 alpha-2 codes (e.g., US, CA).<\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: left;\"><strong>69<\/strong><\/td>\n<td style=\"text-align: left;\"><strong>Geo<\/strong><\/td>\n<td style=\"text-align: left;\">storeCountry<\/td>\n<td style=\"text-align: left;\">String<\/td>\n<td style=\"text-align: left;\">ISO country code of the store.<\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: left;\"><strong>70<\/strong><\/td>\n<td style=\"text-align: left;\"><strong>Geo<\/strong><\/td>\n<td style=\"text-align: left;\">geoPrice<\/td>\n<td style=\"text-align: left;\">Object<\/td>\n<td style=\"text-align: left;\">Country-specific price.<\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: left;\"><strong>71<\/strong><\/td>\n<td style=\"text-align: left;\"><strong>Geo<\/strong><\/td>\n<td style=\"text-align: left;\">geoAvailability<\/td>\n<td style=\"text-align: left;\">Object<\/td>\n<td style=\"text-align: left;\">Country-specific stock.<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<h2>Data Integrity &amp; Formatting Rules<\/h2>\n<h3>Price Formatting (Minor Units)<\/h3>\n<p>All price values (<code>price<\/code>, <code>geoPrice<\/code>, <code>salePrice<\/code>, <code>shipping.price<\/code>) must be integers in <a href=\"\/development-resources\/currency-codes\/#minor-units\">minor units<\/a>.<\/p>\n<ul>\n<li><strong>Example<\/strong>: For USD 20.00, send <strong>2000<\/strong>.<\/li>\n<li><strong>Currency Code<\/strong>: Must be the three-letter ISO-4217 code.<\/li>\n<\/ul>\n<h3>Metric Formatting (Regex Strings)<\/h3>\n<p>Fields for weight, dimensions, and ratings must be strings with exactly two decimal places.<\/p>\n<ul>\n<li><strong>Requirement<\/strong>: Values must match <code>^\\\\d+\\\\.\\\\d{2}$<\/code>.<\/li>\n<li><strong>Affected Fields<\/strong>: <code>weight.value<\/code>, <code>dimension.height<\/code>\/<code>dimension.length<\/code>\/<code>dimension.width<\/code>, <code>starRating<\/code>, <code>storeStarRating<\/code>, and <code>popularityScore<\/code>.<\/li>\n<\/ul>\n<h3>Batch Limits<\/h3>\n<ul>\n<li><strong>POST<\/strong> <code>\/v1\/ingestions<\/code>: up to 200 items per request.<\/li>\n<li><strong>DELETE<\/strong> <code>\/v1\/ingestions<\/code>: up to 200 items per request.<\/li>\n<\/ul>\n<h2>Examples<\/h2>\n<h3>POST \/v1\/ingestions<\/h3>\n<p><strong>OpenAI request with only required fields<\/strong><\/p>\n<div data-component-wrapper=\"code-sample\">\n    <code-sample :title=\"'OpenAI request - required fields'\" :id=\"'v1-ingestions-openai-required'\" :code-data=\"[{&quot;language&quot;:&quot;bash&quot;,&quot;tabTitle&quot;:&quot;&quot;,&quot;content&quot;:&quot;curl -X POST https:\\\/\\\/commerce-suite-test.adyen.com\\\/commerce-suite\\\/productFeed\\\/v1\\\/ingestions \\\\\\n-H 'x-api-key: ADYEN_API_KEY' \\\\\\n-H 'idempotency-key: YOUR_IDEMPOTENCY_KEY' \\\\\\n-H 'content-type: application\\\/json' \\\\\\n-d '{\\n  \\&quot;items\\&quot;: [\\n    {\\n      \\&quot;platforms\\&quot;: [\\&quot;OpenAI\\&quot;],\\n      \\&quot;productIdentifier\\&quot;: {\\n        \\&quot;brand\\&quot;: \\&quot;Adyen\\&quot;,\\n        \\&quot;merchantProductId\\&quot;: \\&quot;SKU12345\\&quot;\\n      },\\n      \\&quot;itemInformation\\&quot;: {\\n        \\&quot;eligibleCheckout\\&quot;: true,\\n        \\&quot;eligibleSearch\\&quot;: true,\\n        \\&quot;description\\&quot;: \\&quot;Waterproof trail shoe\\&quot;,\\n        \\&quot;title\\&quot;: \\&quot;Trail Running Shoes Black\\&quot;,\\n        \\&quot;url\\&quot;: \\&quot;https:\\\/\\\/shop.example.com\\\/product\\\/SKU12345\\&quot;\\n      },\\n      \\&quot;mediaAsset\\&quot;: {\\n        \\&quot;imageUrl\\&quot;: \\&quot;https:\\\/\\\/shop.example.com\\\/image1.jpg\\&quot;\\n      },\\n      \\&quot;pricing\\&quot;: {\\n        \\&quot;price\\&quot;: { \\&quot;currencyCode\\&quot;: \\&quot;USD\\&quot;, \\&quot;value\\&quot;: 2000 }\\n      },\\n      \\&quot;availabilityInventory\\&quot;: {\\n        \\&quot;availability\\&quot;: \\&quot;InStock\\&quot;\\n      },\\n      \\&quot;variant\\&quot;: {\\n        \\&quot;listingHasVariations\\&quot;: true,\\n        \\&quot;groupId\\&quot;: \\&quot;SHOE123GROUP\\&quot;\\n      },\\n      \\&quot;merchantInformation\\&quot;: {\\n        \\&quot;sellerName\\&quot;: \\&quot;Example Store\\&quot;,\\n        \\&quot;sellerPrivacyPolicy\\&quot;: \\&quot;https:\\\/\\\/shop.example.com\\\/privacy\\&quot;,\\n        \\&quot;sellerTos\\&quot;: \\&quot;https:\\\/\\\/shop.example.com\\\/terms\\&quot;,\\n        \\&quot;sellerUrl\\&quot;: \\&quot;https:\\\/\\\/shop.example.com\\\/store\\&quot;\\n      },\\n      \\&quot;returnData\\&quot;: {\\n        \\&quot;returnPolicy\\&quot;: \\&quot;https:\\\/\\\/shop.example.com\\\/returns\\&quot;\\n      },\\n      \\&quot;geoTagging\\&quot;: {\\n        \\&quot;storeCountry\\&quot;: \\&quot;US\\&quot;,\\n        \\&quot;targetCountries\\&quot;: [\\&quot;US\\&quot;, \\&quot;CA\\&quot;]\\n      }\\n    }\\n  ],\\n  \\&quot;merchantAccount\\&quot;: \\&quot;ADYEN_MERCHANT_ACCOUNT\\&quot;\\n}'&quot;}]\" :enable-copy-link-to-code-block=\"true\" :code-sample-card-size=\"'fullsize'\"><\/code-sample>\n<\/div>\n<p><strong>OpenAI request with all supported fields<\/strong><\/p>\n<div data-component-wrapper=\"code-sample\">\n    <code-sample :title=\"'OpenAI request - all fields'\" :id=\"'v1-ingestions-openai-all-fields'\" :code-data=\"[{&quot;language&quot;:&quot;bash&quot;,&quot;tabTitle&quot;:&quot;&quot;,&quot;content&quot;:&quot;curl -X POST https:\\\/\\\/commerce-suite-test.adyen.com\\\/commerce-suite\\\/productFeed\\\/v1\\\/ingestions \\\\\\n-H 'x-api-key: ADYEN_API_KEY' \\\\\\n-H 'idempotency-key: YOUR_IDEMPOTENCY_KEY' \\\\\\n-H 'content-type: application\\\/json' \\\\\\n-d '{\\n  \\&quot;items\\&quot;: [\\n    {\\n      \\&quot;platforms\\&quot;: [\\&quot;OpenAI\\&quot;],\\n      \\&quot;performanceSignal\\&quot;: {\\n        \\&quot;popularityScore\\&quot;: \\&quot;4.71\\&quot;,\\n        \\&quot;returnRate\\&quot;: \\&quot;2%\\&quot;\\n      },\\n      \\&quot;compliances\\&quot;: [\\n        {\\n          \\&quot;ageRestriction\\&quot;: 21,\\n          \\&quot;warning\\&quot;: \\&quot;Contains lithium battery\\&quot;,\\n          \\&quot;warningUrl\\&quot;: \\&quot;https:\\\/\\\/shop.example.com\\\/warning\\&quot;\\n        }\\n      ],\\n      \\&quot;QAndA\\&quot;: [\\n        { \\&quot;answer\\&quot;: \\&quot;Yes\\&quot;, \\&quot;question\\&quot;: \\&quot;Is this waterproof?\\&quot; }\\n      ],\\n      \\&quot;review\\&quot;: {\\n        \\&quot;reviewCount\\&quot;: 254,\\n        \\&quot;reviews\\&quot;: [\\n          {\\n            \\&quot;content\\&quot;: \\&quot;Review content\\&quot;,\\n            \\&quot;maxRating\\&quot;: 0,\\n            \\&quot;minRating\\&quot;: 0,\\n            \\&quot;rating\\&quot;: 0,\\n            \\&quot;title\\&quot;: \\&quot;Review title\\&quot;\\n          }\\n        ],\\n        \\&quot;starRating\\&quot;: \\&quot;1.15\\&quot;,\\n        \\&quot;storeReviewCount\\&quot;: 2000,\\n        \\&quot;storeStarRating\\&quot;: \\&quot;4.51\\&quot;\\n      },\\n      \\&quot;relatedProduct\\&quot;: [\\n        { \\&quot;relatedProductId\\&quot;: \\&quot;SKU67890\\&quot;, \\&quot;relationshipType\\&quot;: \\&quot;PartOfSet\\&quot; }\\n      ],\\n      \\&quot;productIdentifier\\&quot;: {\\n        \\&quot;mpn\\&quot;: \\&quot;JAS12345PER\\&quot;,\\n        \\&quot;gtin\\&quot;: \\&quot;123456789543\\&quot;,\\n        \\&quot;brand\\&quot;: \\&quot;Adyen\\&quot;,\\n        \\&quot;merchantProductId\\&quot;: \\&quot;SKU12345\\&quot;\\n      },\\n      \\&quot;itemInformation\\&quot;: {\\n        \\&quot;eligibleCheckout\\&quot;: true,\\n        \\&quot;eligibleSearch\\&quot;: true,\\n        \\&quot;ageGroup\\&quot;: \\&quot;NewBorn\\&quot;,\\n        \\&quot;condition\\&quot;: \\&quot;New\\&quot;,\\n        \\&quot;description\\&quot;: \\&quot;Waterproof trail shoe\\&quot;,\\n        \\&quot;title\\&quot;: \\&quot;Trail Running Shoes Black\\&quot;,\\n        \\&quot;url\\&quot;: \\&quot;https:\\\/\\\/shop.example.com\\\/product\\\/SKU12345\\&quot;,\\n        \\&quot;productCategory\\&quot;: \\&quot;Apparel &amp; Accessories &gt; Shoes\\&quot;,\\n        \\&quot;material\\&quot;: \\&quot;Leather\\&quot;,\\n        \\&quot;dimension\\&quot;: {\\n          \\&quot;height\\&quot;: \\&quot;10.15\\&quot;,\\n          \\&quot;length\\&quot;: \\&quot;10.15\\&quot;,\\n          \\&quot;unit\\&quot;: \\&quot;cm\\&quot;,\\n          \\&quot;width\\&quot;: \\&quot;10.15\\&quot;\\n        },\\n        \\&quot;weight\\&quot;: { \\&quot;unit\\&quot;: \\&quot;kg\\&quot;, \\&quot;value\\&quot;: \\&quot;1.55\\&quot; }\\n      },\\n      \\&quot;mediaAsset\\&quot;: {\\n        \\&quot;additionalImageUrls\\&quot;: [\\n          \\&quot;https:\\\/\\\/shop.example.com\\\/products\\\/shoe.jpg\\&quot;,\\n          \\&quot;https:\\\/\\\/shop.example.com\\\/products\\\/shoe1.jpg\\&quot;\\n        ],\\n        \\&quot;model3dUrl\\&quot;: \\&quot;https:\\\/\\\/shop.example.com\\\/model.glb\\&quot;,\\n        \\&quot;videoUrls\\&quot;: [\\n          \\&quot;https:\\\/\\\/shop.example.com\\\/products\\\/video.mov\\&quot;,\\n          \\&quot;https:\\\/\\\/shop.example.com\\\/products\\\/video1.mov\\&quot;\\n        ],\\n        \\&quot;imageUrl\\&quot;: \\&quot;https:\\\/\\\/shop.example.com\\\/image1.jpg\\&quot;\\n      },\\n      \\&quot;pricing\\&quot;: {\\n        \\&quot;baseMeasure\\&quot;: \\&quot;1\\&quot;,\\n        \\&quot;price\\&quot;: { \\&quot;currencyCode\\&quot;: \\&quot;USD\\&quot;, \\&quot;value\\&quot;: 2000 },\\n        \\&quot;pricingTrend\\&quot;: \\&quot;Lowest price in 6 months\\&quot;,\\n        \\&quot;salePrice\\&quot;: { \\&quot;currencyCode\\&quot;: \\&quot;USD\\&quot;, \\&quot;value\\&quot;: 2000 },\\n        \\&quot;salePriceEndAt\\&quot;: \\&quot;2026-04-01T07:49:14.738Z\\&quot;,\\n        \\&quot;salePriceStartAt\\&quot;: \\&quot;2026-04-01T07:49:14.738Z\\&quot;,\\n        \\&quot;unitPricingMeasure\\&quot;: \\&quot;16\\&quot;\\n      },\\n      \\&quot;availabilityInventory\\&quot;: {\\n        \\&quot;availability\\&quot;: \\&quot;InStock\\&quot;,\\n        \\&quot;availableAt\\&quot;: \\&quot;2026-04-01T07:49:14.738Z\\&quot;,\\n        \\&quot;expireAt\\&quot;: \\&quot;2026-04-01T07:49:14.738Z\\&quot;,\\n        \\&quot;pickupMethod\\&quot;: \\&quot;InStore\\&quot;,\\n        \\&quot;pickupSla\\&quot;: { \\&quot;unit\\&quot;: \\&quot;day\\&quot;, \\&quot;value\\&quot;: 1 }\\n      },\\n      \\&quot;variant\\&quot;: {\\n        \\&quot;groupId\\&quot;: \\&quot;SHOE123GROUP\\&quot;,\\n        \\&quot;listingHasVariations\\&quot;: true,\\n        \\&quot;customVariants\\&quot;: [\\n          { \\&quot;category\\&quot;: \\&quot;Size_Type\\&quot;, \\&quot;option\\&quot;: \\&quot;Tall\\&quot; }\\n        ],\\n        \\&quot;itemGroupTitle\\&quot;: \\&quot;Trail Running Shoes\\&quot;,\\n        \\&quot;color\\&quot;: \\&quot;Blue\\&quot;,\\n        \\&quot;size\\&quot;: { \\&quot;system\\&quot;: \\&quot;US\\&quot;, \\&quot;value\\&quot;: \\&quot;10\\&quot; },\\n        \\&quot;gender\\&quot;: \\&quot;male\\&quot;,\\n        \\&quot;offerId\\&quot;: \\&quot;SKU12345-Blue-79.99\\&quot;,\\n        \\&quot;variantDict\\&quot;: { \\&quot;color\\&quot;: \\&quot;Blue\\&quot;, \\&quot;size\\&quot;: \\&quot;10\\&quot; }\\n      },\\n      \\&quot;merchantInformation\\&quot;: {\\n        \\&quot;marketplaceSeller\\&quot;: \\&quot;Marketplace Name\\&quot;,\\n        \\&quot;sellerName\\&quot;: \\&quot;Example Store\\&quot;,\\n        \\&quot;sellerPrivacyPolicy\\&quot;: \\&quot;https:\\\/\\\/shop.example.com\\\/privacy\\&quot;,\\n        \\&quot;sellerTos\\&quot;: \\&quot;https:\\\/\\\/shop.example.com\\\/terms\\&quot;,\\n        \\&quot;sellerUrl\\&quot;: \\&quot;https:\\\/\\\/shop.example.com\\\/store\\&quot;\\n      },\\n      \\&quot;returnData\\&quot;: {\\n        \\&quot;acceptsExchanges\\&quot;: true,\\n        \\&quot;acceptsReturns\\&quot;: true,\\n        \\&quot;returnDeadlineInDays\\&quot;: 30,\\n        \\&quot;returnPolicy\\&quot;: \\&quot;https:\\\/\\\/shop.example.com\\\/returns\\&quot;\\n      },\\n      \\&quot;fulfillment\\&quot;: {\\n        \\&quot;digital\\&quot;: true,\\n        \\&quot;shipping\\&quot;: [\\n          {\\n            \\&quot;country\\&quot;: \\&quot;US\\&quot;,\\n            \\&quot;maxHandlingDays\\&quot;: 2,\\n            \\&quot;maxTransitDays\\&quot;: 3,\\n            \\&quot;minHandlingDays\\&quot;: 1,\\n            \\&quot;minTransitDays\\&quot;: 1,\\n            \\&quot;price\\&quot;: { \\&quot;currencyCode\\&quot;: \\&quot;USD\\&quot;, \\&quot;value\\&quot;: 2000 },\\n            \\&quot;region\\&quot;: \\&quot;CA\\&quot;,\\n            \\&quot;serviceClass\\&quot;: \\&quot;Overnight\\&quot;,\\n            \\&quot;weight\\&quot;: { \\&quot;unit\\&quot;: \\&quot;kg\\&quot;, \\&quot;value\\&quot;: \\&quot;1.55\\&quot; }\\n          }\\n        ]\\n      },\\n      \\&quot;geoTagging\\&quot;: {\\n        \\&quot;geoAvailability\\&quot;: { \\&quot;availability\\&quot;: \\&quot;InStock\\&quot;, \\&quot;region\\&quot;: \\&quot;California\\&quot; },\\n        \\&quot;geoPrice\\&quot;: { \\&quot;currencyCode\\&quot;: \\&quot;USD\\&quot;, \\&quot;region\\&quot;: \\&quot;California\\&quot;, \\&quot;value\\&quot;: 2000 },\\n        \\&quot;storeCountry\\&quot;: \\&quot;US\\&quot;,\\n        \\&quot;targetCountries\\&quot;: [\\&quot;US\\&quot;, \\&quot;CA\\&quot;]\\n      }\\n    }\\n  ],\\n  \\&quot;merchantAccount\\&quot;: \\&quot;ADYEN_MERCHANT_ACCOUNT\\&quot;\\n}'&quot;}]\" :enable-copy-link-to-code-block=\"true\" :code-sample-card-size=\"'fullsize'\"><\/code-sample>\n<\/div>\n<p><strong>Meta request with only required fields<\/strong><\/p>\n<div data-component-wrapper=\"code-sample\">\n    <code-sample :title=\"'Meta request - required fields'\" :id=\"'v1-ingestions-meta-required'\" :code-data=\"[{&quot;language&quot;:&quot;bash&quot;,&quot;tabTitle&quot;:&quot;&quot;,&quot;content&quot;:&quot;curl -X POST https:\\\/\\\/commerce-suite-test.adyen.com\\\/commerce-suite\\\/productFeed\\\/v1\\\/ingestions \\\\\\n-H 'x-api-key: ADYEN_API_KEY' \\\\\\n-H 'idempotency-key: YOUR_IDEMPOTENCY_KEY' \\\\\\n-H 'content-type: application\\\/json' \\\\\\n-d '{\\n  \\&quot;items\\&quot;: [\\n    {\\n      \\&quot;platforms\\&quot;: [\\&quot;Meta\\&quot;],\\n      \\&quot;availabilityInventory\\&quot;: { \\&quot;availability\\&quot;: \\&quot;InStock\\&quot; },\\n      \\&quot;itemInformation\\&quot;: {\\n        \\&quot;condition\\&quot;: \\&quot;New\\&quot;,\\n        \\&quot;description\\&quot;: \\&quot;Waterproof trail shoe\\&quot;,\\n        \\&quot;title\\&quot;: \\&quot;Trail Running Shoes Black\\&quot;,\\n        \\&quot;url\\&quot;: \\&quot;https:\\\/\\\/shop.example.com\\\/product\\\/SKU12345\\&quot;\\n      },\\n      \\&quot;mediaAsset\\&quot;: { \\&quot;imageUrl\\&quot;: \\&quot;https:\\\/\\\/shop.example.com\\\/image1.jpg\\&quot; },\\n      \\&quot;pricing\\&quot;: {\\n        \\&quot;price\\&quot;: { \\&quot;currencyCode\\&quot;: \\&quot;USD\\&quot;, \\&quot;value\\&quot;: 2000 }\\n      },\\n      \\&quot;productIdentifier\\&quot;: {\\n        \\&quot;brand\\&quot;: \\&quot;Adyen\\&quot;,\\n        \\&quot;merchantProductId\\&quot;: \\&quot;SKU12345\\&quot;\\n      }\\n    }\\n  ],\\n  \\&quot;merchantAccount\\&quot;: \\&quot;ADYEN_MERCHANT_ACCOUNT\\&quot;\\n}'&quot;}]\" :enable-copy-link-to-code-block=\"true\" :code-sample-card-size=\"'fullsize'\"><\/code-sample>\n<\/div>\n<p><strong>Meta request with all supported fields<\/strong><\/p>\n<div data-component-wrapper=\"code-sample\">\n    <code-sample :title=\"'Meta request - all fields'\" :id=\"'v1-ingestions-meta-all-fields'\" :code-data=\"[{&quot;language&quot;:&quot;bash&quot;,&quot;tabTitle&quot;:&quot;&quot;,&quot;content&quot;:&quot;curl -X POST https:\\\/\\\/commerce-suite-test.adyen.com\\\/commerce-suite\\\/productFeed\\\/v1\\\/ingestions \\\\\\n-H 'x-api-key: ADYEN_API_KEY' \\\\\\n-H 'idempotency-key: YOUR_IDEMPOTENCY_KEY' \\\\\\n-H 'content-type: application\\\/json' \\\\\\n-d '{\\n  \\&quot;items\\&quot;: [\\n    {\\n      \\&quot;platforms\\&quot;: [\\&quot;Meta\\&quot;],\\n      \\&quot;availabilityInventory\\&quot;: { \\&quot;availability\\&quot;: \\&quot;InStock\\&quot;, \\&quot;inventory\\&quot;: 10 },\\n      \\&quot;fulfillment\\&quot;: {\\n        \\&quot;shipping\\&quot;: [\\n          {\\n            \\&quot;country\\&quot;: \\&quot;US\\&quot;,\\n            \\&quot;maxHandlingDays\\&quot;: 2,\\n            \\&quot;maxTransitDays\\&quot;: 3,\\n            \\&quot;minHandlingDays\\&quot;: 1,\\n            \\&quot;minTransitDays\\&quot;: 1,\\n            \\&quot;price\\&quot;: { \\&quot;currencyCode\\&quot;: \\&quot;USD\\&quot;, \\&quot;value\\&quot;: 2000 },\\n            \\&quot;region\\&quot;: \\&quot;CA\\&quot;,\\n            \\&quot;serviceClass\\&quot;: \\&quot;Overnight\\&quot;,\\n            \\&quot;weight\\&quot;: { \\&quot;unit\\&quot;: \\&quot;kg\\&quot;, \\&quot;value\\&quot;: \\&quot;1.55\\&quot; }\\n          }\\n        ]\\n      },\\n      \\&quot;itemInformation\\&quot;: {\\n        \\&quot;eligibleSearch\\&quot;: true,\\n        \\&quot;ageGroup\\&quot;: \\&quot;NewBorn\\&quot;,\\n        \\&quot;condition\\&quot;: \\&quot;New\\&quot;,\\n        \\&quot;description\\&quot;: \\&quot;Waterproof trail shoe\\&quot;,\\n        \\&quot;internalLabel\\&quot;: [\\&quot;summer\\&quot;, \\&quot;trending\\&quot;],\\n        \\&quot;material\\&quot;: \\&quot;Leather\\&quot;,\\n        \\&quot;pattern\\&quot;: \\&quot;Stripes\\&quot;,\\n        \\&quot;productCategory\\&quot;: \\&quot;Apparel &amp; Accessories &gt; Shoes\\&quot;,\\n        \\&quot;richTextDescription\\&quot;: \\&quot;string\\&quot;,\\n        \\&quot;title\\&quot;: \\&quot;Trail Running Shoes Black\\&quot;,\\n        \\&quot;url\\&quot;: \\&quot;https:\\\/\\\/shop.example.com\\\/product\\\/SKU12345\\&quot;\\n      },\\n      \\&quot;mediaAsset\\&quot;: {\\n        \\&quot;additionalImageUrls\\&quot;: [\\n          \\&quot;https:\\\/\\\/shop.example.com\\\/products\\\/shoe.jpg\\&quot;,\\n          \\&quot;https:\\\/\\\/shop.example.com\\\/products\\\/shoe1.jpg\\&quot;\\n        ],\\n        \\&quot;imageUrl\\&quot;: \\&quot;https:\\\/\\\/shop.example.com\\\/image1.jpg\\&quot;,\\n        \\&quot;videoUrls\\&quot;: [\\n          \\&quot;https:\\\/\\\/shop.example.com\\\/products\\\/video.mov\\&quot;,\\n          \\&quot;https:\\\/\\\/shop.example.com\\\/products\\\/video1.mov\\&quot;\\n        ]\\n      },\\n      \\&quot;pricing\\&quot;: {\\n        \\&quot;price\\&quot;: { \\&quot;currencyCode\\&quot;: \\&quot;USD\\&quot;, \\&quot;value\\&quot;: 2000 },\\n        \\&quot;salePrice\\&quot;: { \\&quot;currencyCode\\&quot;: \\&quot;USD\\&quot;, \\&quot;value\\&quot;: 2000 },\\n        \\&quot;salePriceEndAt\\&quot;: \\&quot;2026-04-01T07:49:14.738Z\\&quot;,\\n        \\&quot;salePriceStartAt\\&quot;: \\&quot;2026-04-01T07:49:14.738Z\\&quot;\\n      },\\n      \\&quot;productIdentifier\\&quot;: {\\n        \\&quot;brand\\&quot;: \\&quot;Adyen\\&quot;,\\n        \\&quot;mpn\\&quot;: \\&quot;JAS12345PER\\&quot;,\\n        \\&quot;gtin\\&quot;: \\&quot;123456789543\\&quot;,\\n        \\&quot;merchantProductId\\&quot;: \\&quot;SKU12345\\&quot;\\n      },\\n      \\&quot;variant\\&quot;: {\\n        \\&quot;color\\&quot;: \\&quot;Blue\\&quot;,\\n        \\&quot;customVariants\\&quot;: [\\n          { \\&quot;label\\&quot;: \\&quot;Summer sale\\&quot;, \\&quot;number\\&quot;: \\&quot;2025\\&quot; }\\n        ],\\n        \\&quot;gender\\&quot;: \\&quot;male\\&quot;,\\n        \\&quot;groupId\\&quot;: \\&quot;SHOE123GROUP\\&quot;,\\n        \\&quot;size\\&quot;: { \\&quot;system\\&quot;: \\&quot;US\\&quot;, \\&quot;value\\&quot;: \\&quot;10\\&quot; }\\n      }\\n    }\\n  ],\\n  \\&quot;merchantAccount\\&quot;: \\&quot;ADYEN_MERCHANT_ACCOUNT\\&quot;\\n}'&quot;}]\" :enable-copy-link-to-code-block=\"true\" :code-sample-card-size=\"'fullsize'\"><\/code-sample>\n<\/div>\n<p><strong>Multi-platform item (single SKU sent to both Meta and OpenAI)<\/strong><\/p>\n<div data-component-wrapper=\"code-sample\">\n    <code-sample :title=\"'Multi-platform request'\" :id=\"'v1-ingestions-multi-platform'\" :code-data=\"[{&quot;language&quot;:&quot;bash&quot;,&quot;tabTitle&quot;:&quot;&quot;,&quot;content&quot;:&quot;curl -X POST https:\\\/\\\/commerce-suite-test.adyen.com\\\/commerce-suite\\\/productFeed\\\/v1\\\/ingestions \\\\\\n-H 'x-api-key: ADYEN_API_KEY' \\\\\\n-H 'idempotency-key: YOUR_IDEMPOTENCY_KEY' \\\\\\n-H 'content-type: application\\\/json' \\\\\\n-d '{\\n  \\&quot;items\\&quot;: [\\n    {\\n      \\&quot;platforms\\&quot;: [\\&quot;Meta\\&quot;, \\&quot;OpenAI\\&quot;],\\n      \\&quot;productIdentifier\\&quot;: {\\n        \\&quot;brand\\&quot;: \\&quot;Adyen\\&quot;,\\n        \\&quot;merchantProductId\\&quot;: \\&quot;SKU12345\\&quot;\\n      },\\n      \\&quot;itemInformation\\&quot;: {\\n        \\&quot;condition\\&quot;: \\&quot;New\\&quot;,\\n        \\&quot;description\\&quot;: \\&quot;Waterproof trail shoe\\&quot;,\\n        \\&quot;title\\&quot;: \\&quot;Trail Running Shoes Black\\&quot;,\\n        \\&quot;url\\&quot;: \\&quot;https:\\\/\\\/shop.example.com\\\/product\\\/SKU12345\\&quot;,\\n        \\&quot;eligibleCheckout\\&quot;: true,\\n        \\&quot;eligibleSearch\\&quot;: true\\n      },\\n      \\&quot;mediaAsset\\&quot;: { \\&quot;imageUrl\\&quot;: \\&quot;https:\\\/\\\/shop.example.com\\\/image1.jpg\\&quot; },\\n      \\&quot;pricing\\&quot;: {\\n        \\&quot;price\\&quot;: { \\&quot;currencyCode\\&quot;: \\&quot;USD\\&quot;, \\&quot;value\\&quot;: 2000 }\\n      },\\n      \\&quot;availabilityInventory\\&quot;: { \\&quot;availability\\&quot;: \\&quot;InStock\\&quot; }\\n    }\\n  ],\\n  \\&quot;merchantAccount\\&quot;: \\&quot;ADYEN_MERCHANT_ACCOUNT\\&quot;\\n}'&quot;}]\" :enable-copy-link-to-code-block=\"true\" :code-sample-card-size=\"'fullsize'\"><\/code-sample>\n<\/div>\n<p><strong>Response<\/strong><\/p>\n<div data-component-wrapper=\"code-sample\">\n    <code-sample :title=\"'Response 200 OK'\" :id=\"''\" :code-data='[{\"language\":\"json\",\"tabTitle\":\"\",\"content\":\"{\\n  \\\"ingestionId\\\": \\\"PPKFQ89R6QRXGN82\\\",\\n  \\\"status\\\": \\\"Pending\\\"\\n}\"}]' :enable-copy-link-to-code-block=\"true\" :code-sample-card-size=\"'fullsize'\"><\/code-sample>\n<\/div>\n<h3>DELETE \/v1\/ingestions<\/h3>\n<p><strong>Delete products from a single platform<\/strong><\/p>\n<div data-component-wrapper=\"code-sample\">\n    <code-sample :title=\"'Delete from single platform'\" :id=\"'v1-ingestions-delete-single'\" :code-data=\"[{&quot;language&quot;:&quot;bash&quot;,&quot;tabTitle&quot;:&quot;&quot;,&quot;content&quot;:&quot;curl -X DELETE https:\\\/\\\/commerce-suite-test.adyen.com\\\/commerce-suite\\\/productFeed\\\/v1\\\/ingestions \\\\\\n-H 'x-api-key: ADYEN_API_KEY' \\\\\\n-H 'idempotency-key: YOUR_IDEMPOTENCY_KEY' \\\\\\n-H 'content-type: application\\\/json' \\\\\\n-d '{\\n  \\&quot;items\\&quot;: [\\n    {\\n      \\&quot;platforms\\&quot;: [\\&quot;Meta\\&quot;],\\n      \\&quot;productIdentifier\\&quot;: { \\&quot;merchantProductId\\&quot;: \\&quot;SKU12345\\&quot; }\\n    }\\n  ],\\n  \\&quot;merchantAccount\\&quot;: \\&quot;ADYEN_MERCHANT_ACCOUNT\\&quot;\\n}'&quot;}]\" :enable-copy-link-to-code-block=\"true\" :code-sample-card-size=\"'fullsize'\"><\/code-sample>\n<\/div>\n<p><strong>Delete products from multiple platforms<\/strong><\/p>\n<div data-component-wrapper=\"code-sample\">\n    <code-sample :title=\"'Delete from multiple platforms'\" :id=\"'v1-ingestions-delete-multi'\" :code-data=\"[{&quot;language&quot;:&quot;bash&quot;,&quot;tabTitle&quot;:&quot;&quot;,&quot;content&quot;:&quot;curl -X DELETE https:\\\/\\\/commerce-suite-test.adyen.com\\\/commerce-suite\\\/productFeed\\\/v1\\\/ingestions \\\\\\n-H 'x-api-key: ADYEN_API_KEY' \\\\\\n-H 'idempotency-key: YOUR_IDEMPOTENCY_KEY' \\\\\\n-H 'content-type: application\\\/json' \\\\\\n-d '{\\n  \\&quot;items\\&quot;: [\\n    {\\n      \\&quot;platforms\\&quot;: [\\&quot;Meta\\&quot;, \\&quot;OpenAI\\&quot;],\\n      \\&quot;productIdentifier\\&quot;: { \\&quot;merchantProductId\\&quot;: \\&quot;SKU12345\\&quot; }\\n    },\\n    {\\n      \\&quot;platforms\\&quot;: [\\&quot;Meta\\&quot;, \\&quot;OpenAI\\&quot;],\\n      \\&quot;productIdentifier\\&quot;: { \\&quot;merchantProductId\\&quot;: \\&quot;SKU67890\\&quot; }\\n    }\\n  ],\\n  \\&quot;merchantAccount\\&quot;: \\&quot;ADYEN_MERCHANT_ACCOUNT\\&quot;\\n}'&quot;}]\" :enable-copy-link-to-code-block=\"true\" :code-sample-card-size=\"'fullsize'\"><\/code-sample>\n<\/div>\n<p><strong>Response<\/strong><\/p>\n<div data-component-wrapper=\"code-sample\">\n    <code-sample :title=\"'Response 200 OK'\" :id=\"''\" :code-data='[{\"language\":\"json\",\"tabTitle\":\"\",\"content\":\"{\\n  \\\"ingestionId\\\": \\\"PPKFQ89R6QRXGN82\\\",\\n  \\\"status\\\": \\\"Pending\\\"\\n}\"}]' :enable-copy-link-to-code-block=\"true\" :code-sample-card-size=\"'fullsize'\"><\/code-sample>\n<\/div>\n<h3>GET \/v1\/ingestions\/{ingestionId}<\/h3>\n<p>Returns per-platform processing status. The response contains a <code>platformStatuses<\/code> array so multi-platform ingestions can be tracked independently per target.<\/p>\n<p><strong>Response<\/strong><\/p>\n<div data-component-wrapper=\"code-sample\">\n    <code-sample :title=\"'Response 200 OK'\" :id=\"''\" :code-data='[{\"language\":\"json\",\"tabTitle\":\"\",\"content\":\"{\\n  \\\"ingestionId\\\": \\\"PPKFQ89R6QRXGN82\\\",\\n  \\\"platformStatuses\\\": [\\n    {\\n      \\\"platform\\\": \\\"Meta\\\",\\n      \\\"status\\\": \\\"Processed\\\",\\n      \\\"summary\\\": {\\n        \\\"failed\\\": 0,\\n        \\\"pending\\\": 0,\\n        \\\"processing\\\": 0,\\n        \\\"success\\\": 1,\\n        \\\"total\\\": 1\\n      },\\n      \\\"errors\\\": []\\n    },\\n    {\\n      \\\"platform\\\": \\\"OpenAI\\\",\\n      \\\"status\\\": \\\"Failed\\\",\\n      \\\"summary\\\": {\\n        \\\"failed\\\": 1,\\n        \\\"pending\\\": 0,\\n        \\\"processing\\\": 0,\\n        \\\"success\\\": 0,\\n        \\\"total\\\": 1\\n      },\\n      \\\"errors\\\": [\\n        {\\n          \\\"errorCode\\\": \\\"INVALID_IMAGE_URL\\\",\\n          \\\"merchantProductId\\\": \\\"SKU12345\\\",\\n          \\\"message\\\": \\\"imageUrl is not reachable\\\"\\n        }\\n      ]\\n    }\\n  ]\\n}\"}]' :enable-copy-link-to-code-block=\"true\" :code-sample-card-size=\"'fullsize'\"><\/code-sample>\n<\/div>\n<p>Ingestion status values: Pending, Processing, ProcessingOnPlatform, Succeeded, Failed, Processed.<\/p>","url":"https:\/\/docs.adyen.com\/online-payments\/agentic-commerce\/product-feed-integration","articleFields":{"description":"Direct AI agents to your product feed and process payments with Adyen.","robots":"noindex,nofollow","page_id":"91e5ff2d-640c-4ce7-821d-c5c0e30a5ae3","feedback_component":true,"filters_component":false,"decision_tree":"[]"},"algolia":{"url":"https:\/\/docs.adyen.com\/online-payments\/agentic-commerce\/product-feed-integration","title":"Product Feed API Integration","content":"The Adyen Product Feed API provides a way for you to communicate with our centralized product knowledge hub that synchronizes your inventory with AI platforms. It operates on an asynchronous batch processing model to perform \"semantic mapping\" between your inventory data and industry-standard Agentic Commerce protocols. You can upload batches of information about your inventory to Adyen, and we will synchronize it with AI platforms.\nRequirements\n\n\n\nRequirement\nDescription\n\n\n\n\nIntegration type\nAn existing online payments integration.\n\n\n\nHow it works\nThe Product Feed API enables you to synchronize your product catalog with AI platforms through Adyen's centralized product knowledge hub. Here's how it works:\n\nBatch Ingestion: You upload product data in batches of up to 200 items. Each item declares its target platforms via a platforms array.\nSemantic Mapping: Adyen processes your data and maps it to industry-standard Agentic Commerce protocols.\nAI Platform Synchronization: The mapped data is synchronized with AI platforms like OpenAI and Meta. A single item can target multiple platforms in one request.\nAsynchronous Processing: The API operates asynchronously, so you can check ingestion status later.\n\nAPI Architecture &amp; Operations\nThe API focuses on high-efficiency batch ingestion rather than individual item management. A single ingestion item can be fanned out to multiple AI platforms in a single request via the per-item platforms array.\nBase URL:\n\n\n\nEnvironment\nURL\n\n\n\n\nTest\nhttps:\/\/commerce-suite-test.adyen.com\/commerce-suite\/productFeed\n\n\nLive\nhttps:\/\/commerce-suite.adyen.com\/commerce-suite\/productFeed\n\n\n\nCore Endpoints\n\n\n\nMethod\nPath\nSummary\nDescription\n\n\n\n\nPOST\n\/v1\/ingestions\nIngest a product feed\nIngests a list of up to 200 items for asynchronous processing to OpenAI and\/or Meta. Each item declares its target platforms via platforms. Products omitted from the request remain unchanged.\n\n\nDELETE\n\/v1\/ingestions\nDelete products\nDeletes up to 200 products from one or more AI platforms (Meta, OpenAI) in a single call.\n\n\nGET\n\/v1\/ingestions\/{ingestionId}\nGet product ingestion status\nRetrieves the processing state (Pending, Processing, ProcessingOnPlatform, Succeeded, Failed, Processed) per platform, along with a summary of success\/failure\/pending\/processing counts and per-product errors.\n\n\n\nAuthentication\nSecure your requests using one of the following methods:\n\nX-API-Key: Provide your Adyen API Key in the request header.\nBasic Auth: Standard HTTP Basic authentication is also supported.\n\nComprehensive data schema: UnifiedProductFeedItem\nThe following tables include all fields supported by the UnifiedProductFeedItem schema for OpenAI and Meta integration.\nRouting &amp; Identifiers\n\n\n\n#\nModule\nField Name\nData Type\nDescription \/ Notes\n\n\n\n\n1\nRouting\nplatforms\nArray\\&lt;Enum>\nRequired. Target AI platforms for this item. Values: Meta, OpenAI. A single item can target multiple platforms.\n\n\n2\nIdentifiers\nmerchantProductId\nString\nRequired. Unique Item ID.\n\n\n3\nIdentifiers\nbrand\nString\nManufacturer\/Brand name.\n\n\n4\nIdentifiers\ngtin\nString\nGlobal Trade Item Number (Regex: ^\\d+$).\n\n\n5\nIdentifiers\nmpn\nString\nManufacturer Part Number.\n\n\n\nItem Info\n\n\n\n#\nModule\nField Name\nData Type\nDescription \/ Notes\n\n\n\n\n6\nItem Info\ntitle\nString\nProduct name.\n\n\n7\nItem Info\ndescription\nString\nPlain-text product narrative.\n\n\n8\nItem Info\nurl\nURI\nProduct landing page link.\n\n\n9\nItem Info\neligibleSearch\nBoolean\nVisibility in search engines\/AI agents.\n\n\n10\nItem Info\neligibleCheckout\nBoolean\nDirect purchase eligibility.\n\n\n11\nItem Info\ncondition\nEnum\nNew, Used, Refurbished.\n\n\n12\nItem Info\nageGroup\nEnum\nNewBorn, Infant, Toddler, Kids, Adult, Teen, AllAges.\n\n\n13\nItem Info\nproductCategory\nString\nCategorization path using \">\" separator.\n\n\n14\nItem Info\nmaterial\nString\nPrimary material\/fabric.\n\n\n15\nItem Info\npattern\nString\nDesign pattern description.\n\n\n16\nItem Info\nrichTextDescription\nString\nDescription with HTML support.\n\n\n17\nItem Info\ninternalLabel\nArray\nMerchant-specific tags (e.g., \"summer\", \"trending\").\n\n\n18\nItem Info\ndimension\nObject\nheight, length, width, unit (Regex: ^\\d+\\.\\d{2}$).\n\n\n19\nItem Info\nweight\nObject\nvalue (Regex: ^\\d+\\.\\d{2}$) + unit.\n\n\n\nPricing &amp; Inventory\n\n\n\n#\nModule\nField Name\nData Type\nDescription \/ Notes\n\n\n\n\n20\nPricing\nprice\nObject\nBase price (Currency + Minor Units).\n\n\n21\nPricing\nsalePrice\nObject\nDiscounted price.\n\n\n22\nPricing\nsalePriceStartAt\nISO-8601\nStart of promotion.\n\n\n23\nPricing\nsalePriceEndAt\nISO-8601\nEnd of promotion.\n\n\n24\nPricing\nunitPricingMeasure\nString\nQuantity for unit pricing.\n\n\n25\nPricing\nbaseMeasure\nString\nReference unit for pricing.\n\n\n26\nPricing\npricingTrend\nString\nNarrative context (e.g., \"Lowest price in 6 months\").\n\n\n27\nInventory\navailability\nEnum\nInStock, OutOfStock, PreOrder, BackOrder, Unknown.\n\n\n28\nInventory\navailableAt\nISO-8601\nDate of stock availability.\n\n\n29\nInventory\nexpireAt\nISO-8601\nDate the listing expires.\n\n\n30\nInventory\ninventory\nInteger\nReal-time stock count.\n\n\n31\nInventory\npickupMethod\nEnum\nInStore, Reserve, NotSupported.\n\n\n32\nInventory\npickupSla\nObject\nPickup timeframe (value + unit).\n\n\n\nMedia\n\n\n\n#\nModule\nField Name\nData Type\nDescription \/ Notes\n\n\n\n\n33\nMedia\nimageUrl\nURI\nPrimary product image link.\n\n\n34\nMedia\nadditionalImageUrls\nArray\nSupplementary image links.\n\n\n35\nMedia\nvideoUrls\nArray\nProduct video links.\n\n\n36\nMedia\nmodel3dUrl\nURI\n3D asset link (.glb).\n\n\n\nVariants &amp; Logistics\n\n\n\n#\nModule\nField Name\nData Type\nDescription \/ Notes\n\n\n\n\n37\nVariants\ngroupId\nString\nParent ID for color\/size groups.\n\n\n38\nVariants\nlistingHasVariations\nBoolean\nFlags if item is a parent listing.\n\n\n39\nVariants\nitemGroupTitle\nString\nShared title for the variant group.\n\n\n40\nVariants\ncolor\nString\nProduct color.\n\n\n41\nVariants\nsize\nObject\nvalue + system (sizing system).\n\n\n42\nVariants\ngender\nString\nTarget gender.\n\n\n43\nVariants\nofferId\nString\nUnique offer code per variant.\n\n\n44\nVariants\nvariantDict\nObject\nKey-value pairs for unique attributes.\n\n\n45\nVariants\ncustomVariants\nArray\ncategory, label, number, option.\n\n\n46\nFulfillment\nshipping\nArray\\&lt;Object>\nList of shipping options (service, price, handling\/transit days, weight, country, region).\n\n\n47\nFulfillment\ndigital\nBoolean\nTrue if non-physical product.\n\n\n\nMerchant, Returns &amp; Performance\n\n\n\n#\nModule\nField Name\nData Type\nDescription \/ Notes\n\n\n\n\n48\nMerchant\nsellerName\nString\nRetailer name.\n\n\n49\nMerchant\nmarketplaceSeller\nString\n3rd party seller name.\n\n\n50\nMerchant\nsellerUrl\nURI\nSeller storefront link.\n\n\n51\nMerchant\nsellerPrivacyPolicy\nURI\nPrivacy policy link.\n\n\n52\nMerchant\nsellerTos\nURI\nTerms of Service link.\n\n\n53\nReturns\nacceptsReturns\nBoolean\nReturn eligibility.\n\n\n54\nReturns\nacceptsExchanges\nBoolean\nExchange eligibility.\n\n\n55\nReturns\nreturnDeadlineInDays\nInteger\nReturn window.\n\n\n56\nReturns\nreturnPolicy\nURI\nFull return policy link.\n\n\n57\nPerformance\npopularityScore\nString\nNumeric score (Regex: ^\\d+\\.\\d{2}$).\n\n\n58\nPerformance\nreturnRate\nString\nReturn frequency.\n\n\n\nCompliance, Social &amp; Geo\n\n\n\n#\nModule\nField Name\nData Type\nDescription \/ Notes\n\n\n\n\n59\nCompliance\ncompliances\nArray\nwarning, warningUrl, ageRestriction.\n\n\n60\nSocial\nreview.reviewCount\nInteger\nTotal product reviews.\n\n\n61\nSocial\nreview.starRating\nString\nAverage stars (Regex: ^\\d+\\.\\d{2}$).\n\n\n62\nSocial\nreview.storeReviewCount\nInteger\nTotal store-level reviews.\n\n\n63\nSocial\nreview.storeStarRating\nString\nStore-level stars (Regex: ^\\d+\\.\\d{2}$).\n\n\n64\nSocial\nreview.reviews\nArray\ntitle, content, rating, maxRating, minRating.\n\n\n65\nSocial\nQAndA\nArray\nquestion, answer.\n\n\n66\nRelated\nrelatedProduct.relatedProductId\nString\nID of a similar item.\n\n\n67\nRelated\nrelatedProduct.relationshipType\nEnum\nPartOfSet, RequiredPart, OftenBoughtWith, Substitute, DifferentBrand, Accessory.\n\n\n68\nGeo\ntargetCountries\nArray\nISO-3166-1 alpha-2 codes (e.g., US, CA).\n\n\n69\nGeo\nstoreCountry\nString\nISO country code of the store.\n\n\n70\nGeo\ngeoPrice\nObject\nCountry-specific price.\n\n\n71\nGeo\ngeoAvailability\nObject\nCountry-specific stock.\n\n\n\nData Integrity &amp; Formatting Rules\nPrice Formatting (Minor Units)\nAll price values (price, geoPrice, salePrice, shipping.price) must be integers in minor units.\n\nExample: For USD 20.00, send 2000.\nCurrency Code: Must be the three-letter ISO-4217 code.\n\nMetric Formatting (Regex Strings)\nFields for weight, dimensions, and ratings must be strings with exactly two decimal places.\n\nRequirement: Values must match ^\\\\d+\\\\.\\\\d{2}$.\nAffected Fields: weight.value, dimension.height\/dimension.length\/dimension.width, starRating, storeStarRating, and popularityScore.\n\nBatch Limits\n\nPOST \/v1\/ingestions: up to 200 items per request.\nDELETE \/v1\/ingestions: up to 200 items per request.\n\nExamples\nPOST \/v1\/ingestions\nOpenAI request with only required fields\n\n    \n\nOpenAI request with all supported fields\n\n    \n\nMeta request with only required fields\n\n    \n\nMeta request with all supported fields\n\n    \n\nMulti-platform item (single SKU sent to both Meta and OpenAI)\n\n    \n\nResponse\n\n    \n\nDELETE \/v1\/ingestions\nDelete products from a single platform\n\n    \n\nDelete products from multiple platforms\n\n    \n\nResponse\n\n    \n\nGET \/v1\/ingestions\/{ingestionId}\nReturns per-platform processing status. The response contains a platformStatuses array so multi-platform ingestions can be tracked independently per target.\nResponse\n\n    \n\nIngestion status values: Pending, Processing, ProcessingOnPlatform, Succeeded, Failed, Processed.","type":"page","locale":"en","boost":17,"hierarchy":{"lvl0":"Home","lvl1":"Online payments","lvl2":"Agentic Commerce","lvl3":"Product Feed API Integration"},"hierarchy_url":{"lvl0":"https:\/\/docs.adyen.com\/","lvl1":"https:\/\/docs.adyen.com\/online-payments","lvl2":"https:\/\/docs.adyen.com\/online-payments\/agentic-commerce","lvl3":"\/online-payments\/agentic-commerce\/product-feed-integration"},"levels":4,"category":"Online Payments","category_color":"green","tags":["Product","Integration"]}}
