{"id":533598,"date":"2026-04-10T07:54:37","date_gmt":"2026-04-10T07:54:37","guid":{"rendered":"https:\/\/webkul.com\/blog\/?p=533598"},"modified":"2026-04-10T07:54:43","modified_gmt":"2026-04-10T07:54:43","slug":"user-guide-for-unopim-ai-product-feed","status":"publish","type":"post","link":"https:\/\/webkul.com\/blog\/user-guide-for-unopim-ai-product-feed\/","title":{"rendered":"User Guide For UnoPim AI Product Feed"},"content":{"rendered":"\n<p><a href=\"https:\/\/store.webkul.com\/unopim-ai-product-feed-openai-search.html\" target=\"_blank\" rel=\"noreferrer noopener\"><strong>Open AI Product Feed for UnoPim<\/strong><\/a> helps businesses create a structured product feed from UnoPim that OpenAI can read. <\/p>\n\n\n\n<p>The module allows you to map attributes, generate feeds in TSV or JSON format, and publish them through a secure token-protected URL. <\/p>\n\n\n\n<p>This guide walks you through every step of configuring feed settings, mapping attributes, generating products feed, and submitting the URL to OpenAI.<\/p>\n\n\n\n<div class=\"wk-index-wrap\"><div class=\"block-wrap\">\n<h2 class=\"wp-block-heading index-title\"><strong>Basic Requirements<\/strong><\/h2>\n<\/div><\/div>\n\n\n\n<ul class=\"wp-block-list\">\n<li>UnoPim 1.0.0 instance with  OpenAI Feed package installed.<\/li>\n\n\n\n<li>For UnoPim installation, make sure your server meets these&nbsp;<a href=\"https:\/\/devdocs.unopim.com\/0.1\/introduction\/requirements.html#server-configuration\">system requirements.<\/a><\/li>\n\n\n\n<li>An OpenAI \/ ChatGPT Merchant account for feed submission.<\/li>\n<\/ul>\n\n\n\n<div class=\"wk-index-wrap\"><div class=\"block-wrap\">\n<h3 class=\"wp-block-heading index-title\">Features<\/h3>\n<\/div><\/div>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Generate ChatGPT-compatible product feed from UnoPim in TSV or JSON format.<\/li>\n\n\n\n<li>Protect feed access using a cryptographically secure token-based URL.<\/li>\n\n\n\n<li>Map UnoPim product attributes to OpenAI feed fields through a simple admin interface.<\/li>\n\n\n\n<li>Trigger feed generation manually from the admin panel at any time.<\/li>\n\n\n\n<li>Generate feed on demand from the command line using the Artisan CLI command.<\/li>\n\n\n\n<li>Print the authenticated feed URL directly from the CLI using the &#8211;show-url flag.<\/li>\n\n\n\n<li>Monitor the last 5 feed generation attempts with real-time status polling in the dashboard.<\/li>\n\n\n\n<li>Process large product catalogs in configurable batches to prevent memory errors.<\/li>\n\n\n\n<li>Set target countries and store country for geographic targeting of AI product listings.<\/li>\n<\/ul>\n\n\n\n<div class=\"wk-index-wrap\"><div class=\"block-wrap\">\n<h2 class=\"wp-block-heading index-title\">Installation<\/h2>\n<\/div><\/div>\n\n\n\n<p>Follow the steps below to install the OpenAIFeed Connector in UnoPim.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Step 1: Extract the Extension<\/h2>\n\n\n\n<p>Unzip the extension package and merge the&nbsp;<strong>packages<\/strong>&nbsp;folder into the&nbsp;<strong>project root directory<\/strong>.<\/p>\n\n\n\n<p>Example structure:<\/p>\n\n\n\n<p>\/your-unopim-project<br>\u2514\u2500\u2500 packages\/<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Step 2: Register Service Provider<\/h3>\n\n\n\n<p>Open the file:&nbsp;<code>config\/app.php<\/code><\/p>\n\n\n\n<p>Add the following line under the&nbsp;<code>providers<\/code>&nbsp;array<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\">Webkul\\OpenAIFeed\\Providers\\OpenAIFeedServiceProvider::class,<\/pre>\n\n\n\n<h3 class=\"wp-block-heading\"><a href=\"https:\/\/webkul.com\/blog\/user-guide-for-unopim-icecat-connector\/#step-3-register-psr-4-autoload\"><\/a>Step 3: Register PSR-4 Autoload<\/h3>\n\n\n\n<p>Open the project-level&nbsp;<code>composer.json<\/code>&nbsp;and add the following entry under the&nbsp;<code>psr-4<\/code>&nbsp;section:<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\">&quot;Webkul\\\\OpenAIFeed\\\\&quot;: &quot;packages\/Webkul\/OpenAIFeed\/src&quot;<\/pre>\n\n\n\n<p>This ensures Laravel\/PHP can autoload the connector classes.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><a href=\"https:\/\/webkul.com\/blog\/user-guide-for-unopim-icecat-connector\/#step-4-run-setup-commands\"><\/a>Step 4: Run Setup Commands<\/h3>\n\n\n\n<p>Run the following commands from the project root directory.<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\">composer dump-autoload<\/pre>\n\n\n\n<pre class=\"EnlighterJSRAW\">php artisan migrate<\/pre>\n\n\n\n<pre class=\"EnlighterJSRAW\">php artisan openai-feed:install<\/pre>\n\n\n\n<pre class=\"EnlighterJSRAW\">php artisan optimize:clear<\/pre>\n\n\n\n<p>Note: For UI theme building, run the npm command inside the package folder: packages\/Webkul\/OpenAIFeed<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\">npm i &amp;&amp; npm run build<\/pre>\n\n\n\n<p>You can remove the node_modules after installation.<\/p>\n\n\n\n<p>After the package is installed, the connector appears in the left-hand sidebar of your UnoPim admin panel.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"how-to-use-unopim-icecat-connector\">How to Use UnoPim AI Product Feed for openAI search<\/h2>\n\n\n\n<p>After the package is installed, the connector appears in the left-hand sidebar of your UnoPim admin panel under the label OpenAI Feed.<\/p>\n\n\n\n<p><strong>Admin Panel \u2192 OpenAI Feed<\/strong><\/p>\n\n\n\n<p>Clicking OpenAI Feed expands two sub-menu items:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>General<\/li>\n\n\n\n<li>Configuration<\/li>\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Step 1 \u2014 Configure General Settings<\/strong><\/h3>\n\n\n\n<p>Go to OpenAI Feed \u2192 Configuration. This section controls the core feed behavior. Fill in each field, then click Save Settings in the top-right corner.<\/p>\n\n\n\n<p><strong>Feed Status<\/strong>:  Toggle Feed Enabled to activate the feed. When disabled, the feed URL returns no data even if it has been submitted to OpenAI.<\/p>\n\n\n\n<p><strong>Feed Security Token<\/strong> : Click Generate Token to create a cryptographically secure access token. This token is appended to your feed URL as a query parameter. <\/p>\n\n\n\n<p><strong>Format<\/strong> :  Select your preferred feed format from the dropdown:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>TSV \u2014 Tab Separated Values: Recommended by OpenAI for ChatGPT Search. <\/li>\n\n\n\n<li>JSON: Available for broader AI platform compatibility.<\/li>\n<\/ul>\n\n\n\n<p><strong>Channel &amp; Locale<\/strong> : Select the Channel and Locale that match the storefront you want to expose in the feed.<\/p>\n\n\n\n<p><strong>Currency<\/strong>  : Enter the ISO 4217 currency code for your pricing (e.g., USD, EUR, GBP). This must match a currency configured on the selected channel.<\/p>\n\n\n\n<p><strong>Store \/ Brand Information<\/strong>:  Add <strong>Seller Name<\/strong> and <strong>Seller URL<\/strong>.<\/p>\n\n\n\n<p><strong>OpenAI Commerce Flags <\/strong>: The right-side panel contains additional OpenAI-specific settings:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Eligible for ChatGPT Search: Enable this to allow products to appear in ChatGPT search results.<\/li>\n\n\n\n<li>Eligible for ChatGPT Checkout: currently our connector does not allow this, hence requires is_eligible_search = false .<\/li>\n<\/ul>\n\n\n\n<p><strong>Geography &amp; Targeting (Right Panel)<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Target Countries: ISO 3166-1 alpha-2 country codes, comma-separated (e.g., US, GB, CA).<\/li>\n\n\n\n<li>Store Country: The country where your store is based (e.g., US).<\/li>\n<\/ul>\n\n\n\n<p><em>Click Save Settings before moving to the Configuration tab.<\/em><\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"1120\" height=\"880\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2026\/04\/ss-1-feed-settings-panel.webp\" alt=\"feed-settings-unopim-ai-product-feed-for-openai-search\" class=\"wp-image-534612\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2026\/04\/ss-1-feed-settings-panel.webp 1120w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2026\/04\/ss-1-feed-settings-panel-300x236.webp 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2026\/04\/ss-1-feed-settings-panel-250x196.webp 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2026\/04\/ss-1-feed-settings-panel-768x603.webp 768w\" sizes=\"(max-width: 1120px) 100vw, 1120px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Step 2 \u2014 Attribute Mapping &amp; Configuration<\/strong><\/h3>\n\n\n\n<p>Go to OpenAI Feed \u2192 Configuration. This is where you connect your UnoPim catalog attributes to the fields OpenAI expects in the product feed.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Attribute Mapping<\/strong><\/h3>\n\n\n\n<p>OpenAI requires specific field names in its product feed. Your UnoPim catalog uses your own attribute codes. <\/p>\n\n\n\n<p>The mapping interface bridges the two. For each OpenAI field, select the corresponding UnoPim attribute from the dropdown.<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><tbody><tr><td><strong>OpenAI Field<\/strong><\/td><td><strong>Internal Code<\/strong><\/td><td><strong>Map to UnoPim Attribute<\/strong><\/td><td><strong>Required<\/strong><\/td><\/tr><tr><td><strong>Product Title<\/strong><\/td><td>title<\/td><td><em>name \/ product_name<\/em><\/td><td><strong>Required<\/strong><\/td><\/tr><tr><td><strong>Description<\/strong><\/td><td>description<\/td><td><em>description \/ short_description<\/em><\/td><td><strong>Required<\/strong><\/td><\/tr><tr><td><strong>Brand<\/strong><\/td><td>brand<\/td><td><em>brand \/ manufacturer<\/em><\/td><td><strong>Required<\/strong><\/td><\/tr><tr><td><strong>Price<\/strong><\/td><td>price<\/td><td><em>price \/ retail_price<\/em><\/td><td><strong>Required<\/strong><\/td><\/tr><tr><td><strong>Image \/ Gallery Attribute<\/strong><\/td><td>image<\/td><td><em>base_image \/ gallery_images<\/em><\/td><td><strong>Required<\/strong><\/td><\/tr><tr><td><strong>Sale \/ Special Price<\/strong><\/td><td>sale_price<\/td><td><em>special_price \/ sale_price<\/em><\/td><td>Optional<\/td><\/tr><tr><td><strong>Weight<\/strong><\/td><td>weight<\/td><td><em>weight<\/em><\/td><td>Optional<\/td><\/tr><tr><td><strong>Weight Unit<\/strong><\/td><td>weight_unit<\/td><td><em>weight_unit (e.g. kg, lb)<\/em><\/td><td>Optional<\/td><\/tr><tr><td><strong>Color<\/strong><\/td><td>color<\/td><td><em>color<\/em><\/td><td>Optional<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p><em>Map at minimum: Product Title, Description, Brand, Price, and Image. Required fields cannot be left empty .<\/em><\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"1120\" height=\"880\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2026\/04\/ss-2-attribute-mapping-configuration.webp\" alt=\"attribute-mapping-configuration-unopim-ai-product-feed-for-openai-search\" class=\"wp-image-534617\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2026\/04\/ss-2-attribute-mapping-configuration.webp 1120w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2026\/04\/ss-2-attribute-mapping-configuration-300x236.webp 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2026\/04\/ss-2-attribute-mapping-configuration-250x196.webp 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2026\/04\/ss-2-attribute-mapping-configuration-768x603.webp 768w\" sizes=\"(max-width: 1120px) 100vw, 1120px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<p><em>Save Settings after completing all attribute mapping and configuration fields.<\/em><\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Step 3 \u2014 Generating Your Product Feed<\/strong><\/h3>\n\n\n\n<p>Once settings and attribute mapping are saved, you are ready to generate the feed. There are three ways to trigger feed generation:<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Option A: Manual Generation from Admin Panel<\/strong><\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Go to OpenAI Feed \u2192 General in the admin panel.<\/li>\n\n\n\n<li>Click the Generate Now button.<\/li>\n\n\n\n<li>The dashboard will show the generation attempt status in real time.<\/li>\n\n\n\n<li>Once complete, the feed file is ready at your secure token-protected URL.<\/li>\n<\/ul>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"1120\" height=\"880\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2026\/04\/ss-6-download-feed.webp\" alt=\"generate-feednopim-ai-product-feed-for-openai-search\" class=\"wp-image-534614\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2026\/04\/ss-6-download-feed.webp 1120w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2026\/04\/ss-6-download-feed-300x236.webp 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2026\/04\/ss-6-download-feed-250x196.webp 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2026\/04\/ss-6-download-feed-768x603.webp 768w\" sizes=\"(max-width: 1120px) 100vw, 1120px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<p><em>The dashboard shows the last 5 generation attempts with timestamps and status. Use this to confirm success or identify failures.<\/em><\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Option C: CLI Generation<\/strong><\/h3>\n\n\n\n<p>Generate the feed on demand from the command line:<\/p>\n\n\n\n<p>php artisan openai-feed:generate<\/p>\n\n\n\n<p>To generate the feed and print the authenticated public URL in the terminal:<\/p>\n\n\n\n<p>php artisan openai-feed:generate &#8211;show-url<\/p>\n\n\n\n<p>Copy the output URL \u2014 this is the URL you submit to OpenAI.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Step 4 \u2014 Retrieving Your Feed URL<\/strong><\/h3>\n\n\n\n<p>After the feed is generated, you can retrieve the secure feed URL in two ways:<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>From the Admin Panel<\/strong><\/h3>\n\n\n\n<ul start=\"5\" class=\"wp-block-list\">\n<li>Go to OpenAI Feed \u2192 General.<\/li>\n\n\n\n<li>After a successful generation, a Download Feed button and a Copy URL button appear in the dashboard area.<\/li>\n\n\n\n<li>Click Copy URL to copy the token-authenticated feed URL to your clipboard.<\/li>\n<\/ul>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"1120\" height=\"880\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2026\/04\/ss-6-download-feed.webp\" alt=\"previewfeedurl-unopim-ai-product-feed-for-openai-search\" class=\"wp-image-534614\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2026\/04\/ss-6-download-feed.webp 1120w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2026\/04\/ss-6-download-feed-300x236.webp 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2026\/04\/ss-6-download-feed-250x196.webp 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2026\/04\/ss-6-download-feed-768x603.webp 768w\" sizes=\"(max-width: 1120px) 100vw, 1120px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>From the CLI<\/strong><\/h3>\n\n\n\n<p>Run the following command from your server:<\/p>\n\n\n\n<p>php artisan openai-feed:generate &#8211;show-url<\/p>\n\n\n\n<p>The full URL including the security token is printed to the terminal.<\/p>\n\n\n\n<p><em>The feed URL format is: https:\/\/yourdomain.com\/openai-feed?token=YOUR_SECURE_TOKEN \u2014 the token parameter authenticates the request to OpenAI.<\/em><\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Step 5 \u2014 Submitting the Feed URL to OpenAI<\/strong><\/h3>\n\n\n\n<p>With your feed URL ready, submit it to OpenAI to make your products visible to OpenAI Search.<\/p>\n\n\n\n<ul start=\"8\" class=\"wp-block-list\">\n<li>Log in to your OpenAI Merchant account.<\/li>\n\n\n\n<li>Navigate to the Product Feed or Shopping settings section.<\/li>\n\n\n\n<li>Paste your token-authenticated feed URL into the feed submission field.<\/li>\n\n\n\n<li>Select TSV as the feed format (or JSON if that is what you generated).<\/li>\n\n\n\n<li>Save and submit the feed for OpenAI review.<\/li>\n<\/ul>\n\n\n\n<p>OpenAI will crawl and index your feed. Once approved, your products will begin appearing in ChatGPT search results for relevant queries.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Step 6 \u2014 Monitoring Feed Status<\/strong><\/h3>\n\n\n\n<p>The admin dashboard logs every feed generation attempt. Navigate to OpenAI Feed \u2192 General to view the status panel.<\/p>\n\n\n\n<p>The dashboard shows the last 5 attempts. Each row displays the generation method (manual, cron, CLI), timestamp, and result status.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"1120\" height=\"880\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2026\/04\/ss-6-download-feed.webp\" alt=\"copyurl-unoPim-ai-product-feed-for-openai-search\" class=\"wp-image-534614\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2026\/04\/ss-6-download-feed.webp 1120w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2026\/04\/ss-6-download-feed-300x236.webp 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2026\/04\/ss-6-download-feed-250x196.webp 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2026\/04\/ss-6-download-feed-768x603.webp 768w\" sizes=\"(max-width: 1120px) 100vw, 1120px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<h3 class=\"wp-block-heading\">Step 7 &#8211; Preview Feed<\/h3>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>From the Admin Panel<\/strong><\/h3>\n\n\n\n<ul start=\"5\" class=\"wp-block-list\">\n<li>Go to OpenAI Feed \u2192 General.<\/li>\n\n\n\n<li>Click on Preview Feed .<\/li>\n<\/ul>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"1120\" height=\"880\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2026\/04\/ss-7-feed-preview.webp\" alt=\"feed-previewUnoPim AI Product Feed -for-Open-AI-Search\" class=\"wp-image-534613\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2026\/04\/ss-7-feed-preview.webp 1120w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2026\/04\/ss-7-feed-preview-300x236.webp 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2026\/04\/ss-7-feed-preview-250x196.webp 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2026\/04\/ss-7-feed-preview-768x603.webp 768w\" sizes=\"(max-width: 1120px) 100vw, 1120px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<div class=\"wk-index-wrap\"><div class=\"block-wrap\">\n<h3 class=\"wp-block-heading index-title\">Support<\/h3>\n<\/div><\/div>\n\n\n\n<p>This was all about UnoPim AI Product Feed Connector<strong>.<\/strong>&nbsp;I hope you have got the idea of our module. Thanks for taking the time to read this blog.<\/p>\n\n\n\n<p>And also, please don\u2019t forget to share your feedback and suggestions in the comment box given below.<\/p>\n\n\n\n<p>Moreover, If you have any queries or suggestions, then feel free to add a ticket at our&nbsp;<a rel=\"noreferrer noopener\" href=\"https:\/\/webkul.uvdesk.com\/en\/customer\/create-ticket\/\" target=\"_blank\">HelpDesk<\/a>&nbsp;system or reach out to us at&nbsp;<a href=\"mailto:support@webkul.com\" target=\"_blank\" rel=\"noreferrer noopener\">support@webkul.com<\/a>.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Open AI Product Feed for UnoPim helps businesses create a structured product feed from UnoPim that OpenAI can read. The module allows you to map attributes, generate feeds in TSV or JSON format, and publish them through a secure token-protected URL. This guide walks you through every step of configuring feed settings, mapping attributes, generating <a href=\"https:\/\/webkul.com\/blog\/user-guide-for-unopim-ai-product-feed\/\">[&#8230;]<\/a><\/p>\n","protected":false},"author":680,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[15700],"tags":[15699],"class_list":["post-533598","post","type-post","status-publish","format-standard","hentry","category-unopim","tag-unopim"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v24.5 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>User Guide for UnoPim AI Product Feed for Open AI Search<\/title>\n<meta name=\"description\" content=\"OPen AI Product Feed for UnoPim lets you prepare UnoPim&#039;s product catalog for OpenAI Search.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/webkul.com\/blog\/user-guide-for-unopim-ai-product-feed\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"User Guide for UnoPim AI Product Feed for Open AI Search\" \/>\n<meta property=\"og:description\" content=\"OPen AI Product Feed for UnoPim lets you prepare UnoPim&#039;s product catalog for OpenAI Search.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/webkul.com\/blog\/user-guide-for-unopim-ai-product-feed\/\" \/>\n<meta property=\"og:site_name\" content=\"Webkul Blog\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/webkul\/\" \/>\n<meta property=\"article:published_time\" content=\"2026-04-10T07:54:37+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-04-10T07:54:43+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/webkul.com\/blog\/wp-content\/uploads\/2026\/04\/ss-1-feed-settings-panel.webp\" \/>\n<meta name=\"author\" content=\"Suruchi Kumari\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@webkul\" \/>\n<meta name=\"twitter:site\" content=\"@webkul\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Suruchi Kumari\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"7 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/webkul.com\/blog\/user-guide-for-unopim-ai-product-feed\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/webkul.com\/blog\/user-guide-for-unopim-ai-product-feed\/\"},\"author\":{\"name\":\"Suruchi Kumari\",\"@id\":\"https:\/\/webkul.com\/blog\/#\/schema\/person\/3a790a09e5009cb20f476973122368b9\"},\"headline\":\"User Guide For UnoPim AI Product Feed\",\"datePublished\":\"2026-04-10T07:54:37+00:00\",\"dateModified\":\"2026-04-10T07:54:43+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/webkul.com\/blog\/user-guide-for-unopim-ai-product-feed\/\"},\"wordCount\":1261,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/webkul.com\/blog\/#organization\"},\"image\":{\"@id\":\"https:\/\/webkul.com\/blog\/user-guide-for-unopim-ai-product-feed\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/webkul.com\/blog\/wp-content\/uploads\/2026\/04\/ss-1-feed-settings-panel.webp\",\"keywords\":[\"unopim\"],\"articleSection\":[\"unopim\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/webkul.com\/blog\/user-guide-for-unopim-ai-product-feed\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/webkul.com\/blog\/user-guide-for-unopim-ai-product-feed\/\",\"url\":\"https:\/\/webkul.com\/blog\/user-guide-for-unopim-ai-product-feed\/\",\"name\":\"User Guide for UnoPim AI Product Feed for Open AI Search\",\"isPartOf\":{\"@id\":\"https:\/\/webkul.com\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/webkul.com\/blog\/user-guide-for-unopim-ai-product-feed\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/webkul.com\/blog\/user-guide-for-unopim-ai-product-feed\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/webkul.com\/blog\/wp-content\/uploads\/2026\/04\/ss-1-feed-settings-panel.webp\",\"datePublished\":\"2026-04-10T07:54:37+00:00\",\"dateModified\":\"2026-04-10T07:54:43+00:00\",\"description\":\"OPen AI Product Feed for UnoPim lets you prepare UnoPim's product catalog for OpenAI Search.\",\"breadcrumb\":{\"@id\":\"https:\/\/webkul.com\/blog\/user-guide-for-unopim-ai-product-feed\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/webkul.com\/blog\/user-guide-for-unopim-ai-product-feed\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/webkul.com\/blog\/user-guide-for-unopim-ai-product-feed\/#primaryimage\",\"url\":\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2026\/04\/ss-1-feed-settings-panel.webp\",\"contentUrl\":\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2026\/04\/ss-1-feed-settings-panel.webp\",\"width\":1120,\"height\":880,\"caption\":\"ss-1-feed-settings-panel\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/webkul.com\/blog\/user-guide-for-unopim-ai-product-feed\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/webkul.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"User Guide For UnoPim AI Product Feed\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/webkul.com\/blog\/#website\",\"url\":\"https:\/\/webkul.com\/blog\/\",\"name\":\"Webkul Blog\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/webkul.com\/blog\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/webkul.com\/blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/webkul.com\/blog\/#organization\",\"name\":\"WebKul Software Private Limited\",\"url\":\"https:\/\/webkul.com\/blog\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/webkul.com\/blog\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/08\/webkul-logo-accent-sq.png\",\"contentUrl\":\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/08\/webkul-logo-accent-sq.png\",\"width\":380,\"height\":380,\"caption\":\"WebKul Software Private Limited\"},\"image\":{\"@id\":\"https:\/\/webkul.com\/blog\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/webkul\/\",\"https:\/\/x.com\/webkul\",\"https:\/\/www.instagram.com\/webkul\/\",\"https:\/\/www.linkedin.com\/company\/webkul\",\"https:\/\/www.youtube.com\/user\/webkul\/\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/webkul.com\/blog\/#\/schema\/person\/3a790a09e5009cb20f476973122368b9\",\"name\":\"Suruchi Kumari\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/webkul.com\/blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/5012033c1909d5dd46ab361446b107e5617654faa1902e4bc68a7eced4d48e0c?s=96&d=https%3A%2F%2Fcdnblog.webkul.com%2Fblog%2Fwp-content%2Fuploads%2F2019%2F10%2Feva.png&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/5012033c1909d5dd46ab361446b107e5617654faa1902e4bc68a7eced4d48e0c?s=96&d=https%3A%2F%2Fcdnblog.webkul.com%2Fblog%2Fwp-content%2Fuploads%2F2019%2F10%2Feva.png&r=g\",\"caption\":\"Suruchi Kumari\"},\"url\":\"https:\/\/webkul.com\/blog\/author\/suruchi-qa322\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"User Guide for UnoPim AI Product Feed for Open AI Search","description":"OPen AI Product Feed for UnoPim lets you prepare UnoPim's product catalog for OpenAI Search.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/webkul.com\/blog\/user-guide-for-unopim-ai-product-feed\/","og_locale":"en_US","og_type":"article","og_title":"User Guide for UnoPim AI Product Feed for Open AI Search","og_description":"OPen AI Product Feed for UnoPim lets you prepare UnoPim's product catalog for OpenAI Search.","og_url":"https:\/\/webkul.com\/blog\/user-guide-for-unopim-ai-product-feed\/","og_site_name":"Webkul Blog","article_publisher":"https:\/\/www.facebook.com\/webkul\/","article_published_time":"2026-04-10T07:54:37+00:00","article_modified_time":"2026-04-10T07:54:43+00:00","og_image":[{"url":"https:\/\/webkul.com\/blog\/wp-content\/uploads\/2026\/04\/ss-1-feed-settings-panel.webp","type":"","width":"","height":""}],"author":"Suruchi Kumari","twitter_card":"summary_large_image","twitter_creator":"@webkul","twitter_site":"@webkul","twitter_misc":{"Written by":"Suruchi Kumari","Est. reading time":"7 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/webkul.com\/blog\/user-guide-for-unopim-ai-product-feed\/#article","isPartOf":{"@id":"https:\/\/webkul.com\/blog\/user-guide-for-unopim-ai-product-feed\/"},"author":{"name":"Suruchi Kumari","@id":"https:\/\/webkul.com\/blog\/#\/schema\/person\/3a790a09e5009cb20f476973122368b9"},"headline":"User Guide For UnoPim AI Product Feed","datePublished":"2026-04-10T07:54:37+00:00","dateModified":"2026-04-10T07:54:43+00:00","mainEntityOfPage":{"@id":"https:\/\/webkul.com\/blog\/user-guide-for-unopim-ai-product-feed\/"},"wordCount":1261,"commentCount":0,"publisher":{"@id":"https:\/\/webkul.com\/blog\/#organization"},"image":{"@id":"https:\/\/webkul.com\/blog\/user-guide-for-unopim-ai-product-feed\/#primaryimage"},"thumbnailUrl":"https:\/\/webkul.com\/blog\/wp-content\/uploads\/2026\/04\/ss-1-feed-settings-panel.webp","keywords":["unopim"],"articleSection":["unopim"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/webkul.com\/blog\/user-guide-for-unopim-ai-product-feed\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/webkul.com\/blog\/user-guide-for-unopim-ai-product-feed\/","url":"https:\/\/webkul.com\/blog\/user-guide-for-unopim-ai-product-feed\/","name":"User Guide for UnoPim AI Product Feed for Open AI Search","isPartOf":{"@id":"https:\/\/webkul.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/webkul.com\/blog\/user-guide-for-unopim-ai-product-feed\/#primaryimage"},"image":{"@id":"https:\/\/webkul.com\/blog\/user-guide-for-unopim-ai-product-feed\/#primaryimage"},"thumbnailUrl":"https:\/\/webkul.com\/blog\/wp-content\/uploads\/2026\/04\/ss-1-feed-settings-panel.webp","datePublished":"2026-04-10T07:54:37+00:00","dateModified":"2026-04-10T07:54:43+00:00","description":"OPen AI Product Feed for UnoPim lets you prepare UnoPim's product catalog for OpenAI Search.","breadcrumb":{"@id":"https:\/\/webkul.com\/blog\/user-guide-for-unopim-ai-product-feed\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/webkul.com\/blog\/user-guide-for-unopim-ai-product-feed\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/webkul.com\/blog\/user-guide-for-unopim-ai-product-feed\/#primaryimage","url":"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2026\/04\/ss-1-feed-settings-panel.webp","contentUrl":"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2026\/04\/ss-1-feed-settings-panel.webp","width":1120,"height":880,"caption":"ss-1-feed-settings-panel"},{"@type":"BreadcrumbList","@id":"https:\/\/webkul.com\/blog\/user-guide-for-unopim-ai-product-feed\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/webkul.com\/blog\/"},{"@type":"ListItem","position":2,"name":"User Guide For UnoPim AI Product Feed"}]},{"@type":"WebSite","@id":"https:\/\/webkul.com\/blog\/#website","url":"https:\/\/webkul.com\/blog\/","name":"Webkul Blog","description":"","publisher":{"@id":"https:\/\/webkul.com\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/webkul.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/webkul.com\/blog\/#organization","name":"WebKul Software Private Limited","url":"https:\/\/webkul.com\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/webkul.com\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/08\/webkul-logo-accent-sq.png","contentUrl":"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/08\/webkul-logo-accent-sq.png","width":380,"height":380,"caption":"WebKul Software Private Limited"},"image":{"@id":"https:\/\/webkul.com\/blog\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/webkul\/","https:\/\/x.com\/webkul","https:\/\/www.instagram.com\/webkul\/","https:\/\/www.linkedin.com\/company\/webkul","https:\/\/www.youtube.com\/user\/webkul\/"]},{"@type":"Person","@id":"https:\/\/webkul.com\/blog\/#\/schema\/person\/3a790a09e5009cb20f476973122368b9","name":"Suruchi Kumari","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/webkul.com\/blog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/5012033c1909d5dd46ab361446b107e5617654faa1902e4bc68a7eced4d48e0c?s=96&d=https%3A%2F%2Fcdnblog.webkul.com%2Fblog%2Fwp-content%2Fuploads%2F2019%2F10%2Feva.png&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/5012033c1909d5dd46ab361446b107e5617654faa1902e4bc68a7eced4d48e0c?s=96&d=https%3A%2F%2Fcdnblog.webkul.com%2Fblog%2Fwp-content%2Fuploads%2F2019%2F10%2Feva.png&r=g","caption":"Suruchi Kumari"},"url":"https:\/\/webkul.com\/blog\/author\/suruchi-qa322\/"}]}},"amp_enabled":true,"_links":{"self":[{"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/posts\/533598","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/users\/680"}],"replies":[{"embeddable":true,"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/comments?post=533598"}],"version-history":[{"count":22,"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/posts\/533598\/revisions"}],"predecessor-version":[{"id":534857,"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/posts\/533598\/revisions\/534857"}],"wp:attachment":[{"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/media?parent=533598"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/categories?post=533598"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/tags?post=533598"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}