{"id":397853,"date":"2023-08-30T12:51:14","date_gmt":"2023-08-30T12:51:14","guid":{"rendered":"https:\/\/webkul.com\/blog\/?p=397853"},"modified":"2026-01-23T12:09:35","modified_gmt":"2026-01-23T12:09:35","slug":"how-to-create-and-use-graphql-api-in-woocommerce","status":"publish","type":"post","link":"https:\/\/webkul.com\/blog\/how-to-create-and-use-graphql-api-in-woocommerce\/","title":{"rendered":"How to Create and Use GraphQL API in WooCommerce?"},"content":{"rendered":"\n<p>Learn how to create and use GraphQL APIs in WooCommerce to fetch products, customers, and orders efficiently, enabling faster, flexible <a href=\"https:\/\/webkul.com\/woocommerce-api-development-services\/\">WooCommerce API Development<\/a>.<\/p>\n\n\n\n<p>Creating and using a GraphQL API in WooCommerce involves several steps, as GraphQL is not natively supported by WooCommerce out of the box. <\/p>\n\n\n\n<p>However, you can set up a GraphQL API by integrating third-party plugins and tools. Below, I&#8217;ll outline the general steps to achieve this:<\/p>\n\n\n\n<div class=\"wk-index-wrap\"><div class=\"block-wrap\">\n<h2 class=\"wp-block-heading index-title\">Install Required Plugins:<\/h2>\n<\/div><\/div>\n\n\n\n<p>You&#8217;ll need to install the necessary plugins to enable GraphQL functionality in WooCommerce. One popular plugin for this purpose is the &#8220;WPGraphQL&#8221; plugin, which adds GraphQL support to your WordPress site.<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Install the &#8220;<a href=\"https:\/\/wordpress.org\/plugins\/wp-graphql\/\" target=\"_blank\" rel=\"noreferrer noopener nofollow\">WPGraphQL<\/a>&#8221; plugin by visiting its official site.<\/li>\n\n\n\n<li>Activate the plugin.<\/li>\n<\/ul>\n\n\n\n<div class=\"wk-index-wrap\"><div class=\"block-wrap\">\n<h2 class=\"wp-block-heading index-title\">Install WooCommerce Support for WPGraphQL:<\/h2>\n<\/div><\/div>\n\n\n\n<p>The WPGraphQL plugin doesn&#8217;t inherently provide support for WooCommerce entities like products, orders, etc. To enable this support, you&#8217;ll need to install the &#8220;WPGraphQL for WooCommerce&#8221; extension.<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Install the &#8220;<a href=\"https:\/\/woographql.com\/api\/downloads\" target=\"_blank\" rel=\"noreferrer noopener nofollow\">WPGraphQL for WooCommerce<\/a>&#8221; plugin ( visit on official site ).<\/li>\n\n\n\n<li>Activate the plugin.<\/li>\n<\/ul>\n\n\n\n<div class=\"wk-index-wrap\"><div class=\"block-wrap\">\n<h2 class=\"wp-block-heading index-title\">Define Your GraphQL Schema:<\/h2>\n<\/div><\/div>\n\n\n\n<p>Once you have the required plugins installed, your GraphQL schema will be automatically populated with WooCommerce-related types like <code>Product<\/code>, <code>Order<\/code>, etc. You don&#8217;t need to manually define these types.<\/p>\n\n\n\n<div class=\"wk-index-wrap\"><div class=\"block-wrap\">\n<h2 class=\"wp-block-heading index-title\">Explore and Test the GraphQL API in WooCommerce:<\/h2>\n<\/div><\/div>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Access your WordPress site&#8217;s GraphQL endpoint (usually<strong> <code>https:\/\/your-site.com\/graphql<\/code><\/strong>).<\/li>\n\n\n\n<li>Use the GraphQL Playground or any other GraphQL client to execute queries and mutations.<\/li>\n<\/ul>\n\n\n\n<p>You can access the GraphQL API using a GraphQL client or a tool like GraphQL Playground, which is often integrated with WPGraphQL. <\/p>\n\n\n\n<p>This tool allows you to explore the available queries, mutations, and schema documentation.<\/p>\n\n\n\n<div class=\"wk-index-wrap\"><div class=\"block-wrap\">\n<h2 class=\"wp-block-heading index-title\">Authenticate and Secure the GraphQL API in WooCommerce (Optional):<\/h2>\n<\/div><\/div>\n\n\n\n<p>Depending on your use case, you might want to add authentication and authorization to your GraphQL API to ensure that only authorized users can access certain data or perform certain actions.<\/p>\n\n\n\n<p> You can use plugins like &#8220;<a href=\"https:\/\/github.com\/wp-graphql\/wp-graphql-jwt-authentication\" target=\"_blank\" rel=\"noreferrer noopener nofollow\">JWT Authentication for WPGraphQL<\/a>&#8221; to add JWT-based authentication.<\/p>\n\n\n\n<div class=\"wk-index-wrap\"><div class=\"block-wrap\">\n<h2 class=\"wp-block-heading index-title\">Customize and Extend<\/h2>\n<\/div><\/div>\n\n\n\n<p>WPGraphQL allows you to customize and extend your GraphQL schema to match your specific requirements. You can add custom fields, and types, and even create your own mutations if needed.<\/p>\n\n\n\n<p><strong>Important Note:<\/strong><\/p>\n\n\n\n<p><em>Please note that the plugins and tools mentioned above might evolve over time, and there could be new solutions available for creating a GraphQL API for WooCommerce. <\/em><\/p>\n\n\n\n<p><em>Make sure to consult the official documentation of the plugins you use for the most up-to-date information. <br><br>Remember that while GraphQL offers flexibility and efficiency in querying data, setting up and maintaining a GraphQL API can be more complex than using a traditional REST API. <\/em><\/p>\n\n\n\n<p><em>It&#8217;s important to carefully plan and test your API to ensure it meets your application&#8217;s requirements.<\/em><\/p>\n\n\n\n<p>We have used the GraphQL API in our latest release of <a href=\"https:\/\/store.webkul.com\/woocommerce-progressive-web-app.html\" target=\"_blank\" rel=\"noreferrer noopener\">Progressive Web App ( PWA ) for WooCommerce<\/a>.<\/p>\n\n\n\n<div class=\"wk-index-wrap\"><div class=\"block-wrap\">\n<h2 class=\"wp-block-heading index-title\">Example of How to use  GraphQL API in WooCommerce:<\/h2>\n<\/div><\/div>\n\n\n\n<p>Certainly! Here&#8217;s a basic example of how you can use the GraphQL API for WooCommerce using the WPGraphQL and WPGraphQL for <a href=\"https:\/\/store.webkul.com\/woocommerce-plugins.html\" target=\"_blank\" rel=\"noreferrer noopener\">WooCommerce plugins<\/a>. <\/p>\n\n\n\n<p>This example demonstrates how to fetch a list of products and their details using GraphQL.<\/p>\n\n\n\n<p>Assuming you have the required plugins installed and activated, you can use a GraphQL client or GraphQL Playground to execute the following query:<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\">query {\n  products(first: 10) {\n    nodes {\n      id\n      name\n      price\n      description\n      sku\n    }\n  }\n}<\/pre>\n\n\n\n<p>In this query:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong><code>query<\/code>: <\/strong>Indicates that you&#8217;re making a query to fetch data.<\/li>\n\n\n\n<li><strong><code>products(first: 10)<\/code>: <\/strong>Retrieves the first 10 products. You can adjust the <code>first<\/code> argument to fetch more or fewer products.<\/li>\n\n\n\n<li><strong><code>nodes<\/code>: <\/strong>Contains an array of product nodes.<\/li>\n\n\n\n<li>Within each product node, you&#8217;re fetching fields like <code>id<\/code>, <code>name<\/code>, <code>price<\/code>, <code>description<\/code>, and <code>sku<\/code>.<\/li>\n<\/ul>\n\n\n\n<p>This query will return a list of products along with their details.<\/p>\n\n\n\n<p>Please note that the exact structure of the query and the available fields might vary based on the version of the plugins and any potential updates.<\/p>\n\n\n\n<p>You should consult the documentation for WPGraphQL and WPGraphQL for WooCommerce to get the most accurate and up-to-date information on the available schema and fields.<\/p>\n\n\n\n<p>I hope by now you have learned how to use GraphQL in WooCommerce. Thank you for reading this dev blog post. Contact our team at <a href=\"mailto:support@webkul.com\">support@webkul.com<\/a> for any queries. <\/p>\n\n\n\n<p>Also, you can <a href=\"https:\/\/webkul.com\/hire-woocommerce-developers\/\" target=\"_blank\" rel=\"noreferrer noopener\">hire woocommerce developers<\/a> to work on your custom WordPress or WooCommerce development project.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Learn how to create and use GraphQL APIs in WooCommerce to fetch products, customers, and orders efficiently, enabling faster, flexible WooCommerce API Development. Creating and using a GraphQL API in WooCommerce involves several steps, as GraphQL is not natively supported by WooCommerce out of the box. However, you can set up a GraphQL API by <a href=\"https:\/\/webkul.com\/blog\/how-to-create-and-use-graphql-api-in-woocommerce\/\">[&#8230;]<\/a><\/p>\n","protected":false},"author":514,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1173,1773,7966,1260],"tags":[292,7085,14681,1468],"class_list":["post-397853","post","type-post","status-publish","format-standard","hentry","category-api-2","category-woocommerce","category-wordpress-woocommerce","category-wordpress","tag-api","tag-graphql","tag-graphql-api","tag-woocommerce"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v24.5 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>How to Create and Use GraphQL API in WooCommerce? - Webkul Blog<\/title>\n<meta name=\"description\" content=\"How to create and use GraphQL API in WooCommerce with the help of WPGraphQL and WPGraphQL for the WooCommerce plugin.\" \/>\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-and-use-graphql-api-in-woocommerce\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to Create and Use GraphQL API in WooCommerce? - Webkul Blog\" \/>\n<meta property=\"og:description\" content=\"How to create and use GraphQL API in WooCommerce with the help of WPGraphQL and WPGraphQL for the WooCommerce plugin.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/webkul.com\/blog\/how-to-create-and-use-graphql-api-in-woocommerce\/\" \/>\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=\"2023-08-30T12:51:14+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-01-23T12:09:35+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=\"Ajeet 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=\"Ajeet 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\/how-to-create-and-use-graphql-api-in-woocommerce\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/webkul.com\/blog\/how-to-create-and-use-graphql-api-in-woocommerce\/\"},\"author\":{\"name\":\"Ajeet Kumar\",\"@id\":\"https:\/\/webkul.com\/blog\/#\/schema\/person\/5f808ce65cf4b6793c84e4194fcbb50a\"},\"headline\":\"How to Create and Use GraphQL API in WooCommerce?\",\"datePublished\":\"2023-08-30T12:51:14+00:00\",\"dateModified\":\"2026-01-23T12:09:35+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/webkul.com\/blog\/how-to-create-and-use-graphql-api-in-woocommerce\/\"},\"wordCount\":679,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/webkul.com\/blog\/#organization\"},\"keywords\":[\"api\",\"graphQL\",\"GraphQl Api\",\"WooCommerce\"],\"articleSection\":[\"API\",\"WooCommerce\",\"WooCommerce\",\"WordPress\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/webkul.com\/blog\/how-to-create-and-use-graphql-api-in-woocommerce\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/webkul.com\/blog\/how-to-create-and-use-graphql-api-in-woocommerce\/\",\"url\":\"https:\/\/webkul.com\/blog\/how-to-create-and-use-graphql-api-in-woocommerce\/\",\"name\":\"How to Create and Use GraphQL API in WooCommerce? - Webkul Blog\",\"isPartOf\":{\"@id\":\"https:\/\/webkul.com\/blog\/#website\"},\"datePublished\":\"2023-08-30T12:51:14+00:00\",\"dateModified\":\"2026-01-23T12:09:35+00:00\",\"description\":\"How to create and use GraphQL API in WooCommerce with the help of WPGraphQL and WPGraphQL for the WooCommerce plugin.\",\"breadcrumb\":{\"@id\":\"https:\/\/webkul.com\/blog\/how-to-create-and-use-graphql-api-in-woocommerce\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/webkul.com\/blog\/how-to-create-and-use-graphql-api-in-woocommerce\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/webkul.com\/blog\/how-to-create-and-use-graphql-api-in-woocommerce\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/webkul.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to Create and Use GraphQL API in WooCommerce?\"}]},{\"@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\/5f808ce65cf4b6793c84e4194fcbb50a\",\"name\":\"Ajeet Kumar\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/webkul.com\/blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/b53b8b6a4395f59f9d903094cded9b2544da27386e70990e16b993e658c17f4b?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\/b53b8b6a4395f59f9d903094cded9b2544da27386e70990e16b993e658c17f4b?s=96&d=https%3A%2F%2Fcdnblog.webkul.com%2Fblog%2Fwp-content%2Fuploads%2F2019%2F10%2Fmike.png&r=g\",\"caption\":\"Ajeet Kumar\"},\"url\":\"https:\/\/webkul.com\/blog\/author\/ajeetkumar-wp300\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How to Create and Use GraphQL API in WooCommerce? - Webkul Blog","description":"How to create and use GraphQL API in WooCommerce with the help of WPGraphQL and WPGraphQL for the WooCommerce plugin.","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-and-use-graphql-api-in-woocommerce\/","og_locale":"en_US","og_type":"article","og_title":"How to Create and Use GraphQL API in WooCommerce? - Webkul Blog","og_description":"How to create and use GraphQL API in WooCommerce with the help of WPGraphQL and WPGraphQL for the WooCommerce plugin.","og_url":"https:\/\/webkul.com\/blog\/how-to-create-and-use-graphql-api-in-woocommerce\/","og_site_name":"Webkul Blog","article_publisher":"https:\/\/www.facebook.com\/webkul\/","article_published_time":"2023-08-30T12:51:14+00:00","article_modified_time":"2026-01-23T12:09:35+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":"Ajeet Kumar","twitter_card":"summary_large_image","twitter_creator":"@webkul","twitter_site":"@webkul","twitter_misc":{"Written by":"Ajeet Kumar","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/webkul.com\/blog\/how-to-create-and-use-graphql-api-in-woocommerce\/#article","isPartOf":{"@id":"https:\/\/webkul.com\/blog\/how-to-create-and-use-graphql-api-in-woocommerce\/"},"author":{"name":"Ajeet Kumar","@id":"https:\/\/webkul.com\/blog\/#\/schema\/person\/5f808ce65cf4b6793c84e4194fcbb50a"},"headline":"How to Create and Use GraphQL API in WooCommerce?","datePublished":"2023-08-30T12:51:14+00:00","dateModified":"2026-01-23T12:09:35+00:00","mainEntityOfPage":{"@id":"https:\/\/webkul.com\/blog\/how-to-create-and-use-graphql-api-in-woocommerce\/"},"wordCount":679,"commentCount":0,"publisher":{"@id":"https:\/\/webkul.com\/blog\/#organization"},"keywords":["api","graphQL","GraphQl Api","WooCommerce"],"articleSection":["API","WooCommerce","WooCommerce","WordPress"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/webkul.com\/blog\/how-to-create-and-use-graphql-api-in-woocommerce\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/webkul.com\/blog\/how-to-create-and-use-graphql-api-in-woocommerce\/","url":"https:\/\/webkul.com\/blog\/how-to-create-and-use-graphql-api-in-woocommerce\/","name":"How to Create and Use GraphQL API in WooCommerce? - Webkul Blog","isPartOf":{"@id":"https:\/\/webkul.com\/blog\/#website"},"datePublished":"2023-08-30T12:51:14+00:00","dateModified":"2026-01-23T12:09:35+00:00","description":"How to create and use GraphQL API in WooCommerce with the help of WPGraphQL and WPGraphQL for the WooCommerce plugin.","breadcrumb":{"@id":"https:\/\/webkul.com\/blog\/how-to-create-and-use-graphql-api-in-woocommerce\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/webkul.com\/blog\/how-to-create-and-use-graphql-api-in-woocommerce\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/webkul.com\/blog\/how-to-create-and-use-graphql-api-in-woocommerce\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/webkul.com\/blog\/"},{"@type":"ListItem","position":2,"name":"How to Create and Use GraphQL API in WooCommerce?"}]},{"@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\/5f808ce65cf4b6793c84e4194fcbb50a","name":"Ajeet Kumar","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/webkul.com\/blog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/b53b8b6a4395f59f9d903094cded9b2544da27386e70990e16b993e658c17f4b?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\/b53b8b6a4395f59f9d903094cded9b2544da27386e70990e16b993e658c17f4b?s=96&d=https%3A%2F%2Fcdnblog.webkul.com%2Fblog%2Fwp-content%2Fuploads%2F2019%2F10%2Fmike.png&r=g","caption":"Ajeet Kumar"},"url":"https:\/\/webkul.com\/blog\/author\/ajeetkumar-wp300\/"}]}},"amp_enabled":true,"_links":{"self":[{"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/posts\/397853","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\/514"}],"replies":[{"embeddable":true,"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/comments?post=397853"}],"version-history":[{"count":22,"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/posts\/397853\/revisions"}],"predecessor-version":[{"id":523490,"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/posts\/397853\/revisions\/523490"}],"wp:attachment":[{"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/media?parent=397853"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/categories?post=397853"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/tags?post=397853"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}