{"id":451517,"date":"2024-07-12T12:10:47","date_gmt":"2024-07-12T12:10:47","guid":{"rendered":"https:\/\/webkul.com\/blog\/?p=451517"},"modified":"2024-07-12T12:12:40","modified_gmt":"2024-07-12T12:12:40","slug":"guide-for-akeneo-middleware-saas-application-installation","status":"publish","type":"post","link":"https:\/\/webkul.com\/blog\/guide-for-akeneo-middleware-saas-application-installation\/","title":{"rendered":"Guide for Akeneo Middleware SAAS Application Installation"},"content":{"rendered":"\n<p>Before starting the Middleware SAAS installation process, ensure that your system meets the following requirements:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>PHP<\/strong>: Version 8.1<\/li>\n\n\n\n<li><strong>Node.js<\/strong>: Version 18<\/li>\n\n\n\n<li><strong>MySQL<\/strong>: Version 8.0<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\">Step 1: Download the Middleware SAAS Application<\/h2>\n\n\n\n<p>First, download the Middleware SAAS Application from the provided Git link. Once downloaded, rename the <code>parameters-dist.yml<\/code> file to <code>parameters.yml<\/code>.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Step 2: Install Necessary Bundles<\/h2>\n\n\n\n<p>Download the required bundles from the provided links and unzip them. After unzipping, merge the <code>src<\/code> folder from each bundle into your application project:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Doctrine Messenger<\/strong><\/li>\n\n\n\n<li><strong>Account Bundle<\/strong><\/li>\n\n\n\n<li><strong>SignUp Bundle<\/strong><\/li>\n\n\n\n<li><strong>Middleware API Client Bundle<\/strong><\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\">Step 3: Register Bundles<\/h2>\n\n\n\n<p>Next, register the bundles in the <code>config\/bundles.php<\/code> file by adding the following lines:<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\">Webkul\\SignUpBundle\\SignUpBundle::class =&gt; &#091;&#039;all&#039; =&gt; true],\nWebkul\\AccountsBundle\\AccountsBundle::class =&gt; &#091;&#039;all&#039; =&gt; true],\nWebkul\\AkeneoApiClientBundle\\AkeneoApiClientBundle::class =&gt; &#091;&#039;all&#039; =&gt; true],<\/pre>\n\n\n\n<h2 class=\"wp-block-heading\">Step 4: Define Routing<\/h2>\n\n\n\n<p>Create routing files in the <code>config\/routes<\/code> directory:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><code>wk_akeneoapiclient.yml<\/code> (this file is in the API Client Bundle zip file)<\/li>\n\n\n\n<li><code>wk_app.yml<\/code> (this file is in the SignUp Bundle zip file)<\/li>\n\n\n\n<li><code>wk_account.yml<\/code> (this file is in the Accounts Bundle zip file)<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\">Step 5: Configure Environment Variables<\/h2>\n\n\n\n<p>Update the environment file (<code>.env<\/code>) with the following details:<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\">APP_DATABASE_NAME=akeneo_app\nAPP_DATABASE_USER=root\nAPP_DATABASE_PASSWORD=webkul<\/pre>\n\n\n\n<p>Rename <code>config\/parameters-dist.yml<\/code> to <code>config\/parameters.yml<\/code>.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Step 6: Install Dependencies<\/h2>\n\n\n\n<p>Run the following command to install all necessary dependencies:<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\">composer install<\/pre>\n\n\n\n<p>Then, set the <code>NO_DOCKER<\/code> environment variable to <code>true<\/code> and run the Production setup:<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\">NO_DOCKER=true make prod<\/pre>\n\n\n\n<h2 class=\"wp-block-heading\">Step 7: Module Installation<\/h2>\n\n\n\n<p>Unzip the respective extension zip files and merge the <code>src<\/code> folder into the Akeneo app root directory. Follow the CE Akeneo 7 module installation process.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Step 8: Configure User-Central Project<\/h2>\n\n\n\n<p>After Middleware SAAS installation, you need to configure the app service in the user-central project. For this process, contact Vipin Yadav. The necessary steps include:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Service creation<\/li>\n\n\n\n<li>App creation<\/li>\n\n\n\n<li>Service plan creation<\/li>\n<\/ul>\n\n\n\n<p>Update the Akeneo app <code>parameters.yml<\/code> file with the <code>SERVICE_ID<\/code> key value and the <code>CENTRAL_CONTROL_SERVICE_HOST<\/code> value.<\/p>\n\n\n\n<p>CETRAL_CONTROL_SERVICE_HOST: &#8216;https:\/\/fa20-122-184-75-2.ngrok-free.app&#8217;<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Step 9: App Connection for CE (Akeneo 6\/Akeneo 7)<\/h2>\n\n\n\n<p>Navigate to the Akeneo Connect menu, then to the App Store, and create a test app. If the &#8220;Create a test app&#8221; button is not visible, follow these steps:<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Modify the following files<br><br><code><strong># vendor\/akeneo\/pim-community-dev\/src\/Akeneo\/Connectivity\/Connection\/back\/Infrastructure\/Symfony\/Resources\/config\/acl.yml<\/strong> akeneo_connectivity_connection_manage_test_apps: type: action label: akeneo_connectivity.connection.acl.manage_test_apps group_name: pim_system.acl_group.developer_mode order: -10 <\/code><br><code><strong># vendor\/akeneo\/pim-community-dev\/src\/Akeneo\/Platform\/Bundle\/UIBundle\/Resources\/config\/acl_groups.yml <\/strong>pim_system.acl_group.developer_mode: order: 400 <\/code><br><code><strong># vendor\/akeneo\/pim-community-dev\/src\/Akeneo\/Platform\/Bundle\/FeatureFlagBundle\/Configuration\/EnvVarFeatureFlag.php<\/strong> public function __construct($envVar) { $this-&gt;envVar = boolval($envVar); $this-&gt;envVar = true; }<\/code><br><\/li>\n\n\n\n<li>Provide ACL permissions.<\/li>\n\n\n\n<li>Update the Akeneo .env file<br><br><code>AKENEO_PIM_URL=http:\/\/localhost:8080 <\/code><br><br>Change to<br><br><code>AKENEO_PIM_URL=your_akeneo_url_without_slash_at_the_end<\/code><\/li>\n<\/ol>\n\n\n\n<h2 class=\"wp-block-heading\">Step 10: Create and Configure the App<\/h2>\n\n\n\n<p>After creating the credentials, ensure the middleware\u2019s environment file contains the key and secret correctly (with quotes around both).<\/p>\n\n\n\n<p>If the &#8220;Create&#8221; button is not visible in the App Store, check the ACL permissions at the following path: <code>system -&gt; role -&gt; permissions<\/code>. Ensure the production mode is checked for the specific role.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Step 11: Connect the App<\/h2>\n\n\n\n<p>If an error occurs stating that &#8220;Some system requirements are not fulfilled,&#8221; address the issues as indicated in the output messages.<\/p>\n\n\n\n<p>To connect the app, click the &#8220;Create App&#8221; button and fill out the form with the following URLs:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Activate URL<\/strong>: <code>domainname\/authorization\/activate<\/code><\/li>\n\n\n\n<li><strong>Callback URL<\/strong>: <code>domainname\/callback<\/code><\/li>\n<\/ul>\n\n\n\n<p>After clicking the &#8220;Create&#8221; button, copy the <code>client_id<\/code> and <code>client_secret<\/code> and configure your app .env file with these values. Finally, click the &#8220;Done&#8221; button.<\/p>\n\n\n\n<p>Now, your test app is created and you can see it in the App Store. Click the &#8220;Connect&#8221; button, provide the necessary permissions, and connect the app.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Step 12: Troubleshooting<\/h2>\n\n\n\n<p>If you encounter a mailer issue during the connection from Akeneo to the middleware, run the following command:<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\">composer require symfony\/mailer:^5.4.0<\/pre>\n\n\n\n<p>By following these detailed steps, you will successfully install and configure the Middleware Application and its required extensions.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Support<\/h3>\n\n\n\n<p>For more detailed information on <a href=\"https:\/\/www.php.net\/manual\/en\/install.php\" target=\"_blank\" rel=\"noreferrer noopener nofollow\">PHP installation<\/a>, visit the official PHP documentation.<\/p>\n\n\n\n<p>Refer to the Node.js installation guide for proper setup instructions.<\/p>\n\n\n\n<p>Check out the <a href=\"https:\/\/dev.mysql.com\/doc\/refman\/8.0\/en\/installing.html\" target=\"_blank\" rel=\"noreferrer noopener nofollow\">MySQL installation guide<\/a> for assistance with MySQL configuration.<\/p>\n\n\n\n<p>For any further queries you can reach out to us through support@webkul.com and you can also check our <a href=\"https:\/\/webkul.com\/akeneo\/\" target=\"_blank\" rel=\"noreferrer noopener\">Akeneo Development Services<\/a>.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Before starting the Middleware SAAS installation process, ensure that your system meets the following requirements: Step 1: Download the Middleware SAAS Application First, download the Middleware SAAS Application from the provided Git link. Once downloaded, rename the parameters-dist.yml file to parameters.yml. Step 2: Install Necessary Bundles Download the required bundles from the provided links and <a href=\"https:\/\/webkul.com\/blog\/guide-for-akeneo-middleware-saas-application-installation\/\">[&#8230;]<\/a><\/p>\n","protected":false},"author":465,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"class_list":["post-451517","post","type-post","status-publish","format-standard","hentry","category-uncategorized"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v24.5 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Guide for Akeneo Middleware SAAS Application Installation<\/title>\n<meta name=\"description\" content=\"This comprehensive step-by-step Middleware SAAS Installation guide teaches how to install and configure the Middleware SAAS Application.\" \/>\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\/guide-for-akeneo-middleware-saas-application-installation\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Guide for Akeneo Middleware SAAS Application Installation\" \/>\n<meta property=\"og:description\" content=\"This comprehensive step-by-step Middleware SAAS Installation guide teaches how to install and configure the Middleware SAAS Application.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/webkul.com\/blog\/guide-for-akeneo-middleware-saas-application-installation\/\" \/>\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=\"2024-07-12T12:10:47+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-07-12T12:12:40+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/08\/webkul-og.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1200\" \/>\n\t<meta property=\"og:image:height\" content=\"630\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Deepak Kumar\" \/>\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=\"Deepak Kumar\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/webkul.com\/blog\/guide-for-akeneo-middleware-saas-application-installation\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/webkul.com\/blog\/guide-for-akeneo-middleware-saas-application-installation\/\"},\"author\":{\"name\":\"Deepak Kumar\",\"@id\":\"https:\/\/webkul.com\/blog\/#\/schema\/person\/73b6377eefe0e14e3d7f54cb58252c6d\"},\"headline\":\"Guide for Akeneo Middleware SAAS Application Installation\",\"datePublished\":\"2024-07-12T12:10:47+00:00\",\"dateModified\":\"2024-07-12T12:12:40+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/webkul.com\/blog\/guide-for-akeneo-middleware-saas-application-installation\/\"},\"wordCount\":561,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/webkul.com\/blog\/#organization\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/webkul.com\/blog\/guide-for-akeneo-middleware-saas-application-installation\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/webkul.com\/blog\/guide-for-akeneo-middleware-saas-application-installation\/\",\"url\":\"https:\/\/webkul.com\/blog\/guide-for-akeneo-middleware-saas-application-installation\/\",\"name\":\"Guide for Akeneo Middleware SAAS Application Installation\",\"isPartOf\":{\"@id\":\"https:\/\/webkul.com\/blog\/#website\"},\"datePublished\":\"2024-07-12T12:10:47+00:00\",\"dateModified\":\"2024-07-12T12:12:40+00:00\",\"description\":\"This comprehensive step-by-step Middleware SAAS Installation guide teaches how to install and configure the Middleware SAAS Application.\",\"breadcrumb\":{\"@id\":\"https:\/\/webkul.com\/blog\/guide-for-akeneo-middleware-saas-application-installation\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/webkul.com\/blog\/guide-for-akeneo-middleware-saas-application-installation\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/webkul.com\/blog\/guide-for-akeneo-middleware-saas-application-installation\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/webkul.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Guide for Akeneo Middleware SAAS Application Installation\"}]},{\"@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\/73b6377eefe0e14e3d7f54cb58252c6d\",\"name\":\"Deepak Kumar\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/webkul.com\/blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/9657c9dd65bd0c509887273100d65402c0c5a9598bbfef929caff2bb8e46512b?s=96&d=https%3A%2F%2Fcdnblog.webkul.com%2Fblog%2Fwp-content%2Fuploads%2F2019%2F10%2Fmike.png&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/9657c9dd65bd0c509887273100d65402c0c5a9598bbfef929caff2bb8e46512b?s=96&d=https%3A%2F%2Fcdnblog.webkul.com%2Fblog%2Fwp-content%2Fuploads%2F2019%2F10%2Fmike.png&r=g\",\"caption\":\"Deepak Kumar\"},\"description\":\"Deepak Kumar is an experienced Quality Analyst specializing in the Akeneo platform. With expertise in software testing and analyzing requirements in product information management and product data, he ensures high-quality, reliable solutions that optimize data accuracy and enhance business performance.\",\"url\":\"https:\/\/webkul.com\/blog\/author\/deepak-kumar751\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Guide for Akeneo Middleware SAAS Application Installation","description":"This comprehensive step-by-step Middleware SAAS Installation guide teaches how to install and configure the Middleware SAAS Application.","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\/guide-for-akeneo-middleware-saas-application-installation\/","og_locale":"en_US","og_type":"article","og_title":"Guide for Akeneo Middleware SAAS Application Installation","og_description":"This comprehensive step-by-step Middleware SAAS Installation guide teaches how to install and configure the Middleware SAAS Application.","og_url":"https:\/\/webkul.com\/blog\/guide-for-akeneo-middleware-saas-application-installation\/","og_site_name":"Webkul Blog","article_publisher":"https:\/\/www.facebook.com\/webkul\/","article_published_time":"2024-07-12T12:10:47+00:00","article_modified_time":"2024-07-12T12:12:40+00:00","og_image":[{"width":1200,"height":630,"url":"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/08\/webkul-og.png","type":"image\/png"}],"author":"Deepak Kumar","twitter_card":"summary_large_image","twitter_creator":"@webkul","twitter_site":"@webkul","twitter_misc":{"Written by":"Deepak Kumar","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/webkul.com\/blog\/guide-for-akeneo-middleware-saas-application-installation\/#article","isPartOf":{"@id":"https:\/\/webkul.com\/blog\/guide-for-akeneo-middleware-saas-application-installation\/"},"author":{"name":"Deepak Kumar","@id":"https:\/\/webkul.com\/blog\/#\/schema\/person\/73b6377eefe0e14e3d7f54cb58252c6d"},"headline":"Guide for Akeneo Middleware SAAS Application Installation","datePublished":"2024-07-12T12:10:47+00:00","dateModified":"2024-07-12T12:12:40+00:00","mainEntityOfPage":{"@id":"https:\/\/webkul.com\/blog\/guide-for-akeneo-middleware-saas-application-installation\/"},"wordCount":561,"commentCount":0,"publisher":{"@id":"https:\/\/webkul.com\/blog\/#organization"},"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/webkul.com\/blog\/guide-for-akeneo-middleware-saas-application-installation\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/webkul.com\/blog\/guide-for-akeneo-middleware-saas-application-installation\/","url":"https:\/\/webkul.com\/blog\/guide-for-akeneo-middleware-saas-application-installation\/","name":"Guide for Akeneo Middleware SAAS Application Installation","isPartOf":{"@id":"https:\/\/webkul.com\/blog\/#website"},"datePublished":"2024-07-12T12:10:47+00:00","dateModified":"2024-07-12T12:12:40+00:00","description":"This comprehensive step-by-step Middleware SAAS Installation guide teaches how to install and configure the Middleware SAAS Application.","breadcrumb":{"@id":"https:\/\/webkul.com\/blog\/guide-for-akeneo-middleware-saas-application-installation\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/webkul.com\/blog\/guide-for-akeneo-middleware-saas-application-installation\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/webkul.com\/blog\/guide-for-akeneo-middleware-saas-application-installation\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/webkul.com\/blog\/"},{"@type":"ListItem","position":2,"name":"Guide for Akeneo Middleware SAAS Application Installation"}]},{"@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\/73b6377eefe0e14e3d7f54cb58252c6d","name":"Deepak Kumar","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/webkul.com\/blog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/9657c9dd65bd0c509887273100d65402c0c5a9598bbfef929caff2bb8e46512b?s=96&d=https%3A%2F%2Fcdnblog.webkul.com%2Fblog%2Fwp-content%2Fuploads%2F2019%2F10%2Fmike.png&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/9657c9dd65bd0c509887273100d65402c0c5a9598bbfef929caff2bb8e46512b?s=96&d=https%3A%2F%2Fcdnblog.webkul.com%2Fblog%2Fwp-content%2Fuploads%2F2019%2F10%2Fmike.png&r=g","caption":"Deepak Kumar"},"description":"Deepak Kumar is an experienced Quality Analyst specializing in the Akeneo platform. With expertise in software testing and analyzing requirements in product information management and product data, he ensures high-quality, reliable solutions that optimize data accuracy and enhance business performance.","url":"https:\/\/webkul.com\/blog\/author\/deepak-kumar751\/"}]}},"amp_enabled":true,"_links":{"self":[{"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/posts\/451517","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\/465"}],"replies":[{"embeddable":true,"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/comments?post=451517"}],"version-history":[{"count":13,"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/posts\/451517\/revisions"}],"predecessor-version":[{"id":452595,"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/posts\/451517\/revisions\/452595"}],"wp:attachment":[{"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/media?parent=451517"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/categories?post=451517"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/tags?post=451517"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}