{"id":531352,"date":"2026-03-30T06:09:42","date_gmt":"2026-03-30T06:09:42","guid":{"rendered":"https:\/\/webkul.com\/blog\/?p=531352"},"modified":"2026-03-30T06:48:33","modified_gmt":"2026-03-30T06:48:33","slug":"user-guide-for-unopim-icecat-connector","status":"publish","type":"post","link":"https:\/\/webkul.com\/blog\/user-guide-for-unopim-icecat-connector\/","title":{"rendered":"User Guide for UnoPim Icecat Connector"},"content":{"rendered":"\n<p><a href=\"https:\/\/store.webkul.com\/unopim-icecat-connector.html\" target=\"_blank\" rel=\"noreferrer noopener\"><strong>UnoPim Icecat Connector<\/strong><\/a> helps enrich your product catalog using data from the Icecat database.<\/p>\n\n\n\n<p>It enables you to import specifications, descriptions, images, and other product details to maintain accurate and consistent product information.<\/p>\n\n\n\n<p>You can perform bulk enrichment using the Icecat product enrichment job .<\/p>\n\n\n\n<p>You can update individual products directly from the product edit page via <em>More \u2192 Icecat Fetch<\/em>, ensuring flexibility and efficiency in managing your catalog.<\/p>\n\n\n\n<p>It integrates seamlessly with the Icecat Open Catalog. This connector is designed to work with simple products, ensuring accurate and efficient data enrichment based on unique identifiers like EAN, brand, or product codes.<\/p>\n\n\n\n<div class=\"wk-index-wrap\"><div class=\"block-wrap\">\n<h3 class=\"wp-block-heading index-title\">Basic Requirement<\/h3>\n<\/div><\/div>\n\n\n\n<ul class=\"wp-block-list\">\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>This module works with UnoPim version v1.0.0<\/li>\n<\/ul>\n\n\n\n<div class=\"wk-index-wrap\"><div class=\"block-wrap\">\n<h3 class=\"wp-block-heading index-title\">Feature<\/h3>\n<\/div><\/div>\n\n\n\n<p>UnoPim Icecat Connector simplifies product data enrichment by integrating Icecat data into your UnoPim catalog with structured mapping and flexible import options.<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Product Matching via Identifiers : <\/strong>Match products using EAN, Product Code, and Brand for accurate data enrichment.<\/li>\n\n\n\n<li><strong>Support for Simple Products: <\/strong>Supports simple products for focused and reliable enrichment.<\/li>\n\n\n\n<li><strong>Common Attribute Mapping: <\/strong>Map key Icecat fields like EAN, Product Code, Vendor (Brand), Name, Title, Description, Short Description, Summary Description, Short Summary Description, and Pictures with UnoPim attributes.<\/li>\n\n\n\n<li><strong>Bulk Icecat Feature Mapping  import:<\/strong> Import a large set of Icecat feature attributes using the <strong>Icecat Feature Mapping<\/strong> import job.<\/li>\n\n\n\n<li><strong>Feature Mapping &amp; Attribute Setup: <\/strong>Select required feature attributes and assign UnoPim attribute types to the structure specification data.<\/li>\n\n\n\n<li><strong>Attribute Import &amp; Mapping:<\/strong> Create attributes via the Icecat Attribute Import job and map them for proper data synchronization.<\/li>\n\n\n\n<li><strong>Product Enrichment Options:<\/strong> Enrich products in bulk (Icecat Import Enrich Product import job) or individually via More \u2192 Icecat Fetch.<\/li>\n\n\n\n<li><strong>Locale Mapping Support:<\/strong> Map Icecat and UnoPim locales to manage multilingual product data. Select Locate as needed while enrichment.<\/li>\n<\/ul>\n\n\n\n<div class=\"wk-index-wrap\"><div class=\"block-wrap\">\n<h3 class=\"wp-block-heading index-title\">Installation<\/h3>\n<\/div><\/div>\n\n\n\n<p>Follow the steps below to install the Icecat Connector in UnoPim.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><a href=\"#step-1-extract-the-extension\"><\/a>Step 1: Extract the Extension<\/h3>\n\n\n\n<p>Unzip the extension package and merge the <strong>packages<\/strong> folder into the <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\"><a href=\"#step-2-register-service-provider\"><\/a>Step 2: Register Service Provider<\/h3>\n\n\n\n<p>Open the file: <code>config\/app.php<\/code><\/p>\n\n\n\n<p>Add the following line under the <code>providers<\/code> array:<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\">Webkul\\Icecat\\Providers\\IcecatServiceProvider::class,<\/pre>\n\n\n\n<h3 class=\"wp-block-heading\"><a href=\"#step-3-register-psr-4-autoload\"><\/a>Step 3: Register PSR-4 Autoload<\/h3>\n\n\n\n<p>Open the project-level <code>composer.json<\/code> and add the following entry under the <code>psr-4<\/code> section:<\/p>\n\n\n\n<p>This ensures Laravel\/PHP can autoload the connector classes.<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\">&quot;Webkul\\\\Icecat\\\\&quot;: &quot;packages\/Webkul\/Icecat\/src&quot;<\/pre>\n\n\n\n<h3 class=\"wp-block-heading\"><a href=\"#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<ol class=\"wp-block-list\">\n<li>Dump Composer Autoload<\/li>\n<\/ol>\n\n\n\n<pre class=\"EnlighterJSRAW\">composer dump-autoload<\/pre>\n\n\n\n<ol start=\"2\" class=\"wp-block-list\">\n<li>Install Icecat Package (installer command provided by the package)<\/li>\n<\/ol>\n\n\n\n<pre class=\"EnlighterJSRAW\">php artisan icecat:install<\/pre>\n\n\n\n<ol start=\"3\" class=\"wp-block-list\">\n<li>Restart Queue Worker<\/li>\n<\/ol>\n\n\n\n<pre class=\"EnlighterJSRAW\">php artisan queue:restart<\/pre>\n\n\n\n<p>After running the installer, the package will publish migrations, config files and seeders (if any) required by the connector.<\/p>\n\n\n\n<div class=\"wk-index-wrap\"><div class=\"block-wrap\">\n<h2 class=\"wp-block-heading index-title\">How to Use UnoPim Icecat Connector<\/h2>\n<\/div><\/div>\n\n\n\n<p>After installing the connector, follow the steps below to configure and use it for product data enrichment.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Setup Credential<\/strong><\/h3>\n\n\n\n<p>Note: You must first create a profile on Icecat\u2019s end, where you must provide all of your information, including your username, password, and email address.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"1200\" height=\"596\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2026\/03\/icecatsetup.webp\" alt=\"IcecatCredentialsetup\" class=\"wp-image-532316\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2026\/03\/icecatsetup.webp 1200w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2026\/03\/icecatsetup-300x149.webp 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2026\/03\/icecatsetup-250x124.webp 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2026\/03\/icecatsetup-768x381.webp 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<h3 class=\"wp-block-heading\">Step1 : Add Icecat Credentials<\/h3>\n\n\n\n<p>After installing the connector, follow the steps below to configure and use it for product data enrichment.<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Navigate to <strong>Icecat \u2192 Credentials<\/strong><\/li>\n\n\n\n<li>Click on <strong>Add Credential<\/strong><\/li>\n\n\n\n<li>Enter your Icecat account details<\/li>\n\n\n\n<li>Save the credentials<\/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\/03\/setup.webp\" alt=\"IcecatConnectionsetupUnoPim Icecat Connector\" class=\"wp-image-533124\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2026\/03\/setup.webp 1120w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2026\/03\/setup-300x236.webp 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2026\/03\/setup-250x196.webp 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2026\/03\/setup-768x603.webp 768w\" sizes=\"(max-width: 1120px) 100vw, 1120px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<p>This will establish the connection between UnoPim and Icecat.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Step 2: Configure Common Attribute Mapping<\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Go to <strong>Attribute Mapping<\/strong><\/li>\n\n\n\n<li>Map Icecat fields with UnoPim attributes such as:\n<ul class=\"wp-block-list\">\n<li>EAN<\/li>\n\n\n\n<li>Product Code<\/li>\n\n\n\n<li>Brand<\/li>\n\n\n\n<li>Name<\/li>\n\n\n\n<li>Description<\/li>\n\n\n\n<li>Images<\/li>\n<\/ul>\n<\/li>\n\n\n\n<li>Save the Attribute mapping page<\/li>\n<\/ul>\n\n\n\n<p>This step ensures correct product identification during enrichment.<\/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\/03\/attributemapping.webp\" alt=\"AttributemappingUnoPim Icecat Connector\" class=\"wp-image-533125\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2026\/03\/attributemapping.webp 1120w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2026\/03\/attributemapping-300x236.webp 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2026\/03\/attributemapping-250x196.webp 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2026\/03\/attributemapping-768x603.webp 768w\" sizes=\"(max-width: 1120px) 100vw, 1120px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<h3 class=\"wp-block-heading\">Step 3: Run Icecat Feature Mapping Import job<\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Navigate to <strong>Import Jobs<\/strong><\/li>\n\n\n\n<li>Run the <strong>Icecat<\/strong> <strong>Feature Mapping Import<\/strong> job<\/li>\n<\/ul>\n\n\n\n<p>This will import a large set of Icecat feature attributes (specifications), which will be available in the Feature Mapping section.<\/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\/03\/fetauremappingjob.webp\" alt=\"FetauremappingjobUnoPim Icecat Connector\" class=\"wp-image-533126\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2026\/03\/fetauremappingjob.webp 1120w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2026\/03\/fetauremappingjob-300x236.webp 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2026\/03\/fetauremappingjob-250x196.webp 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2026\/03\/fetauremappingjob-768x603.webp 768w\" sizes=\"(max-width: 1120px) 100vw, 1120px\" loading=\"lazy\" \/><\/figure>\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\/03\/importedfetauremapping.webp\" alt=\"Importedfetauremapping\" class=\"wp-image-533128\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2026\/03\/importedfetauremapping.webp 1120w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2026\/03\/importedfetauremapping-300x236.webp 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2026\/03\/importedfetauremapping-250x196.webp 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2026\/03\/importedfetauremapping-768x603.webp 768w\" sizes=\"(max-width: 1120px) 100vw, 1120px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<h3 class=\"wp-block-heading\">Step 4: Configure Feature Mapping &amp; Attribute Types<\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Go to <strong>Feature Mapping<\/strong><\/li>\n\n\n\n<li>Select the required Icecat feature attributes<\/li>\n\n\n\n<li>Assign appropriate UnoPim attribute types (text, select, textarea, etc.)<\/li>\n<\/ul>\n\n\n\n<p>This defines how specification data will be structured in UnoPim.<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Run the <strong>Icecat<\/strong> <strong>Attribute Import<\/strong> job<\/li>\n<\/ul>\n\n\n\n<p>This will create UnoPim attributes based on the selected Icecat features and assigned types.<\/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\/03\/createdunopimarttribute-1.webp\" alt=\"DynamicallycreatedicecatAttributeUnoPim Icecat Connector\" class=\"wp-image-533191\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2026\/03\/createdunopimarttribute-1.webp 1120w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2026\/03\/createdunopimarttribute-1-300x236.webp 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2026\/03\/createdunopimarttribute-1-250x196.webp 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2026\/03\/createdunopimarttribute-1-768x603.webp 768w\" sizes=\"(max-width: 1120px) 100vw, 1120px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<h3 class=\"wp-block-heading\">Step 6: Map Imported Attributes<\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Return to <strong>Attribute Mapping<\/strong><\/li>\n\n\n\n<li>Map newly created attributes with corresponding Icecat features<\/li>\n\n\n\n<li>Save the configuration<\/li>\n<\/ul>\n\n\n\n<p>This ensures proper data synchronization.<\/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\/03\/mappedattribute.webp\" alt=\"MappedattributeUnoPim Icecat Connector\" class=\"wp-image-533137\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2026\/03\/mappedattribute.webp 1120w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2026\/03\/mappedattribute-300x236.webp 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2026\/03\/mappedattribute-250x196.webp 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2026\/03\/mappedattribute-768x603.webp 768w\" sizes=\"(max-width: 1120px) 100vw, 1120px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<h3 class=\"wp-block-heading\">Step 7: Configure Locale Mapping (Optional)<\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Navigate to <strong>Locale Mapping<\/strong><\/li>\n\n\n\n<li>Map Icecat locales with UnoPim locales<\/li>\n<\/ul>\n\n\n\n<p>This enables multilingual product data enrichment.<\/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\/03\/loaclemapping.webp\" alt=\"LoaclemappingUnoPim Icecat Connector\" class=\"wp-image-533139\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2026\/03\/loaclemapping.webp 1120w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2026\/03\/loaclemapping-300x236.webp 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2026\/03\/loaclemapping-250x196.webp 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2026\/03\/loaclemapping-768x603.webp 768w\" sizes=\"(max-width: 1120px) 100vw, 1120px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<h3 class=\"wp-block-heading\">Step 8: Create a Simple Product<\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Navigate to <strong>Catalog \u2192 Products<\/strong><\/li>\n\n\n\n<li>Click on <strong>Create Product<\/strong><\/li>\n\n\n\n<li>Choose <strong>Simple Product<\/strong> type<\/li>\n\n\n\n<li>Select the <strong>Attribute Family<\/strong> (where all Icecat attributes are assigned)<\/li>\n\n\n\n<li>Enter the <strong>SKU<\/strong> based on your mapping (e.g., Icecat Product Code if mapped as SKU)<\/li>\n\n\n\n<li>click save and update the mandatory fields like Brand on Edit page.<\/li>\n\n\n\n<li>Select the <strong>Brand<\/strong><\/li>\n\n\n\n<li>Enter the <strong>EAN<\/strong> (if available)<\/li>\n\n\n\n<li>Click <strong>Save<\/strong> <\/li>\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading\">Step 9: Enrich Products<\/h3>\n\n\n\n<p><strong>For Bulk Icecat catalog Enrichment:<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Go to the <strong>Import Section<\/strong><\/li>\n\n\n\n<li>Run <strong>Icecat Import Enrich Product<\/strong> Import job<\/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\/03\/enrichedjob.webp\" alt=\"EnrichedjobUnoPim Icecat Connector\" class=\"wp-image-533140\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2026\/03\/enrichedjob.webp 1120w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2026\/03\/enrichedjob-300x236.webp 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2026\/03\/enrichedjob-250x196.webp 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2026\/03\/enrichedjob-768x603.webp 768w\" sizes=\"(max-width: 1120px) 100vw, 1120px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<p><strong>For Single Product Enrichment:<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Open product edit page<\/li>\n\n\n\n<li>Click <strong>More \u2192 Icecat Fetch<\/strong><\/li>\n<\/ul>\n\n\n\n<p>Product data such as descriptions, specifications, and images will be fetched from Icecat.<\/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\/03\/enrichedsku-1.webp\" alt=\"EnrichedskuUnoPim Icecat Connector\" class=\"wp-image-533145\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2026\/03\/enrichedsku-1.webp 1120w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2026\/03\/enrichedsku-1-300x236.webp 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2026\/03\/enrichedsku-1-250x196.webp 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2026\/03\/enrichedsku-1-768x603.webp 768w\" sizes=\"(max-width: 1120px) 100vw, 1120px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"support\">Support<\/h3>\n\n\n\n<p>This was all about UnoPim Icecat 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>UnoPim Icecat Connector helps enrich your product catalog using data from the Icecat database. It enables you to import specifications, descriptions, images, and other product details to maintain accurate and consistent product information. You can perform bulk enrichment using the Icecat product enrichment job . You can update individual products directly from the product edit <a href=\"https:\/\/webkul.com\/blog\/user-guide-for-unopim-icecat-connector\/\">[&#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-531352","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 Icecat Connector<\/title>\n<meta name=\"description\" content=\"UnoPim Icecat Connector imports and enriches product data from Icecat, including images, specifications, and multilingual content.\" \/>\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-icecat-connector\/\" \/>\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 Icecat Connector\" \/>\n<meta property=\"og:description\" content=\"UnoPim Icecat Connector imports and enriches product data from Icecat, including images, specifications, and multilingual content.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/webkul.com\/blog\/user-guide-for-unopim-icecat-connector\/\" \/>\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-03-30T06:09:42+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-03-30T06:48:33+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/webkul.com\/blog\/wp-content\/uploads\/2026\/03\/icecatsetup.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=\"6 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-icecat-connector\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/webkul.com\/blog\/user-guide-for-unopim-icecat-connector\/\"},\"author\":{\"name\":\"Suruchi Kumari\",\"@id\":\"https:\/\/webkul.com\/blog\/#\/schema\/person\/3a790a09e5009cb20f476973122368b9\"},\"headline\":\"User Guide for UnoPim Icecat Connector\",\"datePublished\":\"2026-03-30T06:09:42+00:00\",\"dateModified\":\"2026-03-30T06:48:33+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/webkul.com\/blog\/user-guide-for-unopim-icecat-connector\/\"},\"wordCount\":881,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/webkul.com\/blog\/#organization\"},\"image\":{\"@id\":\"https:\/\/webkul.com\/blog\/user-guide-for-unopim-icecat-connector\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/webkul.com\/blog\/wp-content\/uploads\/2026\/03\/icecatsetup.webp\",\"keywords\":[\"unopim\"],\"articleSection\":[\"unopim\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/webkul.com\/blog\/user-guide-for-unopim-icecat-connector\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/webkul.com\/blog\/user-guide-for-unopim-icecat-connector\/\",\"url\":\"https:\/\/webkul.com\/blog\/user-guide-for-unopim-icecat-connector\/\",\"name\":\"User Guide for UnoPim Icecat Connector\",\"isPartOf\":{\"@id\":\"https:\/\/webkul.com\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/webkul.com\/blog\/user-guide-for-unopim-icecat-connector\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/webkul.com\/blog\/user-guide-for-unopim-icecat-connector\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/webkul.com\/blog\/wp-content\/uploads\/2026\/03\/icecatsetup.webp\",\"datePublished\":\"2026-03-30T06:09:42+00:00\",\"dateModified\":\"2026-03-30T06:48:33+00:00\",\"description\":\"UnoPim Icecat Connector imports and enriches product data from Icecat, including images, specifications, and multilingual content.\",\"breadcrumb\":{\"@id\":\"https:\/\/webkul.com\/blog\/user-guide-for-unopim-icecat-connector\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/webkul.com\/blog\/user-guide-for-unopim-icecat-connector\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/webkul.com\/blog\/user-guide-for-unopim-icecat-connector\/#primaryimage\",\"url\":\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2026\/03\/icecatsetup.webp\",\"contentUrl\":\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2026\/03\/icecatsetup.webp\",\"width\":1200,\"height\":596,\"caption\":\"icecatsetup\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/webkul.com\/blog\/user-guide-for-unopim-icecat-connector\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/webkul.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"User Guide for UnoPim Icecat Connector\"}]},{\"@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 Icecat Connector","description":"UnoPim Icecat Connector imports and enriches product data from Icecat, including images, specifications, and multilingual content.","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-icecat-connector\/","og_locale":"en_US","og_type":"article","og_title":"User Guide for UnoPim Icecat Connector","og_description":"UnoPim Icecat Connector imports and enriches product data from Icecat, including images, specifications, and multilingual content.","og_url":"https:\/\/webkul.com\/blog\/user-guide-for-unopim-icecat-connector\/","og_site_name":"Webkul Blog","article_publisher":"https:\/\/www.facebook.com\/webkul\/","article_published_time":"2026-03-30T06:09:42+00:00","article_modified_time":"2026-03-30T06:48:33+00:00","og_image":[{"url":"https:\/\/webkul.com\/blog\/wp-content\/uploads\/2026\/03\/icecatsetup.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":"6 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/webkul.com\/blog\/user-guide-for-unopim-icecat-connector\/#article","isPartOf":{"@id":"https:\/\/webkul.com\/blog\/user-guide-for-unopim-icecat-connector\/"},"author":{"name":"Suruchi Kumari","@id":"https:\/\/webkul.com\/blog\/#\/schema\/person\/3a790a09e5009cb20f476973122368b9"},"headline":"User Guide for UnoPim Icecat Connector","datePublished":"2026-03-30T06:09:42+00:00","dateModified":"2026-03-30T06:48:33+00:00","mainEntityOfPage":{"@id":"https:\/\/webkul.com\/blog\/user-guide-for-unopim-icecat-connector\/"},"wordCount":881,"commentCount":0,"publisher":{"@id":"https:\/\/webkul.com\/blog\/#organization"},"image":{"@id":"https:\/\/webkul.com\/blog\/user-guide-for-unopim-icecat-connector\/#primaryimage"},"thumbnailUrl":"https:\/\/webkul.com\/blog\/wp-content\/uploads\/2026\/03\/icecatsetup.webp","keywords":["unopim"],"articleSection":["unopim"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/webkul.com\/blog\/user-guide-for-unopim-icecat-connector\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/webkul.com\/blog\/user-guide-for-unopim-icecat-connector\/","url":"https:\/\/webkul.com\/blog\/user-guide-for-unopim-icecat-connector\/","name":"User Guide for UnoPim Icecat Connector","isPartOf":{"@id":"https:\/\/webkul.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/webkul.com\/blog\/user-guide-for-unopim-icecat-connector\/#primaryimage"},"image":{"@id":"https:\/\/webkul.com\/blog\/user-guide-for-unopim-icecat-connector\/#primaryimage"},"thumbnailUrl":"https:\/\/webkul.com\/blog\/wp-content\/uploads\/2026\/03\/icecatsetup.webp","datePublished":"2026-03-30T06:09:42+00:00","dateModified":"2026-03-30T06:48:33+00:00","description":"UnoPim Icecat Connector imports and enriches product data from Icecat, including images, specifications, and multilingual content.","breadcrumb":{"@id":"https:\/\/webkul.com\/blog\/user-guide-for-unopim-icecat-connector\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/webkul.com\/blog\/user-guide-for-unopim-icecat-connector\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/webkul.com\/blog\/user-guide-for-unopim-icecat-connector\/#primaryimage","url":"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2026\/03\/icecatsetup.webp","contentUrl":"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2026\/03\/icecatsetup.webp","width":1200,"height":596,"caption":"icecatsetup"},{"@type":"BreadcrumbList","@id":"https:\/\/webkul.com\/blog\/user-guide-for-unopim-icecat-connector\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/webkul.com\/blog\/"},{"@type":"ListItem","position":2,"name":"User Guide for UnoPim Icecat Connector"}]},{"@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\/531352","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=531352"}],"version-history":[{"count":17,"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/posts\/531352\/revisions"}],"predecessor-version":[{"id":533307,"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/posts\/531352\/revisions\/533307"}],"wp:attachment":[{"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/media?parent=531352"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/categories?post=531352"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/tags?post=531352"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}