{"id":242531,"date":"2020-04-15T13:36:54","date_gmt":"2020-04-15T13:36:54","guid":{"rendered":"https:\/\/webkul.com\/blog\/?p=242531"},"modified":"2024-06-11T06:20:10","modified_gmt":"2024-06-11T06:20:10","slug":"akeneo-xml-feed-importer","status":"publish","type":"post","link":"https:\/\/webkul.com\/blog\/akeneo-xml-feed-importer\/","title":{"rendered":"Akeneo XML Connector"},"content":{"rendered":"\n<p><a href=\"https:\/\/store.webkul.com\/akeneo-xml-connector.html\" target=\"_blank\" rel=\"noreferrer noopener\">Akeneo XML Connector<\/a> extension enables you to import and export products, categories, and attributes from an XML file.<\/p>\n\n\n\n<p>The XML Connector can help the automobile<strong> <\/strong>suppliers&nbsp;so that they can&nbsp;maintain data&nbsp;in&nbsp;standardized<strong> <\/strong>attributes&nbsp;or&nbsp;XML format&nbsp;for&nbsp;exchanging large amounts of data digitally.<\/p>\n\n\n\n<p>Auto standards like PIES and ACES help manufacturers and sellers improve product data, making sharing easier and reducing inefficiencies from maintaining multiple data formats.<\/p>\n\n\n\n<p>Using this, merchants can manage bulk catalog for XML product data feed, send XML format information to suppliers, upload XML product data on marketplaces.<\/p>\n\n\n\n<p><\/p>\n\n\n\n<div class=\"wk-index-wrap\"><h3 class=\"index-title\">Basic Requirement<\/h3><\/div><div class=\"margin-bottom-50\">\n<ul class=\"wp-block-list\">\n<li>This module works with Akeneo 2.0.x, 2.1.x, 2.2.x, 2.3.x, 3.0.x, 3.1.x, 3.2.x, 4.0.x, 5.0.x, 6.0.x and 7.0.x Download Akeneo from&nbsp;<a href=\"https:\/\/www.akeneo.com\/download\/\">here<\/a><\/li>\n\n\n\n<li>Also this module is compatible with the Akeneo community and Enterprise(Flexibility) edition.<\/li>\n\n\n\n<li>If you want to use this extension on Akeneo EE Serenity mode, please&nbsp;<a href=\"mailto:support@webkul.com\" target=\"_blank\" rel=\"noreferrer noopener\">contact us<\/a>.<\/li>\n\n\n\n<li>For the Akeneo installation, your Akeneo server should meet these&nbsp;<a href=\"https:\/\/docs.akeneo.com\/7.0\/install_pim\/manual\/system_requirements\/system_requirements.html\" target=\"_blank\" rel=\"noreferrer noopener\">system requirements<\/a>.<\/li>\n<\/ul>\n<\/div>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"watch-the-video-to-understand-the-plugin-workflow\">Watch the video to understand the plugin workflow:-<\/h4>\n\n\n\n<h5 class=\"wp-block-heading\" id=\"template-creation\">Template Creation<\/h5>\n\n\n\n<div class=\"wp-block-wk-block-youtube-video wk-block--yt-video\"><div class=\"wk-block--yt-video-frame\"><div class=\"wk-block--yt-video-frame-request\" data-plyr-provider=\"youtube\" data-plyr-embed-id=\"UT5IXWeMcZc\"><\/div><\/div><\/div>\n\n\n\n<h5 class=\"wp-block-heading\" id=\"export-import-job-creation\">Export\/Import Job Creation<\/h5>\n\n\n\n<div class=\"wp-block-wk-block-youtube-video wk-block--yt-video\"><div class=\"wk-block--yt-video-frame\"><div class=\"wk-block--yt-video-frame-request\" data-plyr-provider=\"youtube\" data-plyr-embed-id=\"s4Y4mwXXzWk\"><\/div><\/div><\/div>\n\n\n\n<div class=\"wk-index-wrap\"><h3 class=\"index-title\">Features<\/h3><\/div><div class=\"margin-bottom-50\">\n<ul class=\"wp-block-list\">\n<li>Export  attribute and attribute option.<\/li>\n\n\n\n<li>Import  attribute and attribute option.<\/li>\n\n\n\n<li>Export Categories from Akeneo to XML File.<\/li>\n\n\n\n<li>Import Categories from XML File to Akeneo.<\/li>\n\n\n\n<li>Export Products and product model from Akeneo to XML File.<\/li>\n\n\n\n<li>Import Products and product model from XML File to Akeneo.<\/li>\n\n\n\n<li>Admin can do multiple XML mapping<\/li>\n\n\n\n<li>Import an XML file using a public URL and authenticate with a username and password.<\/li>\n\n\n\n<li>Using the module, you can import and export product models and variants.<\/li>\n\n\n\n<li>Import an image with a public image URL (jpg, jpeg).<\/li>\n\n\n\n<li>Import file (PDF) with public URL<\/li>\n<\/ul>\n\n\n\n<div class=\"wk-index-wrap\"><div class=\"block-wrap\">\n<h3 class=\"wp-block-heading index-title\">Composer Installation<\/h3>\n<\/div><\/div>\n\n\n\n<p><a href=\"https:\/\/webkul.com\/blog\/how-to-install-webkul-akeneo-connector-via-composer\/\"><strong>Read This Blog<\/strong><\/a><\/p>\n\n\n\n<p>Before beginning the composer installation<\/p>\n\n\n\n<p><strong>1<\/strong>: Get the <strong>ACCESS KEYS<\/strong> [Create a <a href=\"https:\/\/webkul.uvdesk.com\/en\/customer\/create-ticket\/\">support ticket<\/a>]<br><strong>2<\/strong>: In Akeneo <strong>composer.json<\/strong>, add our repository as well as the installation script.<\/p>\n\n\n\n<p><strong>For Akeneo 6.x and 7.x<\/strong><\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">{\n  \"scripts\": {\n        \"post-update-cmd\": [\n           \"vendor\/webkul\/xmlconnectorbundle\/src\/Webkul\/XmlConnectorBundle\/install\/config.sh COMPOSER=true NO_DOCKER=true\"\n        ],\n        \"post-install-cmd\": [\n           \"vendor\/webkul\/xmlconnectorbundle\/src\/Webkul\/XmlConnectorBundle\/install\/config.sh COMPOSER=true NO_DOCKER=true\"\n        ],\n        \"post-create-project-cmd\": [\n          \"vendor\/webkul\/xmlconnectorbundle\/src\/Webkul\/XmlConnectorBundle\/install\/config.sh COMPOSER=true NO_DOCKER=true\"\n       ]\n   },\n  \"repositories\": [{\n    \"type\": \"composer\",\n    \"url\": \"https:\/\/akeneorepo.webkul.com\/\"\n  }]\n}<\/pre>\n\n\n\n<p><strong>For Akeneo &lt;=5.x&nbsp;<\/strong><\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">{\n  \"scripts\": {\n        \"post-update-cmd\": [\n           \n\"vendor\/webkul\/xmlconnectorbundle\/composer_install.sh\"\n        ],\n        \"post-install-cmd\": [\n           \n\"vendor\/webkul\/xmlconnectorbundle\/composer_install.sh\"\n        ],\n        \"post-create-project-cmd\": [\n         \n\"vendor\/webkul\/xmlconnectorbundle\/composer_install.sh\"\n       ]\n   },\n  \"repositories\": [{\n    \"type\": \"composer\",\n    \"url\": \"https:\/\/akeneorepo.webkul.com\/\"\n  }]\n}\n<\/pre>\n\n\n\n<p><strong>3<\/strong>: Use composer to install the extension.<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">composer require webkul\/xmlconnectorbundle<\/pre>\n\n\n\n<p><strong>4<\/strong>: Complete the authentication form.<br><strong>5<\/strong>: Send a Message of Success<br><strong>6<\/strong>: Delete your browser&#8217;s cache.<\/p>\n\n\n\n<div class=\"wk-index-wrap\"><div class=\"block-wrap\">\n<h3 class=\"wp-block-heading index-title\">Installing Module for Version 6.0.x to 7.0.x<\/h3>\n<\/div><\/div>\n\n\n\n<ul class=\"wp-block-list\">\n<li>&nbsp;After unzipping the appropriate extension zip, merge the &#8220;src&#8221; folder into the akeneo project.<\/li>\n\n\n\n<li>From the PIM directory, run the following command over the NO-DOCKER Instance.<\/li>\n<\/ul>\n\n\n\n<pre class=\"wp-block-preformatted\">.\/src\/Webkul\/XmlConnectorBundle\/install\/config.sh COMPOSER=false NO_DOCKER=true<\/pre>\n\n\n\n<ul class=\"wp-block-list\">\n<li>&nbsp;Run the command below over the PIM directory&#8217;s DOCKER instance.<\/li>\n<\/ul>\n\n\n\n<pre class=\"wp-block-preformatted\">.\/src\/Webkul\/XmlConnectorBundle\/install\/config.sh COMPOSER=false NO_DOCKER=false<\/pre>\n\n\n\n<p><\/p>\n\n\n\n<div class=\"wk-index-wrap\"><div class=\"block-wrap\">\n<h3 class=\"wp-block-heading index-title\">Installing Module for Version 4.0.x to 5.0.x<\/h3>\n<\/div><\/div>\n\n\n\n<p>Please follow these steps for installing the Akeneo XML Connector module in your Akeneo PIM platform.<\/p>\n\n\n\n<p>1 \u2013 Unzip the respective extension zip then merge the \u201csrc\u201d folder into the Akeneo project root directory.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"1192\" height=\"274\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2020\/07\/src_4_x-all-mod.png\" alt=\"src_4_x-all-mod\" class=\"wp-image-257989\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2020\/07\/src_4_x-all-mod.png 1192w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2020\/07\/src_4_x-all-mod-300x69.png 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2020\/07\/src_4_x-all-mod-250x57.png 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2020\/07\/src_4_x-all-mod-768x177.png 768w\" sizes=\"(max-width: 1192px) 100vw, 1192px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<p><strong>2<\/strong>&nbsp;\u2013 After that goto config\/Bundles.php and add the line:<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\">Webkul\\XmlConnectorBundle\\XmlConnectorBundle::class =&gt; &#091;&#039;all&#039; =&gt; true]<\/pre>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"682\" height=\"110\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2020\/07\/xml-command.png\" alt=\"xml-command\" class=\"wp-image-257992\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2020\/07\/xml-command.png 682w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2020\/07\/xml-command-300x48.png 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2020\/07\/xml-command-250x40.png 250w\" sizes=\"(max-width: 682px) 100vw, 682px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<p>in the return array.<\/p>\n\n\n\n<p><strong>3 \u2013<\/strong>&nbsp;Then copy the \u201cconfig\u201d folder into akeneo project root directory for routing.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"1200\" height=\"285\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2020\/07\/config_all-mods-1200x285.png\" alt=\"config_all-mods\" class=\"wp-image-257994\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2020\/07\/config_all-mods-1200x285.png 1200w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2020\/07\/config_all-mods-300x71.png 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2020\/07\/config_all-mods-250x59.png 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2020\/07\/config_all-mods-768x183.png 768w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2020\/07\/config_all-mods.png 1216w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<p><strong>4&nbsp;<\/strong>\u2013 Run this command after ssh to your akeneo server by the terminal.<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\">php bin\/console xml:setup:install<\/pre>\n\n\n\n<p>5 \u2013&nbsp;Then you have to restart your web server like Apache, Nginx. Run the command for the Apache webserver.<\/p>\n\n\n\n<p><strong>For Akeneo 5<\/strong><\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\">sudo service php-fpm7.4 restart<\/pre>\n\n\n\n<p><strong>For Akeneo <\/strong>4<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\">sudo service php-fpm7.3 restart<\/pre>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"docker-installation-command\">Docker Installation Command :<\/h2>\n\n\n\n<p><strong>For Akeneo 5<\/strong><\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\">alias docker_php=&#039;docker-compose run -u www-data --rm php php&#039;;\nalias docker_yarn=&#039;docker-compose run -u node --rm node yarn&#039;;\ndocker_php bin\/console cache:clear --env=prod;\ndocker_php bin\/console pim:installer:assets --symlink --clean --env=prod;\ndocker_php bin\/console d:s:u --force;\ndocker_yarn run webpack;\ndocker_yarn run update-extensions;\ndocker_yarn run less;<\/pre>\n\n\n\n<p><strong>For Akeneo 4<\/strong><\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\">alias docker_php=&#039;docker-compose run -u www-data --rm php php&#039;;\nalias docker_yarn=&#039;docker-compose run -u node --rm node yarn&#039;;\ndocker_php bin\/console cache:clear --env=prod;\ndocker_php bin\/console pim:installer:assets --symlink --clean --env=prod;\ndocker_php bin\/console d:s:u --force;\ndocker_yarn run webpack;\ndocker_yarn run less;<\/pre>\n\n\n\n<p><\/p>\n<\/div>\n\n\n\n<div class=\"wk-index-wrap\"><h3 class=\"index-title\">Installing Module for Version 2.x to 3.x<\/h3><\/div><div class=\"margin-bottom-50\">\n<p>Please follow these steps for installing the Akeneo XML Connector module in your Akeneo PIM platform.<\/p>\n\n\n\n<p>1 \u2013 Unzip the respective extension zip then merge the \u201csrc\u201d folder into the Akeneo project root directory.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large is-resized\"><img decoding=\"async\" width=\"1201\" height=\"399\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2020\/04\/xml-src.png\" alt=\"xml-src\" class=\"wp-image-242561\" style=\"width:669px;height:222px\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2020\/04\/xml-src.png 1201w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2020\/04\/xml-src-300x100.png 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2020\/04\/xml-src-250x83.png 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2020\/04\/xml-src-768x255.png 768w\" sizes=\"(max-width: 1201px) 100vw, 1201px\" loading=\"lazy\" \/><\/figure>\n<\/div>\n\n\n\n<p>2 \u2013&nbsp;After that goto&nbsp;<strong>app\/AppKernel.php<\/strong>&nbsp;then add the line<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\">new Webkul\\XmlConnectorBundle\\XmlConnectorBundle(),<\/pre>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"638\" height=\"144\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2020\/04\/xml-appkernel.png\" alt=\"xml-appkernel\" class=\"wp-image-242552\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2020\/04\/xml-appkernel.png 638w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2020\/04\/xml-appkernel-300x68.png 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2020\/04\/xml-appkernel-250x56.png 250w\" sizes=\"(max-width: 638px) 100vw, 638px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<p><br>3 \u2013&nbsp;Then goto&nbsp;<strong>app\/config\/routing.yml<\/strong>&nbsp;then add these lines at top of the file<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\">xml_connector:\n   resource: &quot;@XmlConnectorBundle\/Resources\/config\/routing.yml&quot;\n   prefix: \/<\/pre>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"676\" height=\"166\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2020\/04\/xml-routing-.png\" alt=\"xml-routing-\" class=\"wp-image-242557\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2020\/04\/xml-routing-.png 676w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2020\/04\/xml-routing--300x74.png 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2020\/04\/xml-routing--250x61.png 250w\" sizes=\"(max-width: 676px) 100vw, 676px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<p><br>4 -You have to navigate to Akeneo Installation Directory(Ex.&nbsp;<strong>cd \/opt\/bitnami\/apps\/akeneo\/htdocs<\/strong>&nbsp;). Run this command after ssh to your akeneo server by the terminal.<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\">php bin\/console xml:setup:install<\/pre>\n\n\n\n<p>5 \u2013&nbsp;Then you have to restart your web server like Apache, Nginx. Run the command for the Apache webserver.<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\">sudo service php-fpm7.2 restart<\/pre>\n\n\n\n<div class=\"wk-index-wrap\"><h3 class=\"index-title\">Common Issues After Installation<\/h3><\/div><div class=\"margin-bottom-50\">\n<p>It might happen that even after proper installation, upon opening your Akeneo admin dashboard, you see a loading screen. In that case, do check for the following solution:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Webpack Installation: If you get the below error<\/li>\n<\/ul>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"734\" height=\"211\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2020\/04\/Webpack-error.png\" alt=\"Webpack-error\" class=\"wp-image-242580\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2020\/04\/Webpack-error.png 734w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2020\/04\/Webpack-error-300x86.png 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2020\/04\/Webpack-error-250x72.png 250w\" sizes=\"(max-width: 734px) 100vw, 734px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<ul class=\"wp-block-list\">\n<li>It means that web pack is not installed in your system. Run the following command<\/li>\n<\/ul>\n\n\n\n<pre class=\"EnlighterJSRAW\">npm install --save-prod webpack\nnpm install<\/pre>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Module routing.yml is not configured properly. Re-check the routing.yml file as mentioned&nbsp;in the 3rd step of Module Installation<br><\/li>\n\n\n\n<li>Clear your browser cache.<\/li>\n<\/ul>\n\n\n\n<div class=\"wk-index-wrap\"><div class=\"block-wrap\">\n<h3 class=\"wp-block-heading index-title\">Uninstall Module: For Akeneo 6 and 7<\/h3>\n<\/div><\/div>\n\n\n\n<ul class=\"wp-block-list\">\n<li>From the PIM directory, run the command below over the NO-DOCKER Instance.<\/li>\n<\/ul>\n\n\n\n<pre class=\"wp-block-preformatted\">.\/src\/Webkul\/XmlConnectorBundle\/uninstall\/uninstall.sh COMPOSER=false NO_DOCKER=true<\/pre>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Run the command below over the PIM directory&#8217;s DOCKER instance.<\/li>\n<\/ul>\n\n\n\n<pre class=\"wp-block-preformatted\">.\/src\/Webkul\/XmlConnectorBundle\/uninstall\/uninstall.sh COMPOSER=false NO_DOCKER=false<\/pre>\n<\/div>\n\n\n\n<div class=\"wk-index-wrap\"><h3 class=\"index-title\">Akeneo XML Mapping<\/h3><\/div><div class=\"margin-bottom-50\">\n<p>After successfully installing the connector in Akeneo, then you can see the XML Akeneo Connector icon at the Akeneo dashboard.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"1200\" height=\"602\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2024\/06\/akeneo-xml-connector-1200x602.webp\" alt=\"akeneo-xml-connector-dasboard\" class=\"wp-image-446432\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2024\/06\/akeneo-xml-connector-1200x602.webp 1200w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2024\/06\/akeneo-xml-connector-300x150.webp 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2024\/06\/akeneo-xml-connector-250x125.webp 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2024\/06\/akeneo-xml-connector-768x385.webp 768w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2024\/06\/akeneo-xml-connector.webp 1304w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<p>Then to create multiple templates, you have to navigate <strong>XML Akeneo Connector&gt;&gt;Create Templates<\/strong>.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"1200\" height=\"602\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2024\/06\/akeneo-xml-connector-mapping-template-1200x602.webp\" alt=\"akeneo-xml-connector-mapping template\" class=\"wp-image-446436\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2024\/06\/akeneo-xml-connector-mapping-template-1200x602.webp 1200w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2024\/06\/akeneo-xml-connector-mapping-template-300x150.webp 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2024\/06\/akeneo-xml-connector-mapping-template-250x125.webp 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2024\/06\/akeneo-xml-connector-mapping-template-768x385.webp 768w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2024\/06\/akeneo-xml-connector-mapping-template.webp 1304w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<p>After that, it will redirect to a new page and fill in the details to create a new template.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"1200\" height=\"589\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2022\/12\/Xml-Akeneo-Connector-1-1200x589-1.png\" alt=\"Xml-Akeneo-Connector-1-1200x589-1\" class=\"wp-image-360929\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2022\/12\/Xml-Akeneo-Connector-1-1200x589-1.png 1200w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2022\/12\/Xml-Akeneo-Connector-1-1200x589-1-300x147.png 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2022\/12\/Xml-Akeneo-Connector-1-1200x589-1-250x123.png 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2022\/12\/Xml-Akeneo-Connector-1-1200x589-1-768x377.png 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<p>Fill in the following details:<\/p>\n\n\n\n<p>Template Name: In this, you have to name the template.<\/p>\n\n\n\n<p>Upload sample XML files for mapping &#8211; In this, you have to upload the XML file for the mapping of the header.<\/p>\n\n\n\n<p>XML Multiproduct Tagname &#8211; In this, you have to add the header of the catalog which want to export in Akeneo.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"1028\" height=\"318\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2022\/12\/Screenshot-from-2022-12-15-17-31-40.png\" alt=\"Screenshot-from-2022-12-15-17-31-40\" class=\"wp-image-361007\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2022\/12\/Screenshot-from-2022-12-15-17-31-40.png 1028w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2022\/12\/Screenshot-from-2022-12-15-17-31-40-300x93.png 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2022\/12\/Screenshot-from-2022-12-15-17-31-40-250x77.png 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2022\/12\/Screenshot-from-2022-12-15-17-31-40-768x238.png 768w\" sizes=\"(max-width: 1028px) 100vw, 1028px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<p>XML product Tagname &#8211; In this, you have to add the header of the product that you want to export in Akeneo.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"1028\" height=\"318\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2022\/12\/Screenshot-from-2022-12-15-17-31-40-1.png\" alt=\"Screenshot-from-2022-12-15-17-31-40-1\" class=\"wp-image-361008\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2022\/12\/Screenshot-from-2022-12-15-17-31-40-1.png 1028w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2022\/12\/Screenshot-from-2022-12-15-17-31-40-1-300x93.png 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2022\/12\/Screenshot-from-2022-12-15-17-31-40-1-250x77.png 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2022\/12\/Screenshot-from-2022-12-15-17-31-40-1-768x238.png 768w\" sizes=\"(max-width: 1028px) 100vw, 1028px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<p><strong>Sample template<\/strong><\/p>\n\n\n\n<pre class=\"wp-block-preformatted\"> &lt;CATALOG&gt;\n  &lt;PRODUCT&gt;\n   &lt;groups&gt;&lt;\/groups&gt;\n   &lt;Categories&gt;master_accessories_bags,print_accessories,supplier_zaro&lt;\/Categories&gt;\n   &lt;Status&gt;1&lt;\/Status&gt;\n   &lt;family&gt;accessories&lt;\/family&gt;\n   &lt;Standard_Mapping&gt;\n    &lt;SKU&gt;1111111171&lt;\/SKU&gt;\n    &lt;Name&gt;Bag&lt;\/Name&gt;\n    &lt;Price&gt;10&lt;\/Price&gt;\n    &lt;Description&gt;Add your own product description&lt;\/Description&gt;\n    &lt;Short_description&gt;XML product short description&lt;\/Short_description&gt;\n    &lt;Release_Date&gt;10\/02\/2022&lt;\/Release_Date&gt;\n    &lt;Collection&gt;This is a multi-select attribute the added option should be mach to this attribute option.&lt;\/Collection&gt;\n   &lt;\/Standard_Mapping&gt;\n   &lt;ERP&gt;\n    &lt;EAN&gt;1234567890183&lt;\/EAN&gt;\n    &lt;ERP_Name&gt;Akeneo Webkul&lt;\/ERP_Name&gt;\n    &lt;Supplier&gt;This is the simple select attribute, the given attribute option should be matched.&lt;\/Supplier&gt;\n    &lt;Brand&gt;This is the simple select attribute, the given attribute option should be matched.&lt;\/Brand&gt;\n   &lt;\/ERP&gt;\n   &lt;Technical&gt;\n    &lt;Weight&gt;500 GRAM&lt;\/Weight&gt;\n    &lt;Display_Dignonal&gt;10&lt;\/Display_Dignonal&gt;\n   &lt;\/Technical&gt;\n   &lt;Media&gt;\n    &lt;Picture&gt;Add image &lt;\/Picture&gt;\n    &lt;Model_Picture&gt;http:\/\/vikas.akeneo6.com\/media\/cache\/preview\/0\/2\/5\/a\/025a3e1ad6ca565f0d4499933158156bab74e352_1e050b5d3ef20462eda8e812a103037804f1bedc_9de4eed38975f579860446c5b5d4e78c24736943_88a94c420b5f0.jpg&lt;\/Model_Picture&gt;\n    &lt;Variant_Picture&gt;&lt;\/Variant_Picture&gt;\n    &lt;Notice&gt;add file&lt;\/Notice&gt;\n   &lt;\/Media&gt;\n   &lt;SEO&gt;\n    &lt;Meta_Title&gt;add meta title&lt;\/Meta_Title&gt;\n    &lt;Meta_Description&gt;Add meta Description&lt;\/Meta_Description&gt;\n    &lt;Meta_Keywords&gt;Add meta keyword&lt;\/Meta_Keywords&gt;\n   &lt;\/SEO&gt;\n   &lt;Other&gt;\n    &lt;Size&gt;Add bag size eg. m, l, s&lt;\/Size&gt;\n    &lt;Colour&gt;This is the simple select attribute, the given attribute option should be matched. eg. red&lt;\/Colour&gt;\n    &lt;Material&gt;This is the simple select attribute, the given attribute option should be matched. eg. lether&lt;\/Material&gt;\n    &lt;Type&gt;Add product type&lt;\/Type&gt;\n    &lt;test1&gt;Add product type&lt;\/test1&gt;\n    &lt;test2&gt;Add product type&lt;\/test2&gt;\n    &lt;Shoes_SIZE&gt;This is the simple select attribute, the given attribute option should be matched. e.g. 6&lt;\/Shoes_SIZE&gt;\n    &lt;Auto_Exposure&gt;This is the boolean attribte, the value should be 0 or 1.&lt;\/Auto_Exposure&gt;\n    &lt;Auto_Focus&gt;This is a number attribute the value should be intiger e.g. 123456&lt;\/Auto_Focus&gt;\n   &lt;\/Other&gt;\n  &lt;\/PRODUCT&gt;\n&lt;\/CATALOG&gt;\n<\/pre>\n\n\n\n<p>Then click on to <strong>Save <\/strong>button.<\/p>\n\n\n\n<p>After that, click on the template that you have created and then map all the attributes.<\/p>\n\n\n\n<p><strong>Note: The XML headers that you have added to the XML file will be visible in the mapping template<\/strong><\/p>\n\n\n\n<p><\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"1200\" height=\"589\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2022\/12\/Xml-Akeneo-Connector-Edit-Template-1200x589.png\" alt=\"Xml-Akeneo-Connector-Edit-Template\" class=\"wp-image-359269\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2022\/12\/Xml-Akeneo-Connector-Edit-Template-1200x589.png 1200w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2022\/12\/Xml-Akeneo-Connector-Edit-Template-300x147.png 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2022\/12\/Xml-Akeneo-Connector-Edit-Template-250x123.png 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2022\/12\/Xml-Akeneo-Connector-Edit-Template-768x377.png 768w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2022\/12\/Xml-Akeneo-Connector-Edit-Template.png 1301w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"xml-header-fields\">XML Header Fields<\/h3>\n\n\n\n<p>The header field is used while exporting the product to add more XML headers that need to fill:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>XML header field name<\/li>\n\n\n\n<li>XML header field value<\/li>\n<\/ul>\n<\/div>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"1200\" height=\"589\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2022\/12\/Xml-Akeneo-Connector-Edit-Template-1-1200x589.png\" alt=\"Xml-Akeneo-Connector-Edit-Template-1\" class=\"wp-image-359270\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2022\/12\/Xml-Akeneo-Connector-Edit-Template-1-1200x589.png 1200w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2022\/12\/Xml-Akeneo-Connector-Edit-Template-1-300x147.png 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2022\/12\/Xml-Akeneo-Connector-Edit-Template-1-250x123.png 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2022\/12\/Xml-Akeneo-Connector-Edit-Template-1-768x377.png 768w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2022\/12\/Xml-Akeneo-Connector-Edit-Template-1.png 1301w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"1165\" height=\"362\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2022\/12\/Screenshot-from-2022-12-12-12-13-01.png\" alt=\"Screenshot-from-2022-12-12-12-13-01\" class=\"wp-image-360543\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2022\/12\/Screenshot-from-2022-12-12-12-13-01.png 1165w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2022\/12\/Screenshot-from-2022-12-12-12-13-01-300x93.png 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2022\/12\/Screenshot-from-2022-12-12-12-13-01-250x78.png 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2022\/12\/Screenshot-from-2022-12-12-12-13-01-768x239.png 768w\" sizes=\"(max-width: 1165px) 100vw, 1165px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"other-mapping\">Other Mapping<\/h3>\n\n\n\n<p>In this, you need to map the file path from which the attribute will be imported from the XML file to Akeneo.<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Category field name &#8211; In the XML, By default, the product category tag name will be selected; if not, it will take the categories.<\/li>\n<\/ul>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Product Family- In this select the product family which you want to export\/import to the product by default it will export the product family if you have not selected it.<\/li>\n\n\n\n<li>Product Parent &#8211; By default, the parent XML tag will be created with the selected parent tag name.<\/li>\n\n\n\n<li>Product Category &#8211; You can add a desired category tag name using the predefined categories or the created XML tag for the selected Category field name.<\/li>\n<\/ul>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Product Enabled &#8211; By default, an enabled XML tag will be generated with the name of the chosen product.<\/li>\n<\/ul>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"1200\" height=\"675\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2022\/12\/Xml-Akeneo-Connector-Edit-Template-2-1200x675.png\" alt=\"Xml-Akeneo-Connector-Edit-Template-2\" class=\"wp-image-359271\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2022\/12\/Xml-Akeneo-Connector-Edit-Template-2-1200x675.png 1200w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2022\/12\/Xml-Akeneo-Connector-Edit-Template-2-300x169.png 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2022\/12\/Xml-Akeneo-Connector-Edit-Template-2-250x141.png 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2022\/12\/Xml-Akeneo-Connector-Edit-Template-2-768x432.png 768w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2022\/12\/Xml-Akeneo-Connector-Edit-Template-2.png 1366w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<p>After entering these details, you have to click on the <strong>Save<\/strong> Button.<\/p>\n\n\n\n<div class=\"wk-index-wrap\"><h3 class=\"index-title\">Create Export Profile<\/h3><\/div><div class=\"margin-bottom-50\">\n<p>For creating the product in Akeneo, you can follow our user guide.&nbsp;<a href=\"https:\/\/webkul.com\/blog\/create-product-and-product-model-in-akeneo\/\" target=\"_blank\" rel=\"noreferrer noopener\">Create Product and Product Variant in Akeneo&nbsp;<\/a><\/p>\n\n\n\n<p>Then to create a product in Akeneo, go to Products, then click the Create button. Now, you need to choose the product type\u2014product or Product Model.<\/p>\n\n\n\n<p><strong>Product<\/strong>&nbsp;\u2013 Select this type for creating simple and virtual products.<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter\"><a href=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2017\/12\/Create-Product-type.png\"><img decoding=\"async\" width=\"516\" height=\"346\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2017\/12\/Create-Product-type.png\" alt=\"Select the product\" class=\"wp-image-106781\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2017\/12\/Create-Product-type.png 516w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2017\/12\/Create-Product-type-250x168.png 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2017\/12\/Create-Product-type-300x201.png 300w\" sizes=\"(max-width: 516px) 100vw, 516px\" loading=\"lazy\" \/><\/a><\/figure>\n<\/div>\n\n\n<p><strong>Product Model<\/strong>&nbsp;\u2013 Select this type for creating a configurable product with variation now to enter the required SKU, choose a family, then click the <strong>Save<\/strong> button.<\/p>\n\n\n\n<p><strong>SKU<\/strong>\u2013 Fill the product unique code.<\/p>\n\n\n\n<p><strong>Product Family<\/strong>&nbsp;\u2013 A family is a set of attributes that will be the same for all products belonging to a family. <\/p>\n\n\n\n<p>The product family represents product type, imposes product information structure and defines the list of attributes for a product that it belongs to.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"add-product-details\"><a href=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2017\/12\/enter-sku-and-choose-family.png\"><\/a>Add Product Details<\/h3>\n\n\n\n<p>Now you need to provide information about the product. First, select the Channel and Locale then enter the price, name, and description.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"export-profile\">Export Profile<\/h3>\n\n\n\n<p>After that  to export your product data you need to create a job profile and then execute it.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"1200\" height=\"602\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2024\/06\/akeneo-xml-connector-all-export-job-1200x602.webp\" alt=\"akeneo-xml-connector-all-export-job\" class=\"wp-image-446441\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2024\/06\/akeneo-xml-connector-all-export-job-1200x602.webp 1200w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2024\/06\/akeneo-xml-connector-all-export-job-300x150.webp 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2024\/06\/akeneo-xml-connector-all-export-job-250x125.webp 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2024\/06\/akeneo-xml-connector-all-export-job-768x385.webp 768w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2024\/06\/akeneo-xml-connector-all-export-job.webp 1304w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<p><strong>In XML connector there are 4 export jobs:<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Product and Product Model Export<\/li>\n\n\n\n<li>Category Export<\/li>\n\n\n\n<li>Attribute Option Export<\/li>\n\n\n\n<li>Attribute Export<\/li>\n<\/ul>\n\n\n\n<p>Then to create an export profile navigate to&nbsp;<strong>Exports&gt;Create Export Profile<\/strong>.&nbsp;After that, enter a unique code, the label then selects a job profile.<\/p>\n\n\n\n<p><strong>Attribute export- <\/strong><\/p>\n\n\n\n<p>Attributes that are duplicated are not exported. A check attribute label is required to be exported. All attributes are exported in accordance with the Channel and locale settings. <\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"1200\" height=\"589\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2022\/12\/Process-tracker-Show-job-22-1200x589.png\" alt=\"Process-tracker-Show-job\" class=\"wp-image-360573\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2022\/12\/Process-tracker-Show-job-22-1200x589.png 1200w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2022\/12\/Process-tracker-Show-job-22-300x147.png 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2022\/12\/Process-tracker-Show-job-22-250x123.png 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2022\/12\/Process-tracker-Show-job-22-768x377.png 768w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2022\/12\/Process-tracker-Show-job-22.png 1301w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<p><strong>Attribute Option Export<\/strong>&#8211;<\/p>\n\n\n\n<p>In this export jobyou can easily export all the attribute option.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"1200\" height=\"602\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2024\/06\/akeneo-xml-connector-attribute-option-export-job-1200x602.webp\" alt=\"xml-attribute-attribute-export\" class=\"wp-image-446446\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2024\/06\/akeneo-xml-connector-attribute-option-export-job-1200x602.webp 1200w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2024\/06\/akeneo-xml-connector-attribute-option-export-job-300x150.webp 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2024\/06\/akeneo-xml-connector-attribute-option-export-job-250x125.webp 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2024\/06\/akeneo-xml-connector-attribute-option-export-job-768x385.webp 768w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2024\/06\/akeneo-xml-connector-attribute-option-export-job.webp 1304w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<p><strong>Category Export-<\/strong><\/p>\n\n\n\n<p>Name of the category (Locale as selected, for example, en US, fr FR..) Exporting multi-category trees (Exported as per the specified tree). <\/p>\n\n\n\n<p>If the category tree already exists, make sure not to generate a duplicate when exporting for the first time.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"1200\" height=\"589\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2022\/12\/Process-tracker-Show-job-23-1200x589.png\" alt=\"Process-tracker-Show-job-23\" class=\"wp-image-360574\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2022\/12\/Process-tracker-Show-job-23-1200x589.png 1200w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2022\/12\/Process-tracker-Show-job-23-300x147.png 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2022\/12\/Process-tracker-Show-job-23-250x123.png 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2022\/12\/Process-tracker-Show-job-23-768x377.png 768w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2022\/12\/Process-tracker-Show-job-23.png 1301w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<p><strong>Export product<\/strong> <strong>and product model &#8211;<\/strong><\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"913\" height=\"559\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2020\/04\/Export-profiles-management.png\" alt=\"Export-profiles-management\" class=\"wp-image-242704\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2020\/04\/Export-profiles-management.png 913w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2020\/04\/Export-profiles-management-300x184.png 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2020\/04\/Export-profiles-management-250x153.png 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2020\/04\/Export-profiles-management-768x470.png 768w\" sizes=\"(max-width: 913px) 100vw, 913px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<p>After that, you have to select the Job profile. Then to create an export profile, you must click the Save button.<\/p>\n\n\n\n<p>Now you can see the export profile then go to the Global Settings.&nbsp;<\/p>\n\n\n\n<p> In the Global Settings, you will get three options&nbsp;<strong>File path, Date Format,&nbsp;and&nbsp;Export files and Images.<\/strong><\/p>\n\n\n\n<p><strong>Select Template<\/strong> &#8211; In this you have to select the template created<\/p>\n\n\n\n<p><strong>File Path<\/strong> &#8211; In this you have to enter the file path in which the XML file will be exported.<\/p>\n\n\n\n<p><strong>Date Format<\/strong> &#8211; In this you have to select the date format.<\/p>\n\n\n\n<p><strong>Export files and Images \u2013&nbsp;<\/strong>With this option, you can export Files and Images from Akeneo to XML<\/p>\n\n\n\n<p> file.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"1200\" height=\"602\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2024\/06\/akeneo-xml-export-global-setting-1200x602.webp\" alt=\"akeneo-xml-global-setting\" class=\"wp-image-446452\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2024\/06\/akeneo-xml-export-global-setting-1200x602.webp 1200w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2024\/06\/akeneo-xml-export-global-setting-300x150.webp 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2024\/06\/akeneo-xml-export-global-setting-250x125.webp 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2024\/06\/akeneo-xml-export-global-setting-768x385.webp 768w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2024\/06\/akeneo-xml-export-global-setting.webp 1304w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<p>Now navigate to the&nbsp;<strong>Content<\/strong>&nbsp;section then select the following options:<\/p>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"filter-the-data\">Filter the Data:<\/h4>\n\n\n\n<p><strong>Channel<\/strong>&nbsp;\u2013 Each export job can only be linked to one channel, please select the relevant channel of products to export.<\/p>\n\n\n\n<p><strong>Locales<\/strong>&nbsp;\u2013 Select one or more Locales depending on your requirements.<\/p>\n\n\n\n<p><strong>Currency \u2013&nbsp;<\/strong>Also you have to select one currency.<\/p>\n\n\n\n<p><strong>Attributes<\/strong>&nbsp;\u2013 You can select which product attributes you want to export all or a few of them. Click the Edit button to select the attributes.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"1200\" height=\"675\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2024\/06\/akeneo-xml-connector-filter-data-1200x675.webp\" alt=\"akeneo-xml-connector-content\" class=\"wp-image-446456\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2024\/06\/akeneo-xml-connector-filter-data-1200x675.webp 1200w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2024\/06\/akeneo-xml-connector-filter-data-300x169.webp 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2024\/06\/akeneo-xml-connector-filter-data-250x141.webp 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2024\/06\/akeneo-xml-connector-filter-data-768x432.webp 768w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2024\/06\/akeneo-xml-connector-filter-data.webp 1366w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"filter-the-products\">Filter The Products<\/h4>\n\n\n\n<p>Now you need to decide which products to export in the XML file.<\/p>\n\n\n\n<p><strong>Family<\/strong>:<\/p>\n\n\n\n<p>After that one or more product families to export in the XML file. If you want to export products belonging to specific families,click on the drop-down list.<\/p>\n\n\n\n<p> Then click on the families to add in the field.<\/p>\n\n\n\n<p><strong>Status<\/strong>:<\/p>\n\n\n\n<p>Also, you can filter on the status of your products, three options are available:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>All \u2013 to export all products whatever their status is<\/li>\n\n\n\n<li>Enabled (default option) \u2013 only to export enabled products<\/li>\n\n\n\n<li>Disabled \u2013 only disabled products will be exported.<\/li>\n<\/ul>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"completeness\"><strong>Completeness<\/strong>:<\/h4>\n\n\n\n<p>This enables you to filter on the completeness of selected locales. Four options on completeness are proposed:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>No condition on completeness<\/strong>&nbsp;\u2013 all products will be exported whatever their completeness is.<\/li>\n\n\n\n<li><strong>Complete on at least one selected locale (default option)<\/strong>&nbsp;\u2013 products must be complete on at least one locale<\/li>\n\n\n\n<li><strong>Not complete on all selected locales<\/strong>&nbsp;\u2013 In these products must not be complete on all locales (if you have selected more than one locale).<\/li>\n\n\n\n<li><strong>Complete on all selected locales<\/strong>&nbsp;\u2013 products must be complete on all locales (if you have selected more than one locale).<\/li>\n<\/ul>\n\n\n\n<p><strong>Time Condition<\/strong>:<\/p>\n\n\n\n<p>However, you can now export your product on a specific time condition.<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Updated products over the last n days (e.g. 6) \u2013<\/strong>&nbsp;To filter the products that were updated during the last six days, enter the 6 value.<\/li>\n\n\n\n<li><strong>No date condition (default option) \u2013<\/strong>&nbsp;Products are not filtered using time conditions.<\/li>\n\n\n\n<li><strong>Updated products since this date \u2013<\/strong>&nbsp;To filter the products that were updated during a specific date, select a date.<\/li>\n\n\n\n<li><strong>Updated products since last export \u2013<\/strong>&nbsp;It will export the product updated since the last export.<\/li>\n<\/ul>\n\n\n\n<p><strong>Category<\/strong>:<\/p>\n\n\n\n<p>In this, you can configure the categories&nbsp;of the channel tree you want to export. For example, you want to export the clothing products to update.<\/p>\n\n\n\n<p><strong>Identifier<\/strong>:<\/p>\n\n\n\n<p>Then you can make a selection of identifiers to export by adding them to the SKU field. <\/p>\n\n\n\n<p>Also, can copy and paste a list of identifiers, and separate them by using comma, space or line breaks.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"1200\" height=\"675\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2024\/06\/akeneo-xml-filter-product-1200x675.webp\" alt=\"akeneo-xml-filter-product\" class=\"wp-image-446460\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2024\/06\/akeneo-xml-filter-product-1200x675.webp 1200w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2024\/06\/akeneo-xml-filter-product-300x169.webp 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2024\/06\/akeneo-xml-filter-product-250x141.webp 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2024\/06\/akeneo-xml-filter-product-768x432.webp 768w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2024\/06\/akeneo-xml-filter-product.webp 1366w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<p>After that, click the Save&nbsp;button. Then click on the Export Now button.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"1200\" height=\"206\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2022\/12\/Export-profile-Product-Export-in-XML-Show-1200x206.png\" alt=\"Export-profile-Product-Export-in-XML-Show\" class=\"wp-image-359276\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2022\/12\/Export-profile-Product-Export-in-XML-Show-1200x206.png 1200w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2022\/12\/Export-profile-Product-Export-in-XML-Show-300x51.png 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2022\/12\/Export-profile-Product-Export-in-XML-Show-250x43.png 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2022\/12\/Export-profile-Product-Export-in-XML-Show-768x132.png 768w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2022\/12\/Export-profile-Product-Export-in-XML-Show.png 1270w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<p>Now, after clicking on the Save button, wait for the execution process to complete, then check the errors.<\/p>\n\n\n\n<p>Note: 2 separate files are generated on the product export job one is for the product and another is for the product model<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"1200\" height=\"217\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2024\/06\/akeneo-xml-export-now-1200x217.webp\" alt=\"export-now\" class=\"wp-image-446463\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2024\/06\/akeneo-xml-export-now-1200x217.webp 1200w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2024\/06\/akeneo-xml-export-now-300x54.webp 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2024\/06\/akeneo-xml-export-now-250x45.webp 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2024\/06\/akeneo-xml-export-now-768x139.webp 768w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2024\/06\/akeneo-xml-export-now.webp 1297w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<p>After that, you can download your product in an XML file that has been exported.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"1200\" height=\"602\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2024\/06\/akeneo-xml-process-tracker-1200x602.webp\" alt=\"akeneo-xml-process-tracker\" class=\"wp-image-446464\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2024\/06\/akeneo-xml-process-tracker-1200x602.webp 1200w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2024\/06\/akeneo-xml-process-tracker-300x150.webp 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2024\/06\/akeneo-xml-process-tracker-250x125.webp 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2024\/06\/akeneo-xml-process-tracker-768x385.webp 768w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2024\/06\/akeneo-xml-process-tracker.webp 1304w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<p> After completing the export job, the products will appear in the XML file.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"948\" height=\"648\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2022\/12\/Screenshot-from-2022-12-15-13-26-53-1.png\" alt=\"Screenshot-from-2022-12-15-13-26-53-1\" class=\"wp-image-360930\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2022\/12\/Screenshot-from-2022-12-15-13-26-53-1.png 948w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2022\/12\/Screenshot-from-2022-12-15-13-26-53-1-300x205.png 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2022\/12\/Screenshot-from-2022-12-15-13-26-53-1-250x171.png 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2022\/12\/Screenshot-from-2022-12-15-13-26-53-1-768x525.png 768w\" sizes=\"(max-width: 948px) 100vw, 948px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<p><\/p>\n<\/div>\n\n\n\n<div class=\"wk-index-wrap\"><div class=\"block-wrap\">\n<h3 class=\"wp-block-heading index-title\">Import Job<\/h3>\n<\/div><\/div>\n\n\n\n<p>To import your product data, you need to create a job profile then execute it.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"1200\" height=\"602\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2024\/06\/akeneo-xml-all-import-profiles-1200x602.webp\" alt=\"akeneo-xml-all-import-job\" class=\"wp-image-446471\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2024\/06\/akeneo-xml-all-import-profiles-1200x602.webp 1200w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2024\/06\/akeneo-xml-all-import-profiles-300x150.webp 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2024\/06\/akeneo-xml-all-import-profiles-250x125.webp 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2024\/06\/akeneo-xml-all-import-profiles-768x385.webp 768w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2024\/06\/akeneo-xml-all-import-profiles.webp 1304w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<p><strong>In XML connector there are 4 import jobs:<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Product and Product Model Import<\/li>\n\n\n\n<li>Category Import<\/li>\n\n\n\n<li>Attribute Import<\/li>\n\n\n\n<li>Attribute Option Import<\/li>\n<\/ul>\n\n\n\n<p>To create an import profile navigate to&nbsp;<strong>Import&gt;Create Import Profile<\/strong>&nbsp;after that enter a unique code, the label selects a job profile.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\"><strong>Attribute Imports &#8211;<\/strong><\/h4>\n\n\n\n<p>Attributes with duplicate values are not imported.<br>Check Label Attribute Must be imported. All Attributes are imported based on the Channel and locale settings. <\/p>\n\n\n\n<p>Check if the File upload is allowed (yes\/no).<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"1200\" height=\"589\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2022\/12\/Import-profile-Attribute-Import-in-XML-Edit-1-1200x589.png\" alt=\"Import-profile-Attribute-Import-in-XML-Edit-1\" class=\"wp-image-360577\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2022\/12\/Import-profile-Attribute-Import-in-XML-Edit-1-1200x589.png 1200w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2022\/12\/Import-profile-Attribute-Import-in-XML-Edit-1-300x147.png 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2022\/12\/Import-profile-Attribute-Import-in-XML-Edit-1-250x123.png 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2022\/12\/Import-profile-Attribute-Import-in-XML-Edit-1-768x377.png 768w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2022\/12\/Import-profile-Attribute-Import-in-XML-Edit-1.png 1301w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<p>Note: To import local and channel-wise attributes, the XML file you want to import should have values locales wise, as shown in the image below.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"1200\" height=\"364\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2024\/06\/xml-attribute-file-1200x364.webp\" alt=\"xml-attribute-file\" class=\"wp-image-446998\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2024\/06\/xml-attribute-file-1200x364.webp 1200w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2024\/06\/xml-attribute-file-300x91.webp 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2024\/06\/xml-attribute-file-250x76.webp 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2024\/06\/xml-attribute-file-768x233.webp 768w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2024\/06\/xml-attribute-file.webp 1277w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<h4 class=\"wp-block-heading\"><strong>Attribute Option Imports &#8211;<\/strong><\/h4>\n\n\n\n<p>All attribute options are imported based on the channel and locale settings. <\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"1200\" height=\"602\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2024\/06\/akeneo-xml-import-attribute-option-1200x602.webp\" alt=\"akeneo-xml-attribute-option\" class=\"wp-image-446474\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2024\/06\/akeneo-xml-import-attribute-option-1200x602.webp 1200w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2024\/06\/akeneo-xml-import-attribute-option-300x150.webp 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2024\/06\/akeneo-xml-import-attribute-option-250x125.webp 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2024\/06\/akeneo-xml-import-attribute-option-768x385.webp 768w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2024\/06\/akeneo-xml-import-attribute-option.webp 1304w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<p>Note: As seen in the figure below, the XML file you want to import requires values locale-wise to import local and channel-wise attribute options.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"1200\" height=\"469\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2024\/06\/xml-attribute-option-file-1200x469.webp\" alt=\"attribute-option \" class=\"wp-image-447006\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2024\/06\/xml-attribute-option-file-1200x469.webp 1200w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2024\/06\/xml-attribute-option-file-300x117.webp 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2024\/06\/xml-attribute-option-file-250x98.webp 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2024\/06\/xml-attribute-option-file-768x300.webp 768w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2024\/06\/xml-attribute-option-file.webp 1288w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<h4 class=\"wp-block-heading\"><strong>Category Import-<\/strong><\/h4>\n\n\n\n<p>Category Name (Locale as chosen, for example, en US, fr FR..) Multi-category trees are imported. (Imported according to the specified tree.<\/p>\n\n\n\n<p> If the category tree already exists, make sure not to duplicate it when importing for the first time.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"1200\" height=\"589\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2022\/12\/Import-profile-Category-Import-in-XML-Edit-1200x589.png\" alt=\"Import-profile-Category-Import-in-XML-Edit\" class=\"wp-image-360578\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2022\/12\/Import-profile-Category-Import-in-XML-Edit-1200x589.png 1200w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2022\/12\/Import-profile-Category-Import-in-XML-Edit-300x147.png 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2022\/12\/Import-profile-Category-Import-in-XML-Edit-250x123.png 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2022\/12\/Import-profile-Category-Import-in-XML-Edit-768x377.png 768w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2022\/12\/Import-profile-Category-Import-in-XML-Edit.png 1301w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<p>Note: Now, as shown below, the XML file you want to import requires values locale-wise to import local and channel-wise categories.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"1200\" height=\"383\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2024\/06\/xm-category-file-1200x383.webp\" alt=\"xml-category-file\" class=\"wp-image-447008\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2024\/06\/xm-category-file-1200x383.webp 1200w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2024\/06\/xm-category-file-300x96.webp 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2024\/06\/xm-category-file-250x80.webp 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2024\/06\/xm-category-file-768x245.webp 768w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2024\/06\/xm-category-file.webp 1299w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<p><strong>Product and Product model Import-<\/strong><\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"1011\" height=\"584\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2020\/04\/import-profile.png\" alt=\"import-profile\" class=\"wp-image-242925\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2020\/04\/import-profile.png 1011w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2020\/04\/import-profile-300x173.png 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2020\/04\/import-profile-250x144.png 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2020\/04\/import-profile-768x444.png 768w\" sizes=\"(max-width: 1011px) 100vw, 1011px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<p>After that, click on save button.<\/p>\n\n\n\n<p>Then it will redirect to the properties section. In this select the file path form where you want to import the product or you can add the public URL by enabling the option.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"1200\" height=\"675\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2024\/06\/akeneo-xml-import-product-1200x675.webp\" alt=\"akeneo-xml-properties\" class=\"wp-image-446475\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2024\/06\/akeneo-xml-import-product-1200x675.webp 1200w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2024\/06\/akeneo-xml-import-product-300x169.webp 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2024\/06\/akeneo-xml-import-product-250x141.webp 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2024\/06\/akeneo-xml-import-product-768x432.webp 768w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2024\/06\/akeneo-xml-import-product.webp 1366w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<p>Once you enable the Public URL, you will see a new field URL where you can enter the public URL. <\/p>\n\n\n\n<p>If the file is authorised, you may also enable the basic auth option and provide the username and password.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"1200\" height=\"675\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2024\/06\/import-profile-add-public-url-1200x675.webp\" alt=\"import-profile-public-url\" class=\"wp-image-446477\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2024\/06\/import-profile-add-public-url-1200x675.webp 1200w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2024\/06\/import-profile-add-public-url-300x169.webp 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2024\/06\/import-profile-add-public-url-250x141.webp 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2024\/06\/import-profile-add-public-url-768x432.webp 768w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2024\/06\/import-profile-add-public-url.webp 1366w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<p> If the user enters the wrong username and password then you will get the below error while importing the product.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"1200\" height=\"573\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2024\/06\/akeneo-import-job-error-1200x573.webp\" alt=\"akeneo-xml-import-error\" class=\"wp-image-446480\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2024\/06\/akeneo-import-job-error-1200x573.webp 1200w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2024\/06\/akeneo-import-job-error-300x143.webp 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2024\/06\/akeneo-import-job-error-250x119.webp 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2024\/06\/akeneo-import-job-error-768x367.webp 768w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2024\/06\/akeneo-import-job-error.webp 1269w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<p>After that, go to the Global Settings.&nbsp;<\/p>\n\n\n\n<p>In the Global Settings, you will get three options&nbsp;<strong>Select template,<\/strong> <strong>File path, Allow file upload, and Folder Path of Images To Be Upload<\/strong>.<\/p>\n\n\n\n<p>Then navigate to the&nbsp;<strong>Content<\/strong>&nbsp;section and select the following options:<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"1200\" height=\"602\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2024\/06\/akeneo-xml-import-content-1200x602.webp\" alt=\"akeneo-import-content\" class=\"wp-image-446486\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2024\/06\/akeneo-xml-import-content-1200x602.webp 1200w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2024\/06\/akeneo-xml-import-content-300x150.webp 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2024\/06\/akeneo-xml-import-content-250x125.webp 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2024\/06\/akeneo-xml-import-content-768x385.webp 768w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2024\/06\/akeneo-xml-import-content.webp 1304w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<p>After that, click the Save button. Then click to import upload file to import the XML file.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"1200\" height=\"277\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2024\/06\/akeneo-xml-import-now-1200x277.webp\" alt=\"akeneo-xml-import-now\" class=\"wp-image-446487\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2024\/06\/akeneo-xml-import-now-1200x277.webp 1200w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2024\/06\/akeneo-xml-import-now-300x69.webp 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2024\/06\/akeneo-xml-import-now-250x58.webp 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2024\/06\/akeneo-xml-import-now-768x177.webp 768w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2024\/06\/akeneo-xml-import-now.webp 1296w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<p>Now after clicking on the Save button, wait for the execution process to complete then check the errors.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"1200\" height=\"602\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2024\/06\/akeneo-xml-import-process-tracker-1200x602.webp\" alt=\"import-process-tracker\" class=\"wp-image-446490\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2024\/06\/akeneo-xml-import-process-tracker-1200x602.webp 1200w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2024\/06\/akeneo-xml-import-process-tracker-300x150.webp 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2024\/06\/akeneo-xml-import-process-tracker-250x125.webp 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2024\/06\/akeneo-xml-import-process-tracker-768x385.webp 768w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2024\/06\/akeneo-xml-import-process-tracker.webp 1304w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<p><strong>Important note:<\/strong> When importing a model, the family variation header is required, while submodels require the family variant header and parent.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"1200\" height=\"678\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2024\/06\/xml-product-model-file-1-1200x678.webp\" alt=\"product-model-xml-file\" class=\"wp-image-447064\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2024\/06\/xml-product-model-file-1-1200x678.webp 1200w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2024\/06\/xml-product-model-file-1-300x170.webp 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2024\/06\/xml-product-model-file-1-250x141.webp 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2024\/06\/xml-product-model-file-1-768x434.webp 768w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2024\/06\/xml-product-model-file-1.webp 1293w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<div class=\"wk-index-wrap\"><h3 class=\"index-title\">Support<\/h3><\/div><div class=\"margin-bottom-50\">\n<p>This was all about the Akeneo XML Connector.&nbsp;I hope you must have the got the idea of our module. Thanks for taking the time in reading this blog.&nbsp;<\/p>\n\n\n\n<p>And also, please doesn\u2019t forget to share your feedback and suggestions under 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\n\n\n<p>Please explore our&nbsp;<a href=\"https:\/\/webkul.com\/akeneo\/\" target=\"_blank\" rel=\"noreferrer noopener\">Akeneo Development Services<\/a>&nbsp;and Quality&nbsp;<a href=\"https:\/\/store.webkul.com\/Akeneo.html\" target=\"_blank\" rel=\"noreferrer noopener\">Akeneo Extensions<\/a>.<\/p>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>Akeneo XML Connector extension enables you to import and export products, categories, and attributes from an XML file. The XML Connector can help the automobile suppliers&nbsp;so that they can&nbsp;maintain data&nbsp;in&nbsp;standardized attributes&nbsp;or&nbsp;XML format&nbsp;for&nbsp;exchanging large amounts of data digitally. Auto standards like PIES and ACES help manufacturers and sellers improve product data, making sharing easier and reducing <a href=\"https:\/\/webkul.com\/blog\/akeneo-xml-feed-importer\/\">[&#8230;]<\/a><\/p>\n","protected":false},"author":273,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[5709],"tags":[3649,6000,7702,8329],"class_list":["post-242531","post","type-post","status-publish","format-standard","hentry","category-akeneo","tag-akeneo","tag-akeneo-connector","tag-akeneo-pim","tag-akeneo-product-information-management"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v24.5 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>PIM XML feed Integration | Akeneo Feeds importer<\/title>\n<meta name=\"description\" content=\"Akeneo XML connector, you can generate product XML files in Akeneo. You can upload the XML file to various eCommerce channels.\" \/>\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\/akeneo-xml-feed-importer\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"PIM XML feed Integration | Akeneo Feeds importer\" \/>\n<meta property=\"og:description\" content=\"Akeneo XML connector, you can generate product XML files in Akeneo. You can upload the XML file to various eCommerce channels.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/webkul.com\/blog\/akeneo-xml-feed-importer\/\" \/>\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=\"2020-04-15T13:36:54+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-06-11T06:20:10+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/webkul.com\/blog\/wp-content\/uploads\/2020\/07\/src_4_x-all-mod.png\" \/>\n<meta name=\"author\" content=\"Kavita Singh\" \/>\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=\"Kavita Singh\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"20 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/webkul.com\/blog\/akeneo-xml-feed-importer\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/webkul.com\/blog\/akeneo-xml-feed-importer\/\"},\"author\":{\"name\":\"Kavita Singh\",\"@id\":\"https:\/\/webkul.com\/blog\/#\/schema\/person\/64d84d43c524cac89bfe9b55d0cfcee1\"},\"headline\":\"Akeneo XML Connector\",\"datePublished\":\"2020-04-15T13:36:54+00:00\",\"dateModified\":\"2024-06-11T06:20:10+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/webkul.com\/blog\/akeneo-xml-feed-importer\/\"},\"wordCount\":2561,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/webkul.com\/blog\/#organization\"},\"image\":{\"@id\":\"https:\/\/webkul.com\/blog\/akeneo-xml-feed-importer\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/webkul.com\/blog\/wp-content\/uploads\/2020\/07\/src_4_x-all-mod.png\",\"keywords\":[\"Akeneo\",\"Akeneo Connector\",\"Akeneo PIM\",\"Akeneo Product Information Management\"],\"articleSection\":[\"Akeneo\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/webkul.com\/blog\/akeneo-xml-feed-importer\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/webkul.com\/blog\/akeneo-xml-feed-importer\/\",\"url\":\"https:\/\/webkul.com\/blog\/akeneo-xml-feed-importer\/\",\"name\":\"PIM XML feed Integration | Akeneo Feeds importer\",\"isPartOf\":{\"@id\":\"https:\/\/webkul.com\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/webkul.com\/blog\/akeneo-xml-feed-importer\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/webkul.com\/blog\/akeneo-xml-feed-importer\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/webkul.com\/blog\/wp-content\/uploads\/2020\/07\/src_4_x-all-mod.png\",\"datePublished\":\"2020-04-15T13:36:54+00:00\",\"dateModified\":\"2024-06-11T06:20:10+00:00\",\"description\":\"Akeneo XML connector, you can generate product XML files in Akeneo. You can upload the XML file to various eCommerce channels.\",\"breadcrumb\":{\"@id\":\"https:\/\/webkul.com\/blog\/akeneo-xml-feed-importer\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/webkul.com\/blog\/akeneo-xml-feed-importer\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/webkul.com\/blog\/akeneo-xml-feed-importer\/#primaryimage\",\"url\":\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2020\/07\/src_4_x-all-mod.png\",\"contentUrl\":\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2020\/07\/src_4_x-all-mod.png\",\"width\":1192,\"height\":274,\"caption\":\"src_4_x-all-mod\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/webkul.com\/blog\/akeneo-xml-feed-importer\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/webkul.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Akeneo XML 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\/64d84d43c524cac89bfe9b55d0cfcee1\",\"name\":\"Kavita Singh\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/webkul.com\/blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/273ffe6996d44655ce6645d4b2ea5ff879f07db24c60888f32a2d611749a853e?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\/273ffe6996d44655ce6645d4b2ea5ff879f07db24c60888f32a2d611749a853e?s=96&d=https%3A%2F%2Fcdnblog.webkul.com%2Fblog%2Fwp-content%2Fuploads%2F2019%2F10%2Feva.png&r=g\",\"caption\":\"Kavita Singh\"},\"description\":\"Kavita, a seasoned Business Manager, drives growth in e-commerce solutions by implementing strategic management and innovative solutions, ensuring superior performance, and elevating digital commerce for exceptional results.\",\"url\":\"https:\/\/webkul.com\/blog\/author\/kavitasingh-bd984\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"PIM XML feed Integration | Akeneo Feeds importer","description":"Akeneo XML connector, you can generate product XML files in Akeneo. You can upload the XML file to various eCommerce channels.","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\/akeneo-xml-feed-importer\/","og_locale":"en_US","og_type":"article","og_title":"PIM XML feed Integration | Akeneo Feeds importer","og_description":"Akeneo XML connector, you can generate product XML files in Akeneo. You can upload the XML file to various eCommerce channels.","og_url":"https:\/\/webkul.com\/blog\/akeneo-xml-feed-importer\/","og_site_name":"Webkul Blog","article_publisher":"https:\/\/www.facebook.com\/webkul\/","article_published_time":"2020-04-15T13:36:54+00:00","article_modified_time":"2024-06-11T06:20:10+00:00","og_image":[{"url":"https:\/\/webkul.com\/blog\/wp-content\/uploads\/2020\/07\/src_4_x-all-mod.png","type":"","width":"","height":""}],"author":"Kavita Singh","twitter_card":"summary_large_image","twitter_creator":"@webkul","twitter_site":"@webkul","twitter_misc":{"Written by":"Kavita Singh","Est. reading time":"20 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/webkul.com\/blog\/akeneo-xml-feed-importer\/#article","isPartOf":{"@id":"https:\/\/webkul.com\/blog\/akeneo-xml-feed-importer\/"},"author":{"name":"Kavita Singh","@id":"https:\/\/webkul.com\/blog\/#\/schema\/person\/64d84d43c524cac89bfe9b55d0cfcee1"},"headline":"Akeneo XML Connector","datePublished":"2020-04-15T13:36:54+00:00","dateModified":"2024-06-11T06:20:10+00:00","mainEntityOfPage":{"@id":"https:\/\/webkul.com\/blog\/akeneo-xml-feed-importer\/"},"wordCount":2561,"commentCount":0,"publisher":{"@id":"https:\/\/webkul.com\/blog\/#organization"},"image":{"@id":"https:\/\/webkul.com\/blog\/akeneo-xml-feed-importer\/#primaryimage"},"thumbnailUrl":"https:\/\/webkul.com\/blog\/wp-content\/uploads\/2020\/07\/src_4_x-all-mod.png","keywords":["Akeneo","Akeneo Connector","Akeneo PIM","Akeneo Product Information Management"],"articleSection":["Akeneo"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/webkul.com\/blog\/akeneo-xml-feed-importer\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/webkul.com\/blog\/akeneo-xml-feed-importer\/","url":"https:\/\/webkul.com\/blog\/akeneo-xml-feed-importer\/","name":"PIM XML feed Integration | Akeneo Feeds importer","isPartOf":{"@id":"https:\/\/webkul.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/webkul.com\/blog\/akeneo-xml-feed-importer\/#primaryimage"},"image":{"@id":"https:\/\/webkul.com\/blog\/akeneo-xml-feed-importer\/#primaryimage"},"thumbnailUrl":"https:\/\/webkul.com\/blog\/wp-content\/uploads\/2020\/07\/src_4_x-all-mod.png","datePublished":"2020-04-15T13:36:54+00:00","dateModified":"2024-06-11T06:20:10+00:00","description":"Akeneo XML connector, you can generate product XML files in Akeneo. You can upload the XML file to various eCommerce channels.","breadcrumb":{"@id":"https:\/\/webkul.com\/blog\/akeneo-xml-feed-importer\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/webkul.com\/blog\/akeneo-xml-feed-importer\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/webkul.com\/blog\/akeneo-xml-feed-importer\/#primaryimage","url":"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2020\/07\/src_4_x-all-mod.png","contentUrl":"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2020\/07\/src_4_x-all-mod.png","width":1192,"height":274,"caption":"src_4_x-all-mod"},{"@type":"BreadcrumbList","@id":"https:\/\/webkul.com\/blog\/akeneo-xml-feed-importer\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/webkul.com\/blog\/"},{"@type":"ListItem","position":2,"name":"Akeneo XML 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\/64d84d43c524cac89bfe9b55d0cfcee1","name":"Kavita Singh","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/webkul.com\/blog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/273ffe6996d44655ce6645d4b2ea5ff879f07db24c60888f32a2d611749a853e?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\/273ffe6996d44655ce6645d4b2ea5ff879f07db24c60888f32a2d611749a853e?s=96&d=https%3A%2F%2Fcdnblog.webkul.com%2Fblog%2Fwp-content%2Fuploads%2F2019%2F10%2Feva.png&r=g","caption":"Kavita Singh"},"description":"Kavita, a seasoned Business Manager, drives growth in e-commerce solutions by implementing strategic management and innovative solutions, ensuring superior performance, and elevating digital commerce for exceptional results.","url":"https:\/\/webkul.com\/blog\/author\/kavitasingh-bd984\/"}]}},"amp_enabled":true,"_links":{"self":[{"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/posts\/242531","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\/273"}],"replies":[{"embeddable":true,"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/comments?post=242531"}],"version-history":[{"count":69,"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/posts\/242531\/revisions"}],"predecessor-version":[{"id":447066,"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/posts\/242531\/revisions\/447066"}],"wp:attachment":[{"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/media?parent=242531"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/categories?post=242531"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/tags?post=242531"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}