{"id":348230,"date":"2022-08-19T07:29:17","date_gmt":"2022-08-19T07:29:17","guid":{"rendered":"https:\/\/webkul.com\/blog\/?p=348230"},"modified":"2024-01-09T06:26:57","modified_gmt":"2024-01-09T06:26:57","slug":"akeneo-image-importer-module","status":"publish","type":"post","link":"https:\/\/webkul.com\/blog\/akeneo-image-importer-module\/","title":{"rendered":"Akeneo Image Importer"},"content":{"rendered":"\n<p><a href=\"https:\/\/store.webkul.com\/akeneo-image-importer.html\" target=\"_blank\" rel=\"noreferrer noopener\">Akeneo Image Importer<\/a>: Importing photos is now simple because you can do so from both an FTP and a local directory. <\/p>\n\n\n\n<p>When importing images from a local directory, you must specify the image&#8217;s path since the names of the images for products &amp; product models will be used to determine which images to assign to which items. <\/p>\n\n\n\n<p>You must specify the path and the FTP information for the FTP. The picture name will be used here as well to determine how the images are assigned.<\/p>\n\n\n\n<p>Also, using <a href=\"https:\/\/webkul.com\/blog\/akeneo-multi-source-import-type-documentation\/\" target=\"_blank\" rel=\"noreferrer noopener\">Akeneo Multi Source Import Type <\/a>allows importing products from multiple sources like &#8211; Google Sheets, URL, FTP, SFTP, File, and Dropbox into your Akeneo PIM.<\/p>\n\n\n\n<div class=\"wk-index-wrap\"><div class=\"block-wrap\">\n<h3 class=\"wp-block-heading index-title\">Basic Requirements<\/h3>\n<\/div><\/div>\n\n\n\n<p>Before you begin, please see the minimum requirements for using this module:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><span style=\"color: initial;\">This module is compatible with the Akeneo community and Enterprise(Flexibility) edition.<\/span><\/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\">system requirements<\/a>.<\/li>\n\n\n\n<li>This module works with Akeneo 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 <a href=\"https:\/\/www.akeneo.com\/download\/\">here<\/a><\/li>\n<\/ul>\n\n\n\n<div class=\"wk-index-wrap\"><div class=\"block-wrap\">\n<h3 class=\"wp-block-heading index-title\"><strong>Features<\/strong><\/h3>\n<\/div><\/div>\n\n\n\n<ul class=\"wp-block-list\">\n<li>From the FTP, import the product images.<\/li>\n\n\n\n<li>Import product images from the Local Directory.<\/li>\n\n\n\n<li>For products, images assignment will be based on their SKU\/image name.<\/li>\n\n\n\n<li>This module support image type jpeg, jpg, and png.<\/li>\n\n\n\n<li>You can connect FTP port and SSL.<\/li>\n\n\n\n<li><span style=\"color: initial;\">The product model uses the product model code for image naming and assignment.<\/span><\/li>\n\n\n\n<li>Product variants use the variant SKU for image naming and assignment.<\/li>\n\n\n\n<li>Import 2-level product variant images.<\/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&nbsp;<strong>ACCESS KEYS<\/strong>&nbsp;[Create a&nbsp;<a href=\"https:\/\/webkul.uvdesk.com\/en\/customer\/create-ticket\/\" target=\"_blank\" rel=\"noreferrer noopener\">support ticket<\/a>]<br><strong>2<\/strong>: In Akeneo&nbsp;<strong>composer.json<\/strong>, add our repository as well as the installation script.<\/p>\n\n\n\n<p><strong>For Akeneo =6.x<\/strong> <strong>and 7.x<\/strong><\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">{\n  \"scripts\": {\n        \"post-update-cmd\": [\n           \"vendor\/webkul\/imageimporterconnector\/src\/Webkul\/ImageImporterBundle\/install\/config.sh COMPOSER=true NO_DOCKER=true\"\n        ],\n        \"post-install-cmd\": [\n           \"vendor\/webkul\/imageimporterconnector\/src\/Webkul\/ImageImporterBundle\/install\/config.sh COMPOSER=true NO_DOCKER=true\"\n        ],\n        \"post-create-project-cmd\": [\n          \"vendor\/webkul\/imageimporterconnector\/src\/Webkul\/ImageImporterBundle\/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 =5.x&nbsp;<\/strong><\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">{\n  \"scripts\": {\n        \"post-update-cmd\": [\n           \n\"vendor\/webkul\/imageimporterconnector\/composer_install.sh\"\n        ],\n        \"post-install-cmd\": [\n           \n\"vendor\/webkul\/imageimporterconnector\/composer_install.sh\"\n        ],\n        \"post-create-project-cmd\": [\n         \n\"vendor\/webkul\/imageimporterconnector\/composer_install.sh\"\n       ]\n   },\n  \"repositories\": [{\n    \"type\": \"composer\",\n    \"url\": \"https:\/\/akeneorepo.webkul.com\/\"\n  }]\n}<\/pre>\n\n\n\n<p><strong>3<\/strong>: Use composer to install the extension.<\/p>\n\n\n\n<p><strong>For version 6.0.x<\/strong> <strong>and 7.0.x<\/strong><\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">composer require webkul\/imageimporterconnector<\/pre>\n\n\n\n<p><strong>For version 5.0.x- <\/strong><\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">composer require webkul\/imageimporterconnector:1.0.0<\/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\u2019s cache.<\/p>\n\n\n\n<div class=\"wk-index-wrap\"><div class=\"block-wrap\">\n<h3 class=\"wp-block-heading index-title\">Manual Installation for Version 6.0.x and 7.0.x<\/h3>\n<\/div><\/div>\n\n\n\n<ul class=\"wp-block-list\">\n<li>After unzipping the respective extension zip and merging the &#8220;src&#8221; folder into the akeneo project.<\/li>\n\n\n\n<li>Run the below command over the NO-DOCKER Instance from the PIM directory.<\/li>\n<\/ul>\n\n\n\n<pre class=\"wp-block-preformatted\">.\/src\/Webkul\/ImageImporterBundle\/install\/config.sh COMPOSER=false NO_DOCKER=true<\/pre>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Run the below command over the docker Instance from the PIM directory.<\/li>\n<\/ul>\n\n\n\n<pre class=\"wp-block-preformatted\">.\/src\/Webkul\/ImageImporterBundle\/install\/config.sh COMPOSER=false NO_DOCKER=false<\/pre>\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 Image Importer module in your Akeneo PIM platform.<\/p>\n\n\n\n<p><strong>1<\/strong>&nbsp;\u2013 Unzip the respective extension zip then merge the \u201csrc\u201d folder into akeneo project root directory.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"1185\" height=\"275\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/02\/Screenshot-by-Lightshot-1200x414-1-.png\" alt=\"Screenshot-by-Lightshot-1200x414-1-\" class=\"wp-image-283509\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/02\/Screenshot-by-Lightshot-1200x414-1-.png 1185w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/02\/Screenshot-by-Lightshot-1200x414-1--300x70.png 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/02\/Screenshot-by-Lightshot-1200x414-1--250x58.png 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/02\/Screenshot-by-Lightshot-1200x414-1--768x178.png 768w\" sizes=\"(max-width: 1185px) 100vw, 1185px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<p>2 \u2013 Goto&nbsp;<strong>config\/Bundles.php<\/strong>&nbsp;then add the line:<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\">  Webkul\\ImageImporterBundle\\ImageImporterBundle::class =&gt; &#091;&#039;all&#039; =&gt; true],\n  Ijanki\\Bundle\\FtpBundle\\IjankiFtpBundle::class =&gt; &#091;&#039;all&#039; =&gt; true]<\/pre>\n\n\n\n<p>in the return array.<\/p>\n\n\n\n<p><strong>3 \u2013<\/strong>&nbsp;Copy the \u201cconfig\u201d folder into the akeneo project root directory for routing.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"1200\" height=\"274\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/02\/src-magento-2-1-1-2-1200x274-1.png\" alt=\"src-magento-2-1-1-2-1200x274-1\" class=\"wp-image-283527\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/02\/src-magento-2-1-1-2-1200x274-1.png 1200w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/02\/src-magento-2-1-1-2-1200x274-1-300x69.png 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/02\/src-magento-2-1-1-2-1200x274-1-250x57.png 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/02\/src-magento-2-1-1-2-1200x274-1-768x175.png 768w\" 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 -d memory_limit=4G \/usr\/local\/bin\/composer require ijanki\/ftp-bundle --no-scripts\nrm -rf var\/cache\/ &amp;&amp; php bin\/console image:setup:install --env=prod;<\/pre>\n\n\n\n<p><strong>5<\/strong> &#8211; If you are using php-fpm. Then you need to restart the php-fpm services and apache web server.<\/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> <strong>4<\/strong><\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\">sudo service php-fpm7.3 restart<\/pre>\n\n\n\n<h2 class=\"wp-block-heading\">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<\/strong>&nbsp;<strong>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<div class=\"wk-index-wrap\"><div class=\"block-wrap\">\n<h3 class=\"wp-block-heading index-title\">Installing Module For Version 3.x<\/h3>\n<\/div><\/div>\n\n\n\n<p>Please follow these steps for installing the Akeneo SEO Manager module in your Akeneo PIM platform.<\/p>\n\n\n\n<p><strong>1<\/strong>&nbsp;\u2013 Unzip the respective extension zip then merge the \u201csrc\u201d folder into akeneo project root directory.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"1200\" height=\"283\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/02\/src_2_x-1-1-1200x283-2.png\" alt=\"src_2_x-1-1-1200x283-2\" class=\"wp-image-283597\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/02\/src_2_x-1-1-1200x283-2.png 1200w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/02\/src_2_x-1-1-1200x283-2-300x71.png 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/02\/src_2_x-1-1-1200x283-2-250x59.png 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/02\/src_2_x-1-1-1200x283-2-768x181.png 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<p><strong>2<\/strong>&nbsp;\u2013 After that, go to&nbsp;app\/AppKernel.php&nbsp;then add the line.<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\">new Webkul\\ImageImporterBundle\\ImageImporterBundle(),\nnew Ijanki\\Bundle\\FtpBundle\\IjankiFtpBundle(),<\/pre>\n\n\n\n<p><strong>3<\/strong>&nbsp;\u2013 Goto&nbsp;<strong>app\/config\/routing.yml<\/strong>&nbsp;then add these lines at top of file.<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\">images_import_bundle:\n      resource: &quot;@ImageImporterBundle\/Resources\/config\/routing.yml&quot;\n      prefix:   \/<\/pre>\n\n\n\n<p><strong>4<\/strong>&nbsp;\u2013 Then run this command after ssh to your akeneo server by the terminal.<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\">php -d memory_limit=4G \/usr\/local\/bin\/composer --no-scripts require ijanki\/ftp-bundle --ignore-platform-reqs\nrm -rf var\/cache\/ &amp;&amp; php bin\/console image:setup:install --env=prod;<\/pre>\n\n\n\n<p><strong>5<\/strong> &#8211; If you are using php-fpm. Then you need to restart the php-fpm services and apache web server.<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\">sudo service php-fpm7.2 restart<\/pre>\n\n\n\n<div class=\"wk-index-wrap\"><div class=\"block-wrap\">\n<h3 class=\"wp-block-heading index-title\">Common Issues After Installation<\/h3>\n<\/div><\/div>\n\n\n\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\/2021\/02\/Webpack-error-3-1.png\" alt=\"Webpack-error-3-1\" class=\"wp-image-283529\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/02\/Webpack-error-3-1.png 734w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/02\/Webpack-error-3-1-300x86.png 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/02\/Webpack-error-3-1-250x72.png 250w\" sizes=\"(max-width: 734px) 100vw, 734px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<p>It means that web pack is not installed in your system. Run the following command.<\/p>\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<\/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.0.x and 7.0.x<\/h3>\n<\/div><\/div>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Run the below command over the NO-DOCKER Instance from the PIM directory.<\/li>\n<\/ul>\n\n\n\n<pre class=\"wp-block-preformatted\">.\/src\/Webkul\/ImageImporterBundle\/uninstall\/uninstall.sh COMPOSER=false NO_DOCKER=true<\/pre>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Run the below command over the docker Instance from the PIM directory.<\/li>\n<\/ul>\n\n\n\n<pre class=\"wp-block-preformatted\">.\/src\/Webkul\/ImageImporterBundle\/uninstall\/uninstall.sh COMPOSER=false NO_DOCKER=false<\/pre>\n\n\n\n<div class=\"wk-index-wrap\"><div class=\"block-wrap\">\n<h3 class=\"wp-block-heading index-title\">How to add images to a folder<\/h3>\n<\/div><\/div>\n\n\n\n<p>To begin, create a folder named product\/model image inside of another folder with the same name as the product\/model SKU. This folder should be created inside the FTP directory path.<\/p>\n\n\n\n<p>In the directory, you must create an image folder. Add images in the Product image folder. For example,<strong>&nbsp;image\/ProductskuImageFolder\/Productsku.jpg<\/strong><\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"1011\" height=\"252\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2022\/08\/Screenshot-from-2022-08-19-10-58-02.png\" alt=\"Screenshot-from-2022-08-19-10-58-02\" class=\"wp-image-348464\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2022\/08\/Screenshot-from-2022-08-19-10-58-02.png 1011w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2022\/08\/Screenshot-from-2022-08-19-10-58-02-300x75.png 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2022\/08\/Screenshot-from-2022-08-19-10-58-02-250x62.png 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2022\/08\/Screenshot-from-2022-08-19-10-58-02-768x191.png 768w\" sizes=\"(max-width: 1011px) 100vw, 1011px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<p>A product image&#8217;s naming convention is as follows:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>If the SKU is 1234<\/li>\n\n\n\n<li>Accordingly, the filename for the image should be 1234.jpg. Image names must not contain an underscore but rather a hyphen.<\/li>\n\n\n\n<li>The image names will be 1234-1.jpg and 1234-2.jpg if more than one image is available.<\/li>\n<\/ul>\n\n\n\n<p>Product\/model SKU is always the sole information that appears in the main image, never with a hyphen.<br>Example: 1234.jpg<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"1053\" height=\"350\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2022\/08\/Screenshot-from-2022-08-19-10-58-17.png\" alt=\"Screenshot-from-2022-08-19-10-58-17\" class=\"wp-image-348466\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2022\/08\/Screenshot-from-2022-08-19-10-58-17.png 1053w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2022\/08\/Screenshot-from-2022-08-19-10-58-17-300x100.png 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2022\/08\/Screenshot-from-2022-08-19-10-58-17-250x83.png 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2022\/08\/Screenshot-from-2022-08-19-10-58-17-768x255.png 768w\" sizes=\"(max-width: 1053px) 100vw, 1053px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>To import Product Variant image:<\/strong><\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Create a variant image inside the product model image folder.<\/li>\n\n\n\n<li>Don&#8217;t create a folder for the variant image<\/li>\n\n\n\n<li>Start the name of the various image with the name of the variant product SKU.<\/li>\n\n\n\n<li>For example- image\/ProductModelskuImageFolder\/VariantProductsku.jpg<a href=\"#import-product-images-from-the-local-directory-for-akeneo-version-32x\"><\/a><\/li>\n<\/ul>\n\n\n\n<div class=\"wk-index-wrap\"><div class=\"block-wrap\">\n<h3 class=\"wp-block-heading index-title\">Workflow &#8211;  Akeneo Image Importer<\/h3>\n<\/div><\/div>\n\n\n\n<p>After the successful installation of the module, you will see the <strong>Akeneo Image Importer<\/strong> icon on the left side of the dashboard, as shown below:<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"1200\" height=\"585\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2023\/06\/Image-Importer-2-1200x585.png\" alt=\"Image-Importer-2\" class=\"wp-image-387515\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2023\/06\/Image-Importer-2-1200x585.png 1200w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2023\/06\/Image-Importer-2-300x146.png 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2023\/06\/Image-Importer-2-250x122.png 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2023\/06\/Image-Importer-2-768x375.png 768w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2023\/06\/Image-Importer-2.png 1304w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<p>Using this module, you can import the product images through FTP and Local Directory.<\/p>\n\n\n\n<div class=\"wk-index-wrap\"><div class=\"block-wrap\">\n<h3 class=\"wp-block-heading index-title\">Import Images Using Local Directory:<\/h3>\n<\/div><\/div>\n\n\n\n<p>To import images from your local directory to Akeneo, you have to navigate to<strong> Import>>Create Import Profile<\/strong>.<\/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\/2023\/04\/akeneo-demo.webkul.com_7945_webkul-store-1.png\" alt=\"akeneo-demo.webkul.com_7945_webkul-store-1\" class=\"wp-image-375223\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2023\/04\/akeneo-demo.webkul.com_7945_webkul-store-1.png 1120w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2023\/04\/akeneo-demo.webkul.com_7945_webkul-store-1-300x236.png 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2023\/04\/akeneo-demo.webkul.com_7945_webkul-store-1-250x196.png 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2023\/04\/akeneo-demo.webkul.com_7945_webkul-store-1-768x603.png 768w\" sizes=\"(max-width: 1120px) 100vw, 1120px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<p>Then, to create an import job, select the job Image Importer via Local Directory and enter the job code and label.<\/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\/2023\/04\/akeneo-demo.webkul.com_7361_webkul-store.png\" alt=\"akeneo-demo.webkul.com_7361_webkul-store\" class=\"wp-image-375227\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2023\/04\/akeneo-demo.webkul.com_7361_webkul-store.png 1120w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2023\/04\/akeneo-demo.webkul.com_7361_webkul-store-300x236.png 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2023\/04\/akeneo-demo.webkul.com_7361_webkul-store-250x196.png 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2023\/04\/akeneo-demo.webkul.com_7361_webkul-store-768x603.png 768w\" sizes=\"(max-width: 1120px) 100vw, 1120px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<p>After clicking the save button, add the file path in the global settings tab and then go to the content tab to add the necessary data.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"1116\" height=\"726\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2023\/04\/akeneo-demo.webkul.com_7361_webkul-store-3.png\" alt=\"akeneo-demo.webkul.com_7361_webkul-store-3\" class=\"wp-image-375230\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2023\/04\/akeneo-demo.webkul.com_7361_webkul-store-3.png 1116w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2023\/04\/akeneo-demo.webkul.com_7361_webkul-store-3-300x195.png 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2023\/04\/akeneo-demo.webkul.com_7361_webkul-store-3-250x163.png 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2023\/04\/akeneo-demo.webkul.com_7361_webkul-store-3-768x500.png 768w\" sizes=\"(max-width: 1116px) 100vw, 1116px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<p>Then, after clicking the save button, you will see the import button. The images will be imported from the local directory when you click the import button.<\/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\/2023\/04\/akeneo-demo.webkul.com_7361_webkul-store-2.png\" alt=\"akeneo-demo.webkul.com_7361_webkul-store-2\" class=\"wp-image-375232\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2023\/04\/akeneo-demo.webkul.com_7361_webkul-store-2.png 1120w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2023\/04\/akeneo-demo.webkul.com_7361_webkul-store-2-300x236.png 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2023\/04\/akeneo-demo.webkul.com_7361_webkul-store-2-250x196.png 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2023\/04\/akeneo-demo.webkul.com_7361_webkul-store-2-768x603.png 768w\" sizes=\"(max-width: 1120px) 100vw, 1120px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<p>Then click the Import Now button then wait for the product execution job to get completed.<\/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\/2023\/04\/akeneo-demo.webkul.com_7945_webkul-store-4.png\" alt=\"akeneo-demo.webkul.com_7945_webkul-store-4\" class=\"wp-image-375233\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2023\/04\/akeneo-demo.webkul.com_7945_webkul-store-4.png 1120w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2023\/04\/akeneo-demo.webkul.com_7945_webkul-store-4-300x236.png 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2023\/04\/akeneo-demo.webkul.com_7945_webkul-store-4-250x196.png 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2023\/04\/akeneo-demo.webkul.com_7945_webkul-store-4-768x603.png 768w\" sizes=\"(max-width: 1120px) 100vw, 1120px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<div class=\"wk-index-wrap\"><div class=\"block-wrap\">\n<h3 class=\"wp-block-heading index-title\">Import Images Using <strong>FTP<\/strong>:<\/h3>\n<\/div><\/div>\n\n\n\n<p>To import images from your local directory to Akeneo you have to navigate to<strong> Import&gt;&gt;Create Import Profile<\/strong>.<\/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\/2023\/04\/akeneo-demo.webkul.com_7945_webkul-store-1-1.png\" alt=\"akeneo-demo.webkul.com_7945_webkul-store-1-1\" class=\"wp-image-375235\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2023\/04\/akeneo-demo.webkul.com_7945_webkul-store-1-1.png 1120w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2023\/04\/akeneo-demo.webkul.com_7945_webkul-store-1-1-300x236.png 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2023\/04\/akeneo-demo.webkul.com_7945_webkul-store-1-1-250x196.png 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2023\/04\/akeneo-demo.webkul.com_7945_webkul-store-1-1-768x603.png 768w\" sizes=\"(max-width: 1120px) 100vw, 1120px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<p>Then, to create an import job, select the job Image Importer via FTP and enter the job code and label.<\/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\/2023\/04\/akeneo-demo.webkul.com_7361_webkul-store-4.png\" alt=\"akeneo-demo.webkul.com_7361_webkul-store-4\" class=\"wp-image-375237\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2023\/04\/akeneo-demo.webkul.com_7361_webkul-store-4.png 1120w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2023\/04\/akeneo-demo.webkul.com_7361_webkul-store-4-300x236.png 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2023\/04\/akeneo-demo.webkul.com_7361_webkul-store-4-250x196.png 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2023\/04\/akeneo-demo.webkul.com_7361_webkul-store-4-768x603.png 768w\" sizes=\"(max-width: 1120px) 100vw, 1120px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<p>After clicking the save button, add the file path in the FTP settings tab and enter the details like:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Directory path<\/li>\n\n\n\n<li>Host Name<\/li>\n\n\n\n<li>Port<\/li>\n\n\n\n<li>Encryption(with or without SSL)<\/li>\n\n\n\n<li>User Name<\/li>\n\n\n\n<li>User Password<\/li>\n<\/ul>\n\n\n\n<p>After that validate the credentials and click on the save button.<\/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\/2023\/06\/Export-profile-Image-Importer-Via-FTP-Edit-1-1200x675.png\" alt=\"Export-profile-Image-Importer-Via-FTP-Edit-1\" class=\"wp-image-387517\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2023\/06\/Export-profile-Image-Importer-Via-FTP-Edit-1-1200x675.png 1200w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2023\/06\/Export-profile-Image-Importer-Via-FTP-Edit-1-300x169.png 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2023\/06\/Export-profile-Image-Importer-Via-FTP-Edit-1-250x141.png 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2023\/06\/Export-profile-Image-Importer-Via-FTP-Edit-1-768x432.png 768w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2023\/06\/Export-profile-Image-Importer-Via-FTP-Edit-1.png 1366w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<p>Once you click on the save button, you will see the import button. The images will be imported from the local directory when you click the import button.<\/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\/2023\/04\/akeneo-demo.webkul.com_7361_webkul-store-5.png\" alt=\"akeneo-demo.webkul.com_7361_webkul-store-5\" class=\"wp-image-375238\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2023\/04\/akeneo-demo.webkul.com_7361_webkul-store-5.png 1120w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2023\/04\/akeneo-demo.webkul.com_7361_webkul-store-5-300x236.png 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2023\/04\/akeneo-demo.webkul.com_7361_webkul-store-5-250x196.png 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2023\/04\/akeneo-demo.webkul.com_7361_webkul-store-5-768x603.png 768w\" sizes=\"(max-width: 1120px) 100vw, 1120px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<p>Then click the Import Now button and then wait for the product execution job to get completed.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"1200\" height=\"619\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2022\/08\/Import-executions-Details-1-1200x619.png\" alt=\"Import-executions-Details-1\" class=\"wp-image-348503\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2022\/08\/Import-executions-Details-1-1200x619.png 1200w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2022\/08\/Import-executions-Details-1-300x155.png 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2022\/08\/Import-executions-Details-1-250x129.png 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2022\/08\/Import-executions-Details-1-768x396.png 768w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2022\/08\/Import-executions-Details-1.png 1301w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<div class=\"wk-index-wrap\"><div class=\"block-wrap\">\n<h3 class=\"wp-block-heading index-title\">Support<\/h3>\n<\/div><\/div>\n\n\n\n<p>Furthermore, for any issues related to this module,&nbsp;reach out to us at&nbsp;<a href=\"mailto:support@webkul.com\" target=\"_blank\" rel=\"noreferrer noopener\">support@webkul.com<\/a>. Also, you can raise a ticket at our&nbsp;<strong><a href=\"https:\/\/webkul.uvdesk.com\/en\/\" target=\"_blank\" rel=\"noreferrer noopener\">HelpDesk System.<\/a><\/strong><\/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\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Akeneo Image Importer: Importing photos is now simple because you can do so from both an FTP and a local directory. When importing images from a local directory, you must specify the image&#8217;s path since the names of the images for products &amp; product models will be used to determine which images to assign to <a href=\"https:\/\/webkul.com\/blog\/akeneo-image-importer-module\/\">[&#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":[],"class_list":["post-348230","post","type-post","status-publish","format-standard","hentry","category-akeneo"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v24.5 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Akeneo Image Importer | Local File &amp; FTP Image Impoter<\/title>\n<meta name=\"description\" content=\"Akeneo Image Importer allows you to import images for products and product models from the local directory and FTP.\" \/>\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-image-importer-module\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Akeneo Image Importer | Local File &amp; FTP Image Impoter\" \/>\n<meta property=\"og:description\" content=\"Akeneo Image Importer allows you to import images for products and product models from the local directory and FTP.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/webkul.com\/blog\/akeneo-image-importer-module\/\" \/>\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=\"2022-08-19T07:29:17+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-01-09T06:26:57+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/webkul.com\/blog\/wp-content\/uploads\/2021\/02\/Screenshot-by-Lightshot-1200x414-1-.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=\"9 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/webkul.com\/blog\/akeneo-image-importer-module\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/webkul.com\/blog\/akeneo-image-importer-module\/\"},\"author\":{\"name\":\"Kavita Singh\",\"@id\":\"https:\/\/webkul.com\/blog\/#\/schema\/person\/64d84d43c524cac89bfe9b55d0cfcee1\"},\"headline\":\"Akeneo Image Importer\",\"datePublished\":\"2022-08-19T07:29:17+00:00\",\"dateModified\":\"2024-01-09T06:26:57+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/webkul.com\/blog\/akeneo-image-importer-module\/\"},\"wordCount\":1205,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/webkul.com\/blog\/#organization\"},\"image\":{\"@id\":\"https:\/\/webkul.com\/blog\/akeneo-image-importer-module\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/webkul.com\/blog\/wp-content\/uploads\/2021\/02\/Screenshot-by-Lightshot-1200x414-1-.png\",\"articleSection\":[\"Akeneo\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/webkul.com\/blog\/akeneo-image-importer-module\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/webkul.com\/blog\/akeneo-image-importer-module\/\",\"url\":\"https:\/\/webkul.com\/blog\/akeneo-image-importer-module\/\",\"name\":\"Akeneo Image Importer | Local File & FTP Image Impoter\",\"isPartOf\":{\"@id\":\"https:\/\/webkul.com\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/webkul.com\/blog\/akeneo-image-importer-module\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/webkul.com\/blog\/akeneo-image-importer-module\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/webkul.com\/blog\/wp-content\/uploads\/2021\/02\/Screenshot-by-Lightshot-1200x414-1-.png\",\"datePublished\":\"2022-08-19T07:29:17+00:00\",\"dateModified\":\"2024-01-09T06:26:57+00:00\",\"description\":\"Akeneo Image Importer allows you to import images for products and product models from the local directory and FTP.\",\"breadcrumb\":{\"@id\":\"https:\/\/webkul.com\/blog\/akeneo-image-importer-module\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/webkul.com\/blog\/akeneo-image-importer-module\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/webkul.com\/blog\/akeneo-image-importer-module\/#primaryimage\",\"url\":\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/02\/Screenshot-by-Lightshot-1200x414-1-.png\",\"contentUrl\":\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/02\/Screenshot-by-Lightshot-1200x414-1-.png\",\"width\":1185,\"height\":275,\"caption\":\"Screenshot-by-Lightshot-1200x414-1-\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/webkul.com\/blog\/akeneo-image-importer-module\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/webkul.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Akeneo Image Importer\"}]},{\"@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":"Akeneo Image Importer | Local File & FTP Image Impoter","description":"Akeneo Image Importer allows you to import images for products and product models from the local directory and FTP.","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-image-importer-module\/","og_locale":"en_US","og_type":"article","og_title":"Akeneo Image Importer | Local File & FTP Image Impoter","og_description":"Akeneo Image Importer allows you to import images for products and product models from the local directory and FTP.","og_url":"https:\/\/webkul.com\/blog\/akeneo-image-importer-module\/","og_site_name":"Webkul Blog","article_publisher":"https:\/\/www.facebook.com\/webkul\/","article_published_time":"2022-08-19T07:29:17+00:00","article_modified_time":"2024-01-09T06:26:57+00:00","og_image":[{"url":"https:\/\/webkul.com\/blog\/wp-content\/uploads\/2021\/02\/Screenshot-by-Lightshot-1200x414-1-.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":"9 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/webkul.com\/blog\/akeneo-image-importer-module\/#article","isPartOf":{"@id":"https:\/\/webkul.com\/blog\/akeneo-image-importer-module\/"},"author":{"name":"Kavita Singh","@id":"https:\/\/webkul.com\/blog\/#\/schema\/person\/64d84d43c524cac89bfe9b55d0cfcee1"},"headline":"Akeneo Image Importer","datePublished":"2022-08-19T07:29:17+00:00","dateModified":"2024-01-09T06:26:57+00:00","mainEntityOfPage":{"@id":"https:\/\/webkul.com\/blog\/akeneo-image-importer-module\/"},"wordCount":1205,"commentCount":0,"publisher":{"@id":"https:\/\/webkul.com\/blog\/#organization"},"image":{"@id":"https:\/\/webkul.com\/blog\/akeneo-image-importer-module\/#primaryimage"},"thumbnailUrl":"https:\/\/webkul.com\/blog\/wp-content\/uploads\/2021\/02\/Screenshot-by-Lightshot-1200x414-1-.png","articleSection":["Akeneo"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/webkul.com\/blog\/akeneo-image-importer-module\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/webkul.com\/blog\/akeneo-image-importer-module\/","url":"https:\/\/webkul.com\/blog\/akeneo-image-importer-module\/","name":"Akeneo Image Importer | Local File & FTP Image Impoter","isPartOf":{"@id":"https:\/\/webkul.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/webkul.com\/blog\/akeneo-image-importer-module\/#primaryimage"},"image":{"@id":"https:\/\/webkul.com\/blog\/akeneo-image-importer-module\/#primaryimage"},"thumbnailUrl":"https:\/\/webkul.com\/blog\/wp-content\/uploads\/2021\/02\/Screenshot-by-Lightshot-1200x414-1-.png","datePublished":"2022-08-19T07:29:17+00:00","dateModified":"2024-01-09T06:26:57+00:00","description":"Akeneo Image Importer allows you to import images for products and product models from the local directory and FTP.","breadcrumb":{"@id":"https:\/\/webkul.com\/blog\/akeneo-image-importer-module\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/webkul.com\/blog\/akeneo-image-importer-module\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/webkul.com\/blog\/akeneo-image-importer-module\/#primaryimage","url":"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/02\/Screenshot-by-Lightshot-1200x414-1-.png","contentUrl":"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/02\/Screenshot-by-Lightshot-1200x414-1-.png","width":1185,"height":275,"caption":"Screenshot-by-Lightshot-1200x414-1-"},{"@type":"BreadcrumbList","@id":"https:\/\/webkul.com\/blog\/akeneo-image-importer-module\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/webkul.com\/blog\/"},{"@type":"ListItem","position":2,"name":"Akeneo Image Importer"}]},{"@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\/348230","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=348230"}],"version-history":[{"count":29,"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/posts\/348230\/revisions"}],"predecessor-version":[{"id":417102,"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/posts\/348230\/revisions\/417102"}],"wp:attachment":[{"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/media?parent=348230"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/categories?post=348230"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/tags?post=348230"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}