{"id":281600,"date":"2021-01-29T13:12:16","date_gmt":"2021-01-29T13:12:16","guid":{"rendered":"https:\/\/webkul.com\/blog\/?p=281600"},"modified":"2023-11-08T05:21:29","modified_gmt":"2023-11-08T05:21:29","slug":"akeneo-history-management","status":"publish","type":"post","link":"https:\/\/webkul.com\/blog\/akeneo-history-management\/","title":{"rendered":"Akeneo History Management"},"content":{"rendered":"\n<p><strong>Akeneo History Management<\/strong> allows the user to restore the older version of your product along with its old values. Whenever any changes are made to the product information then it will reflect on its Manage History tab. This module adds the Manage History tab which helps users to view all the changes as per the versions of that product. Users can even click on the &#8220;<strong>Restore Old Data<\/strong>&#8221; button to restore the previous version values of that product.<\/p>\n\n\n\n<p>Check the plugin overview &#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=\"i9TLpuiJRls\"><div class=\"components-placeholder__instructions\">i9TLpuiJRls<\/div><\/div><\/div><\/div>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"basic-requirements\">Basic Requirements:<\/h3>\n\n\n\n<ul class=\"wp-block-list\">\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&nbsp;<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 edition.<\/li>\n\n\n\n<li>If you want to use this extension on Akeneo EE Serenity mode, please&nbsp;<a target=\"_blank\" href=\"mailto:support@webkul.com\" 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<\/ul>\n\n\n\n<div class=\"wk-index-wrap\"><div class=\"block-wrap\">\n<h3 class=\"wp-block-heading index-title\">Features<\/h3>\n<\/div><\/div>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Restore the previous values of the product.<\/li>\n\n\n\n<li>The user can view all the changed values of any product under the Manage History tab.<\/li>\n\n\n\n<li>Can give permission to different users for data restoration.<\/li>\n\n\n\n<li>Can restore the media files as well as docs of any product.<\/li>\n\n\n\n<li>This module is compatible with Akeneo latest version 7.0.x<\/li>\n<\/ul>\n\n\n\n<div class=\"wk-index-wrap\"><div class=\"block-wrap\">\n<h3 class=\"wp-block-heading index-title\">Installation<\/h3>\n<\/div><\/div>\n\n\n\n<p>For the module, there are two different installation processes available.<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Composer Installation<\/li>\n\n\n\n<li>Manual Installation<\/li>\n<\/ol>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"installation-using-composer-installation\">Installation using Composer Installation<\/h3>\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\/akeneohistorymanagementbundle\/src\/Webkul\/AkeneoHistoryManagementBundle\/install\/config.sh COMPOSER=true NO_DOCKER=true\"\n        ],\n        \"post-install-cmd\": [\n           \"vendor\/webkul\/akeneohistorymanagementbundle\/src\/Webkul\/AkeneoHistoryManagementBundle\/install\/config.sh COMPOSER=true NO_DOCKER=true\"\n        ],\n        \"post-create-project-cmd\": [\n          \"vendor\/webkul\/akeneohistorymanagementbundle\/src\/Webkul\/AkeneoHistoryManagementBundle\/install\/config.sh COMPOSER=true NO_DOCKER=true\"\n       ]\n   },\n  \"repositories\": [{\n    \"type\": \"composer\",\n    \"url\": \"https:\/\/akeneorepo.webkul.com\/\"\n  }]\n}\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\/akeneohistorymanagementbundle\/composer_install.sh\"\n        ],\n        \"post-install-cmd\": [\n           \n\"vendor\/webkul\/akeneohistorymanagementbundle\/composer_install.sh\"\n        ],\n        \"post-create-project-cmd\": [\n         \n\"vendor\/webkul\/akeneohistorymanagementbundle\/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\/akeneohistorymanagementbundle<\/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\">Manual Installation for Version 6. x and 7.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\/AkeneoHistoryManagementBundle\/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\/AkeneoHistoryManagementBundle\/install\/config.sh COMPOSER=false NO_DOCKER=false\n<\/pre>\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 4.x  to 5.x<\/h3>\n<\/div><\/div>\n\n\n\n<p>Please follow the below steps for installing the <strong>Akeneo History Management<\/strong> 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 \u201csrc\u201d folder into the Akeneo project root directory.<\/li>\n<\/ul>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"1200\" height=\"287\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/01\/src-icecat-1-1200x287-1.png\" alt=\"src-icecat-1-1200x287-1\" class=\"wp-image-281652\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/01\/src-icecat-1-1200x287-1.png 1200w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/01\/src-icecat-1-1200x287-1-300x72.png 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/01\/src-icecat-1-1200x287-1-250x60.png 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/01\/src-icecat-1-1200x287-1-768x184.png 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Goto config\/Bundles.php then add line:<\/li>\n<\/ul>\n\n\n\n<pre class=\"EnlighterJSRAW\">Webkul\\AkeneoHistoryManagementBundle\\AkeneoHistoryManagementBundle::class =&gt; &#091;&#039;all&#039; =&gt; true],<\/pre>\n\n\n\n<p>in return array.<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Copy the \u201cconfig\u201d folder into akeneo project root directory for routing.<\/li>\n<\/ul>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"1196\" height=\"290\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/01\/conf-icecat.png\" alt=\"conf-icecat\" class=\"wp-image-281680\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/01\/conf-icecat.png 1196w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/01\/conf-icecat-300x73.png 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/01\/conf-icecat-250x61.png 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/01\/conf-icecat-768x186.png 768w\" sizes=\"(max-width: 1196px) 100vw, 1196px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Run this command after ssh to your akeneo server by terminal and navigating to Akeneo installation directory (ex. cd \/opt\/bitnami\/apps\/akeneo\/htdocs).<\/li>\n<\/ul>\n\n\n\n<pre class=\"EnlighterJSRAW\">php bin\/console ca:cl --env=prod &amp;&amp; php bin\/console akeneohistorymanagement:setup:install<\/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 <strong>Akeneo History Management<\/strong> module in your Akeneo PIM platform.<\/p>\n\n\n\n<p><strong>1<\/strong>&nbsp;\u2013 Unzip the respective extension zip&nbsp; 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\/01\/src_2_x-1-1200x283-1.png\" alt=\"src_2_x-1-1200x283-1\" class=\"wp-image-281752\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/01\/src_2_x-1-1200x283-1.png 1200w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/01\/src_2_x-1-1200x283-1-300x71.png 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/01\/src_2_x-1-1200x283-1-250x59.png 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/01\/src_2_x-1-1200x283-1-768x181.png 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<p><strong>2<\/strong>&nbsp;\u2013 Goto&nbsp;<strong>app\/AppKernel.php<\/strong>&nbsp;then add line.<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\">new Webkul\\AkeneoHistoryManagementBundle\\AkeneoHistoryManagementBundle(),<\/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\">wk_akeneo_history_management:\n   resource: &quot;@AkeneoHistoryManagementBundle\/Resources\/config\/routing.yml&quot;\n   prefix: \/<\/pre>\n\n\n\n<p><strong>4<\/strong>&nbsp;\u2013Run this command after ssh to your akeneo server by terminal and navigating to Akeneo installation directory (ex. cd \/opt\/bitnami\/apps\/akeneo\/htdocs).<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\">php bin\/console ca:cl --env=prod &amp;&amp; php bin\/console akeneohistorymanagement:setup:install<\/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\/01\/Webpack-error-3.png\" alt=\"Webpack-error-3\" class=\"wp-image-281681\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/01\/Webpack-error-3.png 734w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/01\/Webpack-error-3-300x86.png 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/01\/Webpack-error-3-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<h3 class=\"wp-block-heading\">Uninstall Module: For Akeneo 6 and 7<\/h3>\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\/AkeneoHistoryManagementBundle\/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\/AkeneoHistoryManagementBundle\/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\">Create Product In Akeneo<\/h3>\n<\/div><\/div>\n\n\n\n<p>To create a product in Akeneo, go to navigate to Products then click the Create button. Now, you need to choose the product type \u2013 as Product 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\n<p><strong>Product Model<\/strong>&nbsp;\u2013 Select this type for creating a configurable product with variations.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"516\" height=\"346\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/01\/Create-Product-type.png\" alt=\"Create-Product-type\" class=\"wp-image-281735\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/01\/Create-Product-type.png 516w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/01\/Create-Product-type-300x201.png 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/01\/Create-Product-type-250x168.png 250w\" sizes=\"(max-width: 516px) 100vw, 516px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<p>Now enter the required SKU, choose a family, then click the&nbsp;<strong>Save<\/strong>&nbsp;button.<\/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. The product family represents products type, imposes product information structure and defines the list of attributes for a product that it belongs.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"936\" height=\"399\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/01\/enter-sku-and-choose-family.png\" alt=\"enter-sku-and-choose-family\" class=\"wp-image-281736\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/01\/enter-sku-and-choose-family.png 936w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/01\/enter-sku-and-choose-family-300x128.png 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/01\/enter-sku-and-choose-family-250x107.png 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/01\/enter-sku-and-choose-family-768x327.png 768w\" sizes=\"(max-width: 936px) 100vw, 936px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<h4 class=\"wp-block-heading\">Product List<\/h4>\n\n\n\n<p>After creating the product in Akeneo you can check the product list. You will found all the product lists created by you or exported from any channel.<\/p>\n\n\n\n<div class=\"wk-index-wrap\"><div class=\"block-wrap\">\n<h3 class=\"wp-block-heading index-title\">The Workflow of Akeneo History Management<\/h3>\n<\/div><\/div>\n\n\n\n<p>After that click on product then on Manage History menu entry. <\/p>\n\n\n\n<p>If the product is new there is no modification in the product then in Manage History the button Restore  will not be visible.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"1200\" height=\"627\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/01\/Product-Hat-Edit-1200x627.png\" alt=\"Product-Hat-Edit\" class=\"wp-image-281746\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/01\/Product-Hat-Edit-1200x627.png 1200w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/01\/Product-Hat-Edit-300x157.png 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/01\/Product-Hat-Edit-250x131.png 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/01\/Product-Hat-Edit-768x401.png 768w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/01\/Product-Hat-Edit.png 1286w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<p>Once you will modified any information in the product then in Manage History &#8220;Restore Old Data&#8221; button will be visible.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"1200\" height=\"627\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/01\/Product-Hat-Edit-1-1200x627.png\" alt=\"Product-Hat-Edit-1\" class=\"wp-image-281749\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/01\/Product-Hat-Edit-1-1200x627.png 1200w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/01\/Product-Hat-Edit-1-300x157.png 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/01\/Product-Hat-Edit-1-250x131.png 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/01\/Product-Hat-Edit-1-768x401.png 768w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/01\/Product-Hat-Edit-1.png 1286w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<p>Ro restore the old value click on restore data then it will redirect to new page for the confirmation.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"1200\" height=\"627\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/01\/Product-Hat-Edit-4-1200x627.png\" alt=\"Product-Hat-Edit-4\" class=\"wp-image-281767\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/01\/Product-Hat-Edit-4-1200x627.png 1200w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/01\/Product-Hat-Edit-4-300x157.png 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/01\/Product-Hat-Edit-4-250x131.png 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/01\/Product-Hat-Edit-4-768x401.png 768w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/01\/Product-Hat-Edit-4.png 1286w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<p>After that click on ok. then you can check the previous value and updated value in the product.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"1200\" height=\"627\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/01\/Product-Hat-Edit-3-1200x627.png\" alt=\"Product-Hat-Edit-3\" class=\"wp-image-281751\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/01\/Product-Hat-Edit-3-1200x627.png 1200w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/01\/Product-Hat-Edit-3-300x157.png 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/01\/Product-Hat-Edit-3-250x131.png 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/01\/Product-Hat-Edit-3-768x401.png 768w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/01\/Product-Hat-Edit-3.png 1286w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<p>It&#8217;s totally possible with the restore old data feature. You can browse through the whole history of a product to find a version that is good according to your point of view and then, restores it.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"1200\" height=\"682\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/01\/Product-Hat-Edit-2-1200x682.png\" alt=\"Product-Hat-Edit-2\" class=\"wp-image-281750\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/01\/Product-Hat-Edit-2-1200x682.png 1200w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/01\/Product-Hat-Edit-2-300x171.png 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/01\/Product-Hat-Edit-2-250x142.png 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/01\/Product-Hat-Edit-2-768x437.png 768w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/01\/Product-Hat-Edit-2.png 1351w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<h3 class=\"wp-block-heading\">Image Restore<\/h3>\n\n\n\n<p>In product image when you will restore the data then in old and new value image path will be visible.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"1200\" height=\"627\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/01\/Product-Hat-Edit-5-1200x627.png\" alt=\"Product-Hat-Edit-5\" class=\"wp-image-281769\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/01\/Product-Hat-Edit-5-1200x627.png 1200w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/01\/Product-Hat-Edit-5-300x157.png 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/01\/Product-Hat-Edit-5-250x131.png 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/01\/Product-Hat-Edit-5-768x401.png 768w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/01\/Product-Hat-Edit-5.png 1286w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<h3 class=\"wp-block-heading\">Associations Restore<\/h3>\n\n\n\n<p>In this module you can restore the associate product.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"1200\" height=\"682\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/01\/Product-Hat-Edit-6-1200x682.png\" alt=\"Product-Hat-Edit-6\" class=\"wp-image-281773\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/01\/Product-Hat-Edit-6-1200x682.png 1200w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/01\/Product-Hat-Edit-6-300x171.png 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/01\/Product-Hat-Edit-6-250x142.png 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/01\/Product-Hat-Edit-6-768x437.png 768w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/01\/Product-Hat-Edit-6.png 1351w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<p>To provide the permission to <strong>Akeneo History Management<\/strong>. You need to give permission to the users.<\/p>\n\n\n\n<p>For that you need to navigate to<strong>&nbsp;System&gt;&gt;Roles<\/strong>. Then <a href=\"https:\/\/webkul.com\/blog\/akeneo-user-group-roles\/\">create new role<\/a> and the allow the permission.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"1200\" height=\"627\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/01\/Roles-5-1200x627-1.png\" alt=\"Roles-5-1200x627-1\" class=\"wp-image-281761\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/01\/Roles-5-1200x627-1.png 1200w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/01\/Roles-5-1200x627-1-300x157.png 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/01\/Roles-5-1200x627-1-250x131.png 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/01\/Roles-5-1200x627-1-768x401.png 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<p>After that navigate to<strong>&nbsp;System&gt;&gt;Users<\/strong>&nbsp;then select the user to allow the permission.<\/p>\n\n\n\n<p>Click on the check box to&nbsp;add Akeneo History Managment Conmector.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"1088\" height=\"763\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/01\/Role-Demo-Roles-Edit-2-1.png\" alt=\"Role-Demo-Roles-Edit-2-1\" class=\"wp-image-281762\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/01\/Role-Demo-Roles-Edit-2-1.png 1088w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/01\/Role-Demo-Roles-Edit-2-1-300x210.png 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/01\/Role-Demo-Roles-Edit-2-1-250x175.png 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/01\/Role-Demo-Roles-Edit-2-1-768x539.png 768w\" sizes=\"(max-width: 1088px) 100vw, 1088px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<p><strong>Note<\/strong> &#8211; If you want to export and store product data on Oracle and use it on other software with the help of API then you can use the <a href=\"https:\/\/webkul.com\/blog\/oracle-akeneo-connector-user-guide\/\" target=\"_blank\" rel=\"noreferrer noopener\">Oracle Akeneo Connector<\/a> extension. <\/p>\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>So, that was much about the User Guide of Akeneo History Management for any queries or doubts reach out to us at&nbsp;<a href=\"mailto:support@webkul.com\" target=\"_blank\" rel=\"noreferrer noopener\">support@webkul.com<\/a>. You can also 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 History Management allows the user to restore the older version of your product along with its old values. Whenever any changes are made to the product information then it will reflect on its Manage History tab. This module adds the Manage History tab which helps users to view all the changes as per the <a href=\"https:\/\/webkul.com\/blog\/akeneo-history-management\/\">[&#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,1],"tags":[3649,6000,7702,8329],"class_list":["post-281600","post","type-post","status-publish","format-standard","hentry","category-akeneo","category-uncategorized","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>Restore Older Product Version with Akeneo History Management<\/title>\n<meta name=\"description\" content=\"Akeneo History Management allows the user to restore the older version of your product along with its old values.\" \/>\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-history-management\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Restore Older Product Version with Akeneo History Management\" \/>\n<meta property=\"og:description\" content=\"Akeneo History Management allows the user to restore the older version of your product along with its old values.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/webkul.com\/blog\/akeneo-history-management\/\" \/>\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=\"2021-01-29T13:12:16+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2023-11-08T05:21:29+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/webkul.com\/blog\/wp-content\/uploads\/2021\/01\/src-icecat-1-1200x287-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=\"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-history-management\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/webkul.com\/blog\/akeneo-history-management\/\"},\"author\":{\"name\":\"Kavita Singh\",\"@id\":\"https:\/\/webkul.com\/blog\/#\/schema\/person\/64d84d43c524cac89bfe9b55d0cfcee1\"},\"headline\":\"Akeneo History Management\",\"datePublished\":\"2021-01-29T13:12:16+00:00\",\"dateModified\":\"2023-11-08T05:21:29+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/webkul.com\/blog\/akeneo-history-management\/\"},\"wordCount\":1074,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/webkul.com\/blog\/#organization\"},\"image\":{\"@id\":\"https:\/\/webkul.com\/blog\/akeneo-history-management\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/webkul.com\/blog\/wp-content\/uploads\/2021\/01\/src-icecat-1-1200x287-1.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-history-management\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/webkul.com\/blog\/akeneo-history-management\/\",\"url\":\"https:\/\/webkul.com\/blog\/akeneo-history-management\/\",\"name\":\"Restore Older Product Version with Akeneo History Management\",\"isPartOf\":{\"@id\":\"https:\/\/webkul.com\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/webkul.com\/blog\/akeneo-history-management\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/webkul.com\/blog\/akeneo-history-management\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/webkul.com\/blog\/wp-content\/uploads\/2021\/01\/src-icecat-1-1200x287-1.png\",\"datePublished\":\"2021-01-29T13:12:16+00:00\",\"dateModified\":\"2023-11-08T05:21:29+00:00\",\"description\":\"Akeneo History Management allows the user to restore the older version of your product along with its old values.\",\"breadcrumb\":{\"@id\":\"https:\/\/webkul.com\/blog\/akeneo-history-management\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/webkul.com\/blog\/akeneo-history-management\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/webkul.com\/blog\/akeneo-history-management\/#primaryimage\",\"url\":\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/01\/src-icecat-1-1200x287-1.png\",\"contentUrl\":\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/01\/src-icecat-1-1200x287-1.png\",\"width\":1200,\"height\":287,\"caption\":\"src-icecat-1-1200x287-1\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/webkul.com\/blog\/akeneo-history-management\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/webkul.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Akeneo History Management\"}]},{\"@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":"Restore Older Product Version with Akeneo History Management","description":"Akeneo History Management allows the user to restore the older version of your product along with its old values.","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-history-management\/","og_locale":"en_US","og_type":"article","og_title":"Restore Older Product Version with Akeneo History Management","og_description":"Akeneo History Management allows the user to restore the older version of your product along with its old values.","og_url":"https:\/\/webkul.com\/blog\/akeneo-history-management\/","og_site_name":"Webkul Blog","article_publisher":"https:\/\/www.facebook.com\/webkul\/","article_published_time":"2021-01-29T13:12:16+00:00","article_modified_time":"2023-11-08T05:21:29+00:00","og_image":[{"url":"https:\/\/webkul.com\/blog\/wp-content\/uploads\/2021\/01\/src-icecat-1-1200x287-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":"8 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/webkul.com\/blog\/akeneo-history-management\/#article","isPartOf":{"@id":"https:\/\/webkul.com\/blog\/akeneo-history-management\/"},"author":{"name":"Kavita Singh","@id":"https:\/\/webkul.com\/blog\/#\/schema\/person\/64d84d43c524cac89bfe9b55d0cfcee1"},"headline":"Akeneo History Management","datePublished":"2021-01-29T13:12:16+00:00","dateModified":"2023-11-08T05:21:29+00:00","mainEntityOfPage":{"@id":"https:\/\/webkul.com\/blog\/akeneo-history-management\/"},"wordCount":1074,"commentCount":0,"publisher":{"@id":"https:\/\/webkul.com\/blog\/#organization"},"image":{"@id":"https:\/\/webkul.com\/blog\/akeneo-history-management\/#primaryimage"},"thumbnailUrl":"https:\/\/webkul.com\/blog\/wp-content\/uploads\/2021\/01\/src-icecat-1-1200x287-1.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-history-management\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/webkul.com\/blog\/akeneo-history-management\/","url":"https:\/\/webkul.com\/blog\/akeneo-history-management\/","name":"Restore Older Product Version with Akeneo History Management","isPartOf":{"@id":"https:\/\/webkul.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/webkul.com\/blog\/akeneo-history-management\/#primaryimage"},"image":{"@id":"https:\/\/webkul.com\/blog\/akeneo-history-management\/#primaryimage"},"thumbnailUrl":"https:\/\/webkul.com\/blog\/wp-content\/uploads\/2021\/01\/src-icecat-1-1200x287-1.png","datePublished":"2021-01-29T13:12:16+00:00","dateModified":"2023-11-08T05:21:29+00:00","description":"Akeneo History Management allows the user to restore the older version of your product along with its old values.","breadcrumb":{"@id":"https:\/\/webkul.com\/blog\/akeneo-history-management\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/webkul.com\/blog\/akeneo-history-management\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/webkul.com\/blog\/akeneo-history-management\/#primaryimage","url":"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/01\/src-icecat-1-1200x287-1.png","contentUrl":"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/01\/src-icecat-1-1200x287-1.png","width":1200,"height":287,"caption":"src-icecat-1-1200x287-1"},{"@type":"BreadcrumbList","@id":"https:\/\/webkul.com\/blog\/akeneo-history-management\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/webkul.com\/blog\/"},{"@type":"ListItem","position":2,"name":"Akeneo History Management"}]},{"@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\/281600","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=281600"}],"version-history":[{"count":11,"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/posts\/281600\/revisions"}],"predecessor-version":[{"id":410423,"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/posts\/281600\/revisions\/410423"}],"wp:attachment":[{"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/media?parent=281600"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/categories?post=281600"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/tags?post=281600"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}