{"id":252190,"date":"2022-11-21T06:08:34","date_gmt":"2022-11-21T06:08:34","guid":{"rendered":"https:\/\/webkul.com\/blog\/?p=252190"},"modified":"2024-04-12T15:23:51","modified_gmt":"2024-04-12T15:23:51","slug":"how-to-create-class-data-object-in-pimcore","status":"publish","type":"post","link":"https:\/\/webkul.com\/blog\/how-to-create-class-data-object-in-pimcore\/","title":{"rendered":"How to Create Class Data Object in Pimcore?"},"content":{"rendered":"\n<p>In simple words, the Class Data Objects help us to create structured data in <a href=\"https:\/\/webkul.com\/pimcore-development\/\" target=\"_blank\" rel=\"noreferrer noopener\">Pimcore<\/a> PIM. So, if you don&#8217;t have an idea about Pimcore classes then please follow the steps involved in this blog to create it. <\/p>\n\n\n\n<p>Don&#8217;t worry, if you don&#8217;t have an idea about Object-Oriented Programming.<\/p>\n\n\n\n<p>We can say that Data Objects in Pimcore are much similar to Object-Oriented Data objects. The class type of data object can be created and managed by GUI (Graphical User Interface). <\/p>\n\n\n\n<p>So, if you will create a class in the admin panel then it will be created as a simple PHP code in the Pimcore. <\/p>\n\n\n\n<p>The data object in the Pimcore can be managed through inheritance in a simple PHP code. Now, I am not going to tell you how to manage it from the code. In this blog, I will use GUI.<\/p>\n\n\n\n<p>With the help of the data objects, you can sync the data from Pimcore to third-party systems like ERP, <a href=\"https:\/\/krayincrm.com\/\" target=\"_blank\" rel=\"noreferrer noopener\">CRM<\/a>, and eCommerce. <\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Create the Data Object<\/h2>\n\n\n\n<p>You can check the blog article to understand more about the <a href=\"https:\/\/webkul.com\/blog\/data-objects-in-pimcore\/\" target=\"_blank\" rel=\"noreferrer noopener\">data objects in Pimcore<\/a>. Now, I think it is clear what is data objects in Pimcore so let&#8217;s move on to create a class type of data object. <\/p>\n\n\n\n<p>For this, you need to install the Pimcore on your dedicated server. After that, you can log in to your Pimcore dashboard by entering the user login and password.<\/p>\n\n\n\n<p>On the left side of the menu, you will get the &#8220;setting&#8221; icon. You can navigate to Setting -&gt; Data Object  -&gt; Classes. Classes are a collection of some pre-defined data types. The data type could be a number, text, or a reference type of object so that you can make a complete connection. <\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full\"><img decoding=\"async\" width=\"1121\" height=\"593\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2020\/06\/image-3.png\" alt=\"Create Class Data Object in Pimcore\" class=\"wp-image-252467\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2020\/06\/image-3.png 1121w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2020\/06\/image-3-300x159.png 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2020\/06\/image-3-250x132.png 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2020\/06\/image-3-768x406.png 768w\" sizes=\"(max-width: 1121px) 100vw, 1121px\" loading=\"lazy\" \/><\/figure>\n<\/div>\n\n\n<p>Here you will get some Pre-defined classes provided by Pimcore after installation so you can change these or you can create a new one. <\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full\"><img decoding=\"async\" width=\"1292\" height=\"627\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2020\/06\/image-5.png\" alt=\"class data object in Pimcore\" class=\"wp-image-252478\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2020\/06\/image-5.png 1292w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2020\/06\/image-5-300x146.png 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2020\/06\/image-5-1200x582.png 1200w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2020\/06\/image-5-250x121.png 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2020\/06\/image-5-768x373.png 768w\" sizes=\"(max-width: 1292px) 100vw, 1292px\" loading=\"lazy\" \/><\/figure>\n<\/div>\n\n\n<p>For creating new Classes, you can click on the &#8220;Add&#8221; button and a pop-up will open where you can enter the details of your custom class. <\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full\"><img decoding=\"async\" width=\"997\" height=\"630\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2020\/06\/image-6.png\" alt=\"Create a new class in Pimcore\" class=\"wp-image-252498\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2020\/06\/image-6.png 997w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2020\/06\/image-6-300x190.png 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2020\/06\/image-6-250x158.png 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2020\/06\/image-6-768x485.png 768w\" sizes=\"(max-width: 997px) 100vw, 997px\" loading=\"lazy\" \/><\/figure>\n<\/div>\n\n\n<p>So, in the pop-up, you can enter the details like &#8220;Class Name&#8221; and &#8220;Unique Identifier&#8221;.  Make sure, you are entering the correct unique identifier because, in the Pimcore Database, you can enter only 64 characters.  <\/p>\n\n\n\n<p>So, I have just created a new class and named it &#8220;Test_Pim&#8221;. You can see the General Information section in the Pimcore. In this, you can see and modify the basic details of a Class data object.<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full\"><img decoding=\"async\" width=\"992\" height=\"629\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2020\/06\/image-7.png\" alt=\"image-7\" class=\"wp-image-252539\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2020\/06\/image-7.png 992w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2020\/06\/image-7-300x190.png 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2020\/06\/image-7-250x159.png 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2020\/06\/image-7-768x487.png 768w\" sizes=\"(max-width: 992px) 100vw, 992px\" loading=\"lazy\" \/><\/figure>\n<\/div>\n\n\n<p>You can update the name and description of class-type data objects.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Support<\/h2>\n\n\n\n<p>That&#8217;s all how to create a Class type of data object in Pimcore. In this blog series, the next topic will be &#8220;Class Setting in Pimcore&#8221;. After that, we will learn how to create the &#8220;Add Layout Component&#8221; and &#8220;Add Data component&#8221; in Pimcore.<\/p>\n\n\n\n<p>I hope you have enjoyed this article. For any query in Pimcore, you can <a href=\"mailto:support@webkul.com\" target=\"_blank\" rel=\"noreferrer noopener\">send an email<\/a>. Please let me know if you want to discuss your Pimcore project, you can also <a href=\"https:\/\/bit.ly\/Akeneo-Shopware-Pimcore\" target=\"_blank\" rel=\"noreferrer noopener\">contact our team via Skype<\/a>.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>In simple words, the Class Data Objects help us to create structured data in Pimcore PIM. So, if you don&#8217;t have an idea about Pimcore classes then please follow the steps involved in this blog to create it. Don&#8217;t worry, if you don&#8217;t have an idea about Object-Oriented Programming. We can say that Data Objects <a href=\"https:\/\/webkul.com\/blog\/how-to-create-class-data-object-in-pimcore\/\">[&#8230;]<\/a><\/p>\n","protected":false},"author":219,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[8189],"tags":[8201,8202,8203],"class_list":["post-252190","post","type-post","status-publish","format-standard","hentry","category-pimcore","tag-pimcore","tag-pimcore-pim","tag-pimcore-product-information-management"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v24.5 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Create Class Type Data Object in Pimcore PIM System<\/title>\n<meta name=\"description\" content=\"In this create class data object blog, you will learn how to manage product information using class and data objects in Pimcore.\" \/>\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\/how-to-create-class-data-object-in-pimcore\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Create Class Type Data Object in Pimcore PIM System\" \/>\n<meta property=\"og:description\" content=\"In this create class data object blog, you will learn how to manage product information using class and data objects in Pimcore.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/webkul.com\/blog\/how-to-create-class-data-object-in-pimcore\/\" \/>\n<meta property=\"og:site_name\" content=\"Webkul Blog\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/webkul\/\" \/>\n<meta property=\"article:published_time\" content=\"2022-11-21T06:08:34+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-04-12T15:23:51+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/webkul.com\/blog\/wp-content\/uploads\/2020\/06\/image-3.png\" \/>\n<meta name=\"author\" content=\"Adarsh Shukla\" \/>\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=\"Adarsh Shukla\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/webkul.com\/blog\/how-to-create-class-data-object-in-pimcore\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/webkul.com\/blog\/how-to-create-class-data-object-in-pimcore\/\"},\"author\":{\"name\":\"Adarsh Shukla\",\"@id\":\"https:\/\/webkul.com\/blog\/#\/schema\/person\/24b3f1db9e67779ee3db881cae1ecbb5\"},\"headline\":\"How to Create Class Data Object in Pimcore?\",\"datePublished\":\"2022-11-21T06:08:34+00:00\",\"dateModified\":\"2024-04-12T15:23:51+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/webkul.com\/blog\/how-to-create-class-data-object-in-pimcore\/\"},\"wordCount\":515,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/webkul.com\/blog\/#organization\"},\"image\":{\"@id\":\"https:\/\/webkul.com\/blog\/how-to-create-class-data-object-in-pimcore\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/webkul.com\/blog\/wp-content\/uploads\/2020\/06\/image-3.png\",\"keywords\":[\"Pimcore\",\"Pimcore PIM\",\"Pimcore Product Information management\"],\"articleSection\":[\"PimCore\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/webkul.com\/blog\/how-to-create-class-data-object-in-pimcore\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/webkul.com\/blog\/how-to-create-class-data-object-in-pimcore\/\",\"url\":\"https:\/\/webkul.com\/blog\/how-to-create-class-data-object-in-pimcore\/\",\"name\":\"Create Class Type Data Object in Pimcore PIM System\",\"isPartOf\":{\"@id\":\"https:\/\/webkul.com\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/webkul.com\/blog\/how-to-create-class-data-object-in-pimcore\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/webkul.com\/blog\/how-to-create-class-data-object-in-pimcore\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/webkul.com\/blog\/wp-content\/uploads\/2020\/06\/image-3.png\",\"datePublished\":\"2022-11-21T06:08:34+00:00\",\"dateModified\":\"2024-04-12T15:23:51+00:00\",\"description\":\"In this create class data object blog, you will learn how to manage product information using class and data objects in Pimcore.\",\"breadcrumb\":{\"@id\":\"https:\/\/webkul.com\/blog\/how-to-create-class-data-object-in-pimcore\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/webkul.com\/blog\/how-to-create-class-data-object-in-pimcore\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/webkul.com\/blog\/how-to-create-class-data-object-in-pimcore\/#primaryimage\",\"url\":\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2020\/06\/image-3.png\",\"contentUrl\":\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2020\/06\/image-3.png\",\"width\":1121,\"height\":593,\"caption\":\"image-3\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/webkul.com\/blog\/how-to-create-class-data-object-in-pimcore\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/webkul.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to Create Class Data Object in Pimcore?\"}]},{\"@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\/24b3f1db9e67779ee3db881cae1ecbb5\",\"name\":\"Adarsh Shukla\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/webkul.com\/blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/fb1b01aa3e81f8e9c96f2a73887e0dc95e47f085c0b41c5dfeeae1b6849850ee?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\/fb1b01aa3e81f8e9c96f2a73887e0dc95e47f085c0b41c5dfeeae1b6849850ee?s=96&d=https%3A%2F%2Fcdnblog.webkul.com%2Fblog%2Fwp-content%2Fuploads%2F2019%2F10%2Fmike.png&r=g\",\"caption\":\"Adarsh Shukla\"},\"url\":\"https:\/\/webkul.com\/blog\/author\/adarshshukla-bd370\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Create Class Type Data Object in Pimcore PIM System","description":"In this create class data object blog, you will learn how to manage product information using class and data objects in Pimcore.","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\/how-to-create-class-data-object-in-pimcore\/","og_locale":"en_US","og_type":"article","og_title":"Create Class Type Data Object in Pimcore PIM System","og_description":"In this create class data object blog, you will learn how to manage product information using class and data objects in Pimcore.","og_url":"https:\/\/webkul.com\/blog\/how-to-create-class-data-object-in-pimcore\/","og_site_name":"Webkul Blog","article_publisher":"https:\/\/www.facebook.com\/webkul\/","article_published_time":"2022-11-21T06:08:34+00:00","article_modified_time":"2024-04-12T15:23:51+00:00","og_image":[{"url":"https:\/\/webkul.com\/blog\/wp-content\/uploads\/2020\/06\/image-3.png","type":"","width":"","height":""}],"author":"Adarsh Shukla","twitter_card":"summary_large_image","twitter_creator":"@webkul","twitter_site":"@webkul","twitter_misc":{"Written by":"Adarsh Shukla","Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/webkul.com\/blog\/how-to-create-class-data-object-in-pimcore\/#article","isPartOf":{"@id":"https:\/\/webkul.com\/blog\/how-to-create-class-data-object-in-pimcore\/"},"author":{"name":"Adarsh Shukla","@id":"https:\/\/webkul.com\/blog\/#\/schema\/person\/24b3f1db9e67779ee3db881cae1ecbb5"},"headline":"How to Create Class Data Object in Pimcore?","datePublished":"2022-11-21T06:08:34+00:00","dateModified":"2024-04-12T15:23:51+00:00","mainEntityOfPage":{"@id":"https:\/\/webkul.com\/blog\/how-to-create-class-data-object-in-pimcore\/"},"wordCount":515,"commentCount":0,"publisher":{"@id":"https:\/\/webkul.com\/blog\/#organization"},"image":{"@id":"https:\/\/webkul.com\/blog\/how-to-create-class-data-object-in-pimcore\/#primaryimage"},"thumbnailUrl":"https:\/\/webkul.com\/blog\/wp-content\/uploads\/2020\/06\/image-3.png","keywords":["Pimcore","Pimcore PIM","Pimcore Product Information management"],"articleSection":["PimCore"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/webkul.com\/blog\/how-to-create-class-data-object-in-pimcore\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/webkul.com\/blog\/how-to-create-class-data-object-in-pimcore\/","url":"https:\/\/webkul.com\/blog\/how-to-create-class-data-object-in-pimcore\/","name":"Create Class Type Data Object in Pimcore PIM System","isPartOf":{"@id":"https:\/\/webkul.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/webkul.com\/blog\/how-to-create-class-data-object-in-pimcore\/#primaryimage"},"image":{"@id":"https:\/\/webkul.com\/blog\/how-to-create-class-data-object-in-pimcore\/#primaryimage"},"thumbnailUrl":"https:\/\/webkul.com\/blog\/wp-content\/uploads\/2020\/06\/image-3.png","datePublished":"2022-11-21T06:08:34+00:00","dateModified":"2024-04-12T15:23:51+00:00","description":"In this create class data object blog, you will learn how to manage product information using class and data objects in Pimcore.","breadcrumb":{"@id":"https:\/\/webkul.com\/blog\/how-to-create-class-data-object-in-pimcore\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/webkul.com\/blog\/how-to-create-class-data-object-in-pimcore\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/webkul.com\/blog\/how-to-create-class-data-object-in-pimcore\/#primaryimage","url":"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2020\/06\/image-3.png","contentUrl":"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2020\/06\/image-3.png","width":1121,"height":593,"caption":"image-3"},{"@type":"BreadcrumbList","@id":"https:\/\/webkul.com\/blog\/how-to-create-class-data-object-in-pimcore\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/webkul.com\/blog\/"},{"@type":"ListItem","position":2,"name":"How to Create Class Data Object in Pimcore?"}]},{"@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\/24b3f1db9e67779ee3db881cae1ecbb5","name":"Adarsh Shukla","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/webkul.com\/blog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/fb1b01aa3e81f8e9c96f2a73887e0dc95e47f085c0b41c5dfeeae1b6849850ee?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\/fb1b01aa3e81f8e9c96f2a73887e0dc95e47f085c0b41c5dfeeae1b6849850ee?s=96&d=https%3A%2F%2Fcdnblog.webkul.com%2Fblog%2Fwp-content%2Fuploads%2F2019%2F10%2Fmike.png&r=g","caption":"Adarsh Shukla"},"url":"https:\/\/webkul.com\/blog\/author\/adarshshukla-bd370\/"}]}},"amp_enabled":true,"_links":{"self":[{"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/posts\/252190","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\/219"}],"replies":[{"embeddable":true,"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/comments?post=252190"}],"version-history":[{"count":25,"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/posts\/252190\/revisions"}],"predecessor-version":[{"id":433034,"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/posts\/252190\/revisions\/433034"}],"wp:attachment":[{"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/media?parent=252190"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/categories?post=252190"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/tags?post=252190"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}