{"id":227884,"date":"2020-02-05T11:44:59","date_gmt":"2020-02-05T11:44:59","guid":{"rendered":"https:\/\/webkul.com\/blog\/?p=227884"},"modified":"2023-03-29T04:40:48","modified_gmt":"2023-03-29T04:40:48","slug":"akeneo-auto-sku-generator","status":"publish","type":"post","link":"https:\/\/webkul.com\/blog\/akeneo-auto-sku-generator\/","title":{"rendered":"Akeneo Auto SKU Generator"},"content":{"rendered":"\n<div class=\"wk-index-wrap\"><div class=\"block-wrap\">\n<h3 class=\"index-title wp-block-heading\">Introduction<\/h3>\n<\/div><\/div>\n\n\n\n<p>With the help of this module, the merchants can generate the SKU automatically in Akeneo. This module will help the merchants to save lots of time and manual work to generate the SKU in Akeneo. If the store owners generate the SKU automatically in Akeneo then they can easily add the other product details and increase the efficiency of creating products. This module will work for product and product variants in Akeneo to generate the product SKU.<\/p>\n\n\n\n<p>Check an overview of the plugin functionality &#8211; <\/p>\n\n\n\n<div class=\"wp-block-wk-block-youtube-video wp-block-wk-block--yt-video components-placeholder\"><div class=\"wk-block--yt-video-frame\"><div class=\"wk-block--yt-video-frame-request\" data-plyr-provider=\"youtube\" data-plyr-embed-id=\"sODH7pKMIYo\"><div class=\"components-placeholder__instructions\">sODH7pKMIYo<\/div><\/div><\/div><\/div>\n\n\n\n<p><\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Basic Requirements:<\/h3>\n\n\n\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 <a href=\"https:\/\/www.akeneo.com\/download\/\">here<\/a><\/li>\n\n\n\n<li>Node and Yarn packages need to be installed.<\/li>\n\n\n\n<li>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\/6.0\/install_pim\/manual\/system_requirements\/system_requirements.html\">system requirements<\/a>.<\/li>\n<\/ul>\n\n\n\n<div class=\"wk-index-wrap\"><div class=\"block-wrap\">\n<h3 class=\"index-title wp-block-heading\">Features<\/h3>\n<\/div><\/div>\n\n\n\n<ul class=\"wp-block-list\">\n<li>It will reduce the duplicity of the products.<\/li>\n\n\n\n<li>It will save time and also reduces manual work.<\/li>\n\n\n\n<li>The user can predefine the prefix and suffix to generate the SKU.<\/li>\n\n\n\n<li>This module is compatible with the latest Akeneo version 7.0.x<\/li>\n\n\n\n<li>The modules will be helpful in generating thousand of SKUs in less time which will increase productivity.<\/li>\n\n\n\n<li>The user can generate the SKU for simple and variant both types of products.<\/li>\n\n\n\n<li>The user can set the pattern for generating the SKU.<\/li>\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"installing-module-for-version-6-0-x\"><\/h3>\n\n\n\n<div class=\"wk-index-wrap\"><div class=\"block-wrap\">\n<h3 class=\"index-title wp-block-heading\">Composer Installation<\/h3>\n<\/div><\/div>\n\n\n\n<h3 class=\"wp-block-heading\"><a href=\"https:\/\/webkul.com\/blog\/how-to-install-webkul-akeneo-connector-via-composer\/\"><strong>Read This Blog<\/strong><\/a><\/h3>\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=\"EnlighterJSRAW\">{\n  &quot;scripts&quot;: {\n        &quot;post-update-cmd&quot;: &#091;\n           &quot;vendor\/webkul\/autoskugeneratorbundle\/src\/Webkul\/AutoSkuGeneratorBundle\/install\/config.sh COMPOSER=true NO_DOCKER=true&quot;\n        ],\n        &quot;post-install-cmd&quot;: &#091;\n           &quot;vendor\/webkul\/autoskugeneratorbundle\/src\/Webkul\/AutoSkuGeneratorBundle\/install\/config.sh COMPOSER=true NO_DOCKER=true&quot;\n        ],\n        &quot;post-create-project-cmd&quot;: &#091;\n          &quot;vendor\/webkul\/autoskugeneratorbundle\/src\/Webkul\/AutoSkuGeneratorBundle\/install\/config.sh COMPOSER=true NO_DOCKER=true&quot;\n       ]\n   },\n  &quot;repositories&quot;: &#091;{\n    &quot;type&quot;: &quot;composer&quot;,\n    &quot;url&quot;: &quot;https:\/\/akeneorepo.webkul.com\/&quot;\n  }]\n}<\/pre>\n\n\n\n<p><strong>For Akeneo &lt;=5.x&nbsp;<\/strong><\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\">{\n  &quot;scripts&quot;: {\n        &quot;post-update-cmd&quot;: &#091;\n           \n&quot;vendor\/webkul\/autoskugeneratorbundle\/composer_install.sh&quot;\n        ],\n        &quot;post-install-cmd&quot;: &#091;\n           \n&quot;vendor\/webkul\/autoskugeneratorbundle\/composer_install.sh&quot;\n        ],\n        &quot;post-create-project-cmd&quot;: &#091;\n         \n&quot;vendor\/webkul\/autoskugeneratorbundle\/composer_install.sh&quot;\n       ]\n   },\n  &quot;repositories&quot;: &#091;{\n    &quot;type&quot;: &quot;composer&quot;,\n    &quot;url&quot;: &quot;https:\/\/akeneorepo.webkul.com\/&quot;\n  }]\n}<\/pre>\n\n\n\n<p><strong>3:<\/strong> Use composer to install the extension.<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\">        composer require webkul\/autoskugeneratorbundle<\/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=\"index-title wp-block-heading\">Manual Installation For Akeneo 6 and 7 <\/h3>\n<\/div><\/div>\n\n\n\n<ul class=\"wp-block-list\">\n<li>&nbsp;After unzipping the appropriate extension zip, merge the \u201csrc\u201d 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=\"EnlighterJSRAW\">.\/src\/Webkul\/AutoSkuGeneratorBundle\/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\u2019s DOCKER instance.<\/li>\n<\/ul>\n\n\n\n<pre class=\"EnlighterJSRAW\">.\/src\/Webkul\/AutoSkuGeneratorBundle\/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=\"index-title wp-block-heading\">Module Installation for Version 4. x to 5. x<\/h3>\n<\/div><\/div>\n\n\n\n<p>Please follow the below steps for installing the Akeneo Auto SKU Generator module in your Akeneo PIM platform.<\/p>\n\n\n\n<p>1. Unzip the respective extension zip then merge&nbsp;the<strong> \u201csrc\u201d&nbsp;<\/strong>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\/2021\/02\/src_4_x-all-mod.png\" alt=\"src_4_x-all-mod\" class=\"wp-image-283769\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/02\/src_4_x-all-mod.png 1192w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/02\/src_4_x-all-mod-300x69.png 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/02\/src_4_x-all-mod-250x57.png 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/02\/src_4_x-all-mod-768x177.png 768w\" sizes=\"(max-width: 1192px) 100vw, 1192px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<p>2. Goto&nbsp;<strong>config\/Bundles.php<\/strong>&nbsp;then add the line:<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\">Webkul\\AutoSkuGeneratorBundle\\AutoSkuGeneratorBundle::class =&gt; &#091;&#039;all&#039; =&gt; true],<\/pre>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"829\" height=\"190\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/02\/Screenshot-from-2021-02-25-10-47-41.png\" alt=\"Screenshot-from-2021-02-25-10-47-41\" class=\"wp-image-283777\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/02\/Screenshot-from-2021-02-25-10-47-41.png 829w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/02\/Screenshot-from-2021-02-25-10-47-41-300x69.png 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/02\/Screenshot-from-2021-02-25-10-47-41-250x57.png 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/02\/Screenshot-from-2021-02-25-10-47-41-768x176.png 768w\" sizes=\"(max-width: 829px) 100vw, 829px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<p>3- 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=\"290\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/02\/conf-new-1200x290.png\" alt=\"conf-new\" class=\"wp-image-283770\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/02\/conf-new-1200x290.png 1200w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/02\/conf-new-300x72.png 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/02\/conf-new-250x60.png 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/02\/conf-new-768x185.png 768w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/02\/conf-new.png 1263w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<p>4. You have to navigate first to Akeneo installation directory&nbsp;<strong>(Ex: cd \/opt\/bitnami\/apps\/akeneo\/htdocs)<\/strong>. After SSH, you have to run the command to your Akeneo server by the terminal.<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\">  rm -rf .\/var\/cache\/ &amp;&amp; php bin\/console cache:warmup &amp;&amp; php bin\/console skugenerator:setup:install<\/pre>\n\n\n\n<p>5. 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>&nbsp;<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=\"index-title wp-block-heading\">Module Installation for Version 2.x to 3.x<\/h3>\n<\/div><\/div>\n\n\n\n<p>Please follow the below steps for installing the Akeneo Auto SKU Generator module in your Akeneo PIM platform.<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Unzip the respective extension zip then merge the <strong>&#8220;src&#8221;<\/strong> folder into Akeneo project root directory.<\/li>\n<\/ul>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"1200\" height=\"376\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2020\/02\/Akeneo-autoSKUgenerator-installation-1-1200x376.png\" alt=\"Akeneo-autoSKUgenerator-installation-1\" class=\"wp-image-228862\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2020\/02\/Akeneo-autoSKUgenerator-installation-1-1200x376.png 1200w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2020\/02\/Akeneo-autoSKUgenerator-installation-1-300x94.png 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2020\/02\/Akeneo-autoSKUgenerator-installation-1-250x78.png 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2020\/02\/Akeneo-autoSKUgenerator-installation-1-768x240.png 768w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2020\/02\/Akeneo-autoSKUgenerator-installation-1.png 1246w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Goto app\/AppKernel.php then add the following line in function registerProjectBundles()<\/li>\n<\/ul>\n\n\n\n<pre class=\"EnlighterJSRAW\">new Webkul\\AutoSkuGeneratorBundle\\AutoSkuGeneratorBundle(),<\/pre>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"598\" height=\"146\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2020\/02\/Akeneo-autoSKUgenerator-installation3.png\" alt=\"Akeneo-autoSKUgenerator-installation3\" class=\"wp-image-228867\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2020\/02\/Akeneo-autoSKUgenerator-installation3.png 598w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2020\/02\/Akeneo-autoSKUgenerator-installation3-300x73.png 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2020\/02\/Akeneo-autoSKUgenerator-installation3-250x61.png 250w\" sizes=\"(max-width: 598px) 100vw, 598px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Goto app\/config\/routing.yml then add these lines at top of the file<\/li>\n<\/ul>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"726\" height=\"110\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2020\/02\/Akeneo-autoSKUgenerator-installation2.png\" alt=\"Akeneo-autoSKUgenerator-installation2\" class=\"wp-image-228864\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2020\/02\/Akeneo-autoSKUgenerator-installation2.png 726w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2020\/02\/Akeneo-autoSKUgenerator-installation2-300x45.png 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2020\/02\/Akeneo-autoSKUgenerator-installation2-250x38.png 250w\" sizes=\"(max-width: 726px) 100vw, 726px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<pre class=\"EnlighterJSRAW\">autoSkuGenerator:\n        resource: &quot;@AutoSkuGeneratorBundle\/Resources\/config\/routing.yml&quot;\n        prefix: \/<\/pre>\n\n\n\n<p>You have to navigate first to Akeneo installation directory (Ex: cd \/opt\/bitnami\/apps\/akeneo\/htdocs). After SSH, you have to run the command to your Akeneo server by the terminal.<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\">rm -rf .\/var\/cache\/ &amp;&amp; php bin\/console cache:warmup &amp;&amp; php bin\/console skugenerator:setup:install<\/pre>\n\n\n\n<p>After that, you need to restart your web server like Apache, Nginx. Run the below command for Apache web server.<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\">sudo service apache2 restart<\/pre>\n\n\n\n<p>If you are using php-fpm. Then you need to restart the php-fpm services.<\/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=\"index-title wp-block-heading\">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<p>It means that a 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 npm 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 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=\"index-title wp-block-heading\">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=\"EnlighterJSRAW\">.\/src\/Webkul\/AutoSkuGeneratorBundle\/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\u2019s DOCKER instance.<\/li>\n<\/ul>\n\n\n\n<pre class=\"EnlighterJSRAW\">.\/src\/Webkul\/AutoSkuGeneratorBundle\/uninstall\/uninstall.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=\"index-title wp-block-heading\">Module Configuration<\/h3>\n<\/div><\/div>\n\n\n\n<p>After successfully installing the module in Akeneo, you need to set up the Auto SKU Generator configuration first. <\/p>\n\n\n\n<p>You will see the Auto Sku Generator icon in Akeneo from the bottom left as shown below.<\/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\/05\/Dashboard-5-1-1200x589.png\" alt=\"Dashboard-5-1\" class=\"wp-image-336568\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2022\/05\/Dashboard-5-1-1200x589.png 1200w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2022\/05\/Dashboard-5-1-300x147.png 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2022\/05\/Dashboard-5-1-250x123.png 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2022\/05\/Dashboard-5-1-768x377.png 768w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2022\/05\/Dashboard-5-1.png 1301w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<p>After clicking on the Auto SKU generator, you can see the Auto SKU Generator page.<\/p>\n\n\n\n<p>So here, you have to follow the below settings:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Auto SKU Start Sequence From<\/strong>: Here, you have to define the number in digits from where SKU should start.<\/li>\n<\/ul>\n\n\n\n<p><strong>Note<\/strong>: Given SKU Sequence must be greater than&nbsp;created SKU.<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Autogenerate SKU Options<\/strong>: Select the attribute label for autogenerating SKU. A respected attribute code will appear in SKU if you have applied that option to the product. This will appear just after the defined prefix. This support select type, text type, and number type attribute.<\/li>\n\n\n\n<li><strong>Prefix<\/strong>: Define prefix, it supports alphanumeric numbers.<\/li>\n\n\n\n<li><strong>Suffix<\/strong>: Define suffix, it also supports alphanumeric numbers.<\/li>\n\n\n\n<li><strong>SKU Separator: <\/strong>Select the required separator from the drop-down.<\/li>\n\n\n\n<li><strong>Select Default Locale<\/strong>: Choose the default locale from the dropdown, and the selected locale value will be added to the SKU generated.<\/li>\n<\/ul>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"1200\" height=\"546\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2023\/03\/sku-credential-1200x546.png\" alt=\"sku-credential\" class=\"wp-image-374246\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2023\/03\/sku-credential-1200x546.png 1200w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2023\/03\/sku-credential-300x136.png 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2023\/03\/sku-credential-250x114.png 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2023\/03\/sku-credential-768x349.png 768w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2023\/03\/sku-credential.png 1319w\" 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=\"index-title wp-block-heading\">Create a Product Model in Akeneo<\/h3>\n<\/div><\/div>\n\n\n\n<p> To create a new <a href=\"https:\/\/webkul.com\/blog\/create-product-and-product-model-in-akeneo\/\">product<\/a> in Akeneo<\/p>\n\n\n\n<p>1 \u2013 Go to Products &gt; Create then select the Product option.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"579\" height=\"380\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2020\/02\/Akeneo-auto-SKU-generator-create-product.png\" alt=\"Akeneo-auto-SKU-generator-create-product\" class=\"wp-image-230086\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2020\/02\/Akeneo-auto-SKU-generator-create-product.png 579w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2020\/02\/Akeneo-auto-SKU-generator-create-product-300x197.png 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2020\/02\/Akeneo-auto-SKU-generator-create-product-250x164.png 250w\" sizes=\"(max-width: 579px) 100vw, 579px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<p>2 \u2013 Here, you&#8217;ll get the SKU number. This SKU would be constant mean you can&#8217;t modify it. <\/p>\n\n\n\n<p>After that choose a product family.<\/p>\n\n\n\n<p><strong>Note<\/strong>: When you&#8217;ll create the next product, the SKU number automatically will increase.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"1200\" height=\"593\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2022\/05\/Products-11-1200x593.png\" alt=\"Products-11\" class=\"wp-image-336574\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2022\/05\/Products-11-1200x593.png 1200w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2022\/05\/Products-11-300x148.png 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2022\/05\/Products-11-250x124.png 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2022\/05\/Products-11-768x379.png 768w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2022\/05\/Products-11.png 1251w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<p>3 \u2013 After that, fill in all the product information for this new product.<\/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\/05\/Product-model-Braided-Hat-_-Edit-1200x589.png\" alt=\"Product-model-Braided-Hat-_-Edit\" class=\"wp-image-336611\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2022\/05\/Product-model-Braided-Hat-_-Edit-1200x589.png 1200w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2022\/05\/Product-model-Braided-Hat-_-Edit-300x147.png 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2022\/05\/Product-model-Braided-Hat-_-Edit-250x123.png 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2022\/05\/Product-model-Braided-Hat-_-Edit-768x377.png 768w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2022\/05\/Product-model-Braided-Hat-_-Edit.png 1301w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<p>Once you&#8217;ll save the product, SKU will be created automatically as shown below:<\/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\/05\/Product-Braided-hat-_-Edit-1200x589.png\" alt=\"Product-Braided-hat-_-Edit\" class=\"wp-image-336624\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2022\/05\/Product-Braided-hat-_-Edit-1200x589.png 1200w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2022\/05\/Product-Braided-hat-_-Edit-300x147.png 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2022\/05\/Product-Braided-hat-_-Edit-250x123.png 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2022\/05\/Product-Braided-hat-_-Edit-768x377.png 768w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2022\/05\/Product-Braided-hat-_-Edit.png 1301w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<p>That&#8217;s all about the Akeneo Auto SKU Generator module. Now, the user can generate SKU for their product automatically in Akeneo.<\/p>\n\n\n\n<div class=\"wk-index-wrap\"><div class=\"block-wrap\">\n<h3 class=\"index-title wp-block-heading\">Support<\/h3>\n<\/div><\/div>\n\n\n\n<p>Moreover, For any issues related to this module, please create a support ticket at-&nbsp;<a rel=\"noreferrer noopener\" href=\"https:\/\/webkul.uvdesk.com\/en\/customer\/create-ticket\/\" target=\"_blank\">https:\/\/webkul.uvdesk.com\/en\/customer\/create-ticket<\/a>&nbsp;Also, for any pre-sales queries or customization discussion, please drop an email to&nbsp;<a href=\"mailto:support@webkul.com\">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","protected":false},"excerpt":{"rendered":"<p>With the help of this module, the merchants can generate the SKU automatically in Akeneo. This module will help the merchants to save lots of time and manual work to generate the SKU in Akeneo. If the store owners generate the SKU automatically in Akeneo then they can easily add the other product details and <a href=\"https:\/\/webkul.com\/blog\/akeneo-auto-sku-generator\/\">[&#8230;]<\/a><\/p>\n","protected":false},"author":220,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[5709],"tags":[3649,7702,8329,2693],"class_list":["post-227884","post","type-post","status-publish","format-standard","hentry","category-akeneo","tag-akeneo","tag-akeneo-pim","tag-akeneo-product-information-management","tag-unique-product-skucode"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v24.5 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Akeneo Auto SKU Generator | Automatic Product Model<\/title>\n<meta name=\"description\" content=\"With the help of Akeneo Auto SKU Generator module, you can quickly generate the SKU and assign it to all products.\" \/>\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-auto-sku-generator\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Akeneo Auto SKU Generator | Automatic Product Model\" \/>\n<meta property=\"og:description\" content=\"With the help of Akeneo Auto SKU Generator module, you can quickly generate the SKU and assign it to all products.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/webkul.com\/blog\/akeneo-auto-sku-generator\/\" \/>\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-02-05T11:44:59+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2023-03-29T04:40:48+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/webkul.com\/blog\/wp-content\/uploads\/2021\/02\/src_4_x-all-mod.png\" \/>\n<meta name=\"author\" content=\"Himani Gupta\" \/>\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=\"Himani Gupta\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"8 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/webkul.com\/blog\/akeneo-auto-sku-generator\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/webkul.com\/blog\/akeneo-auto-sku-generator\/\"},\"author\":{\"name\":\"Himani Gupta\",\"@id\":\"https:\/\/webkul.com\/blog\/#\/schema\/person\/441edc423a05337496255b054767737d\"},\"headline\":\"Akeneo Auto SKU Generator\",\"datePublished\":\"2020-02-05T11:44:59+00:00\",\"dateModified\":\"2023-03-29T04:40:48+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/webkul.com\/blog\/akeneo-auto-sku-generator\/\"},\"wordCount\":1060,\"commentCount\":4,\"publisher\":{\"@id\":\"https:\/\/webkul.com\/blog\/#organization\"},\"image\":{\"@id\":\"https:\/\/webkul.com\/blog\/akeneo-auto-sku-generator\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/webkul.com\/blog\/wp-content\/uploads\/2021\/02\/src_4_x-all-mod.png\",\"keywords\":[\"Akeneo\",\"Akeneo PIM\",\"Akeneo Product Information Management\",\"Unique Product SKU\/Code\"],\"articleSection\":[\"Akeneo\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/webkul.com\/blog\/akeneo-auto-sku-generator\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/webkul.com\/blog\/akeneo-auto-sku-generator\/\",\"url\":\"https:\/\/webkul.com\/blog\/akeneo-auto-sku-generator\/\",\"name\":\"Akeneo Auto SKU Generator | Automatic Product Model\",\"isPartOf\":{\"@id\":\"https:\/\/webkul.com\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/webkul.com\/blog\/akeneo-auto-sku-generator\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/webkul.com\/blog\/akeneo-auto-sku-generator\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/webkul.com\/blog\/wp-content\/uploads\/2021\/02\/src_4_x-all-mod.png\",\"datePublished\":\"2020-02-05T11:44:59+00:00\",\"dateModified\":\"2023-03-29T04:40:48+00:00\",\"description\":\"With the help of Akeneo Auto SKU Generator module, you can quickly generate the SKU and assign it to all products.\",\"breadcrumb\":{\"@id\":\"https:\/\/webkul.com\/blog\/akeneo-auto-sku-generator\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/webkul.com\/blog\/akeneo-auto-sku-generator\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/webkul.com\/blog\/akeneo-auto-sku-generator\/#primaryimage\",\"url\":\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/02\/src_4_x-all-mod.png\",\"contentUrl\":\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/02\/src_4_x-all-mod.png\",\"width\":1192,\"height\":274,\"caption\":\"src_4_x-all-mod\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/webkul.com\/blog\/akeneo-auto-sku-generator\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/webkul.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Akeneo Auto SKU Generator\"}]},{\"@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\/441edc423a05337496255b054767737d\",\"name\":\"Himani Gupta\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/webkul.com\/blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/7a497691f984462e1f2b2b4805fecd43cd5ab01cf418c77d2c18edb8bbd86a29?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\/7a497691f984462e1f2b2b4805fecd43cd5ab01cf418c77d2c18edb8bbd86a29?s=96&d=https%3A%2F%2Fcdnblog.webkul.com%2Fblog%2Fwp-content%2Fuploads%2F2019%2F10%2Feva.png&r=g\",\"caption\":\"Himani Gupta\"},\"url\":\"https:\/\/webkul.com\/blog\/author\/himanigupta-bd167\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Akeneo Auto SKU Generator | Automatic Product Model","description":"With the help of Akeneo Auto SKU Generator module, you can quickly generate the SKU and assign it to all products.","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-auto-sku-generator\/","og_locale":"en_US","og_type":"article","og_title":"Akeneo Auto SKU Generator | Automatic Product Model","og_description":"With the help of Akeneo Auto SKU Generator module, you can quickly generate the SKU and assign it to all products.","og_url":"https:\/\/webkul.com\/blog\/akeneo-auto-sku-generator\/","og_site_name":"Webkul Blog","article_publisher":"https:\/\/www.facebook.com\/webkul\/","article_published_time":"2020-02-05T11:44:59+00:00","article_modified_time":"2023-03-29T04:40:48+00:00","og_image":[{"url":"https:\/\/webkul.com\/blog\/wp-content\/uploads\/2021\/02\/src_4_x-all-mod.png","type":"","width":"","height":""}],"author":"Himani Gupta","twitter_card":"summary_large_image","twitter_creator":"@webkul","twitter_site":"@webkul","twitter_misc":{"Written by":"Himani Gupta","Est. reading time":"8 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/webkul.com\/blog\/akeneo-auto-sku-generator\/#article","isPartOf":{"@id":"https:\/\/webkul.com\/blog\/akeneo-auto-sku-generator\/"},"author":{"name":"Himani Gupta","@id":"https:\/\/webkul.com\/blog\/#\/schema\/person\/441edc423a05337496255b054767737d"},"headline":"Akeneo Auto SKU Generator","datePublished":"2020-02-05T11:44:59+00:00","dateModified":"2023-03-29T04:40:48+00:00","mainEntityOfPage":{"@id":"https:\/\/webkul.com\/blog\/akeneo-auto-sku-generator\/"},"wordCount":1060,"commentCount":4,"publisher":{"@id":"https:\/\/webkul.com\/blog\/#organization"},"image":{"@id":"https:\/\/webkul.com\/blog\/akeneo-auto-sku-generator\/#primaryimage"},"thumbnailUrl":"https:\/\/webkul.com\/blog\/wp-content\/uploads\/2021\/02\/src_4_x-all-mod.png","keywords":["Akeneo","Akeneo PIM","Akeneo Product Information Management","Unique Product SKU\/Code"],"articleSection":["Akeneo"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/webkul.com\/blog\/akeneo-auto-sku-generator\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/webkul.com\/blog\/akeneo-auto-sku-generator\/","url":"https:\/\/webkul.com\/blog\/akeneo-auto-sku-generator\/","name":"Akeneo Auto SKU Generator | Automatic Product Model","isPartOf":{"@id":"https:\/\/webkul.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/webkul.com\/blog\/akeneo-auto-sku-generator\/#primaryimage"},"image":{"@id":"https:\/\/webkul.com\/blog\/akeneo-auto-sku-generator\/#primaryimage"},"thumbnailUrl":"https:\/\/webkul.com\/blog\/wp-content\/uploads\/2021\/02\/src_4_x-all-mod.png","datePublished":"2020-02-05T11:44:59+00:00","dateModified":"2023-03-29T04:40:48+00:00","description":"With the help of Akeneo Auto SKU Generator module, you can quickly generate the SKU and assign it to all products.","breadcrumb":{"@id":"https:\/\/webkul.com\/blog\/akeneo-auto-sku-generator\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/webkul.com\/blog\/akeneo-auto-sku-generator\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/webkul.com\/blog\/akeneo-auto-sku-generator\/#primaryimage","url":"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/02\/src_4_x-all-mod.png","contentUrl":"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/02\/src_4_x-all-mod.png","width":1192,"height":274,"caption":"src_4_x-all-mod"},{"@type":"BreadcrumbList","@id":"https:\/\/webkul.com\/blog\/akeneo-auto-sku-generator\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/webkul.com\/blog\/"},{"@type":"ListItem","position":2,"name":"Akeneo Auto SKU Generator"}]},{"@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\/441edc423a05337496255b054767737d","name":"Himani Gupta","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/webkul.com\/blog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/7a497691f984462e1f2b2b4805fecd43cd5ab01cf418c77d2c18edb8bbd86a29?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\/7a497691f984462e1f2b2b4805fecd43cd5ab01cf418c77d2c18edb8bbd86a29?s=96&d=https%3A%2F%2Fcdnblog.webkul.com%2Fblog%2Fwp-content%2Fuploads%2F2019%2F10%2Feva.png&r=g","caption":"Himani Gupta"},"url":"https:\/\/webkul.com\/blog\/author\/himanigupta-bd167\/"}]}},"amp_enabled":true,"_links":{"self":[{"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/posts\/227884","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\/220"}],"replies":[{"embeddable":true,"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/comments?post=227884"}],"version-history":[{"count":36,"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/posts\/227884\/revisions"}],"predecessor-version":[{"id":374365,"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/posts\/227884\/revisions\/374365"}],"wp:attachment":[{"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/media?parent=227884"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/categories?post=227884"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/tags?post=227884"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}