{"id":58936,"date":"2016-09-09T10:24:55","date_gmt":"2016-09-09T10:24:55","guid":{"rendered":"http:\/\/webkul.com\/blog\/?p=58936"},"modified":"2023-01-09T13:19:34","modified_gmt":"2023-01-09T13:19:34","slug":"how-to-get-customoptions-from-quote-and-order-in-magento-2","status":"publish","type":"post","link":"https:\/\/webkul.com\/blog\/how-to-get-customoptions-from-quote-and-order-in-magento-2\/","title":{"rendered":"How To Get Customoptions From Quote and Order In Magento 2"},"content":{"rendered":"\n<p>How To Get Customoptions From Quote and Order In Magento 2 : Here i am going to let you know. how you can get custom option from quote and order.<br>i will describe both separately.<br>1 =&gt; <strong>get custom option from quote :<\/strong><\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">\/**\n * @var \\Magento\\Checkout\\Model\\Cart\n *\/\nprotected $_cartModel;\n \n\/**\n * @param Context                             $context\n * @param \\Magento\\Checkout\\Model\\Cart        $cartModel\n *\/\npublic function __construct(\n    Context $context,\n    \\Magento\\Checkout\\Model\\Cart $cartModel,\n) {\n    $this->_cartModel = $cartModel;\n    parent::__construct($context);\n}\n\npublic function execute()\n{\n    \/\/ _cartModel is an instance of \\Magento\\Checkout\\Model\\Cart\n    $quote = $this->_cartModel->getQuote();\n    $cartAllItems = $quote->getAllItems();\n    foreach ($cartAllItems as $item) {\n        $options = $item->getProduct()->getTypeInstance(true)\n        ->getOrderOptions($item->getProduct());\n        foreach ($options as $option) {\n            $itemOptions = $option;\n            \/\/itemOptions contain all the custom option of an item\n        }\n    }\n}<\/pre>\n\n\n\n<p>here <strong>_cartModel<\/strong> is an instance of <strong>\\Magento\\Checkout\\Model\\Cart<\/strong> .<br><strong>itemOptions<\/strong> contains custom options of item.<\/p>\n\n\n\n<p>2 =&gt; <strong>get custom option from order<\/strong> :<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">&lt;?php\n\/**\n * @var \\Magento\\Checkout\\Model\\Cart\n *\/\nprotected $_cartModel;\n \n\/**\n * @param Context                             $context\n * @param \\Magento\\Sales\\Model\\Order          $order\n *\/\npublic function __construct(\n    Context $context,\n    \\Magento\\Sales\\Model\\Order $order,\n) {\n    $this-&gt;_order = $order;\n    parent::__construct($context);\n}\n\npublic function execute()\n{\n    \/\/ _order is an instance of \\Magento\\Sales\\Model\\Order\n    $order = $this-&gt;_order-&gt;load('order_id');\n    $orderAllItems = $order-&gt;getAllItems();\n    foreach ($orderAllItems as $item) {  \n        $options = $item-&gt;getProductOptions();\n        foreach ($options as $option) {\n            \/\/ $option contains custom option of an item\n        }\n    }\n}<\/pre>\n\n\n\n<p>here <strong>_order<\/strong> is an instance of <strong>\\Magento\\Sales\\Model\\Order<\/strong><br>Hope so it will help you.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>How To Get Customoptions From Quote and Order In Magento 2 : Here i am going to let you know. how you can get custom option from quote and order.i will describe both separately.1 =&gt; get custom option from quote : \/** * @var \\Magento\\Checkout\\Model\\Cart *\/ protected $_cartModel; \/** * @param Context $context * @param <a href=\"https:\/\/webkul.com\/blog\/how-to-get-customoptions-from-quote-and-order-in-magento-2\/\">[&#8230;]<\/a><\/p>\n","protected":false},"author":92,"featured_media":52441,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[302],"tags":[3598,3597,3596,3600,3602,3599,3601],"class_list":["post-58936","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-magento2","tag-custom-option-from-order-in-magento-2","tag-custom-option-from-quote-in-magento-2","tag-how-to-get-customoptions-from-quote-and-order-in-magento-2","tag-magento-2-custom-option-from-order","tag-magento-2-order-option","tag-magento-2-quote-custom-option","tag-magento-2-quote-option"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v24.5 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>How To Get Customoptions From Quote and Order In Magento 2<\/title>\n<meta name=\"description\" content=\"How To Get Customoption From Quote and Order In Magento 2,custom option from quote magento 2,custom option from order magento 2, magento 2 quote option\" \/>\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-get-customoptions-from-quote-and-order-in-magento-2\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How To Get Customoptions From Quote and Order In Magento 2\" \/>\n<meta property=\"og:description\" content=\"How To Get Customoption From Quote and Order In Magento 2,custom option from quote magento 2,custom option from order magento 2, magento 2 quote option\" \/>\n<meta property=\"og:url\" content=\"https:\/\/webkul.com\/blog\/how-to-get-customoptions-from-quote-and-order-in-magento-2\/\" \/>\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=\"2016-09-09T10:24:55+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2023-01-09T13:19:34+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2016\/06\/Magneto-Code-Snippet-1.png\" \/>\n\t<meta property=\"og:image:width\" content=\"825\" \/>\n\t<meta property=\"og:image:height\" content=\"260\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Narendra\" \/>\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=\"Narendra\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/webkul.com\/blog\/how-to-get-customoptions-from-quote-and-order-in-magento-2\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/webkul.com\/blog\/how-to-get-customoptions-from-quote-and-order-in-magento-2\/\"},\"author\":{\"name\":\"Narendra\",\"@id\":\"https:\/\/webkul.com\/blog\/#\/schema\/person\/3c4771ea9c127b5c6e7d1ff8b58ec70a\"},\"headline\":\"How To Get Customoptions From Quote and Order In Magento 2\",\"datePublished\":\"2016-09-09T10:24:55+00:00\",\"dateModified\":\"2023-01-09T13:19:34+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/webkul.com\/blog\/how-to-get-customoptions-from-quote-and-order-in-magento-2\/\"},\"wordCount\":87,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/webkul.com\/blog\/#organization\"},\"image\":{\"@id\":\"https:\/\/webkul.com\/blog\/how-to-get-customoptions-from-quote-and-order-in-magento-2\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2016\/06\/Magneto-Code-Snippet-1.png\",\"keywords\":[\"custom option from order in magento 2\",\"custom option from quote in magento 2\",\"How To Get Customoptions From Quote and Order In Magento 2\",\"magento 2 custom option from order\",\"magento 2 order option\",\"magento 2 quote custom option\",\"magento 2 quote option\"],\"articleSection\":[\"Magento2\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/webkul.com\/blog\/how-to-get-customoptions-from-quote-and-order-in-magento-2\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/webkul.com\/blog\/how-to-get-customoptions-from-quote-and-order-in-magento-2\/\",\"url\":\"https:\/\/webkul.com\/blog\/how-to-get-customoptions-from-quote-and-order-in-magento-2\/\",\"name\":\"How To Get Customoptions From Quote and Order In Magento 2\",\"isPartOf\":{\"@id\":\"https:\/\/webkul.com\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/webkul.com\/blog\/how-to-get-customoptions-from-quote-and-order-in-magento-2\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/webkul.com\/blog\/how-to-get-customoptions-from-quote-and-order-in-magento-2\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2016\/06\/Magneto-Code-Snippet-1.png\",\"datePublished\":\"2016-09-09T10:24:55+00:00\",\"dateModified\":\"2023-01-09T13:19:34+00:00\",\"description\":\"How To Get Customoption From Quote and Order In Magento 2,custom option from quote magento 2,custom option from order magento 2, magento 2 quote option\",\"breadcrumb\":{\"@id\":\"https:\/\/webkul.com\/blog\/how-to-get-customoptions-from-quote-and-order-in-magento-2\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/webkul.com\/blog\/how-to-get-customoptions-from-quote-and-order-in-magento-2\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/webkul.com\/blog\/how-to-get-customoptions-from-quote-and-order-in-magento-2\/#primaryimage\",\"url\":\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2016\/06\/Magneto-Code-Snippet-1.png\",\"contentUrl\":\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2016\/06\/Magneto-Code-Snippet-1.png\",\"width\":825,\"height\":260},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/webkul.com\/blog\/how-to-get-customoptions-from-quote-and-order-in-magento-2\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/webkul.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How To Get Customoptions From Quote and Order In Magento 2\"}]},{\"@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\/3c4771ea9c127b5c6e7d1ff8b58ec70a\",\"name\":\"Narendra\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/webkul.com\/blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/303d2e21e5f58ef4ebc1e13fa3c2ef91c7e27b33a9add5728a40545b6de1d269?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\/303d2e21e5f58ef4ebc1e13fa3c2ef91c7e27b33a9add5728a40545b6de1d269?s=96&d=https%3A%2F%2Fcdnblog.webkul.com%2Fblog%2Fwp-content%2Fuploads%2F2019%2F10%2Fmike.png&r=g\",\"caption\":\"Narendra\"},\"url\":\"https:\/\/webkul.com\/blog\/author\/narendra962\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How To Get Customoptions From Quote and Order In Magento 2","description":"How To Get Customoption From Quote and Order In Magento 2,custom option from quote magento 2,custom option from order magento 2, magento 2 quote option","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-get-customoptions-from-quote-and-order-in-magento-2\/","og_locale":"en_US","og_type":"article","og_title":"How To Get Customoptions From Quote and Order In Magento 2","og_description":"How To Get Customoption From Quote and Order In Magento 2,custom option from quote magento 2,custom option from order magento 2, magento 2 quote option","og_url":"https:\/\/webkul.com\/blog\/how-to-get-customoptions-from-quote-and-order-in-magento-2\/","og_site_name":"Webkul Blog","article_publisher":"https:\/\/www.facebook.com\/webkul\/","article_published_time":"2016-09-09T10:24:55+00:00","article_modified_time":"2023-01-09T13:19:34+00:00","og_image":[{"width":825,"height":260,"url":"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2016\/06\/Magneto-Code-Snippet-1.png","type":"image\/png"}],"author":"Narendra","twitter_card":"summary_large_image","twitter_creator":"@webkul","twitter_site":"@webkul","twitter_misc":{"Written by":"Narendra","Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/webkul.com\/blog\/how-to-get-customoptions-from-quote-and-order-in-magento-2\/#article","isPartOf":{"@id":"https:\/\/webkul.com\/blog\/how-to-get-customoptions-from-quote-and-order-in-magento-2\/"},"author":{"name":"Narendra","@id":"https:\/\/webkul.com\/blog\/#\/schema\/person\/3c4771ea9c127b5c6e7d1ff8b58ec70a"},"headline":"How To Get Customoptions From Quote and Order In Magento 2","datePublished":"2016-09-09T10:24:55+00:00","dateModified":"2023-01-09T13:19:34+00:00","mainEntityOfPage":{"@id":"https:\/\/webkul.com\/blog\/how-to-get-customoptions-from-quote-and-order-in-magento-2\/"},"wordCount":87,"commentCount":0,"publisher":{"@id":"https:\/\/webkul.com\/blog\/#organization"},"image":{"@id":"https:\/\/webkul.com\/blog\/how-to-get-customoptions-from-quote-and-order-in-magento-2\/#primaryimage"},"thumbnailUrl":"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2016\/06\/Magneto-Code-Snippet-1.png","keywords":["custom option from order in magento 2","custom option from quote in magento 2","How To Get Customoptions From Quote and Order In Magento 2","magento 2 custom option from order","magento 2 order option","magento 2 quote custom option","magento 2 quote option"],"articleSection":["Magento2"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/webkul.com\/blog\/how-to-get-customoptions-from-quote-and-order-in-magento-2\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/webkul.com\/blog\/how-to-get-customoptions-from-quote-and-order-in-magento-2\/","url":"https:\/\/webkul.com\/blog\/how-to-get-customoptions-from-quote-and-order-in-magento-2\/","name":"How To Get Customoptions From Quote and Order In Magento 2","isPartOf":{"@id":"https:\/\/webkul.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/webkul.com\/blog\/how-to-get-customoptions-from-quote-and-order-in-magento-2\/#primaryimage"},"image":{"@id":"https:\/\/webkul.com\/blog\/how-to-get-customoptions-from-quote-and-order-in-magento-2\/#primaryimage"},"thumbnailUrl":"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2016\/06\/Magneto-Code-Snippet-1.png","datePublished":"2016-09-09T10:24:55+00:00","dateModified":"2023-01-09T13:19:34+00:00","description":"How To Get Customoption From Quote and Order In Magento 2,custom option from quote magento 2,custom option from order magento 2, magento 2 quote option","breadcrumb":{"@id":"https:\/\/webkul.com\/blog\/how-to-get-customoptions-from-quote-and-order-in-magento-2\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/webkul.com\/blog\/how-to-get-customoptions-from-quote-and-order-in-magento-2\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/webkul.com\/blog\/how-to-get-customoptions-from-quote-and-order-in-magento-2\/#primaryimage","url":"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2016\/06\/Magneto-Code-Snippet-1.png","contentUrl":"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2016\/06\/Magneto-Code-Snippet-1.png","width":825,"height":260},{"@type":"BreadcrumbList","@id":"https:\/\/webkul.com\/blog\/how-to-get-customoptions-from-quote-and-order-in-magento-2\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/webkul.com\/blog\/"},{"@type":"ListItem","position":2,"name":"How To Get Customoptions From Quote and Order In Magento 2"}]},{"@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\/3c4771ea9c127b5c6e7d1ff8b58ec70a","name":"Narendra","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/webkul.com\/blog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/303d2e21e5f58ef4ebc1e13fa3c2ef91c7e27b33a9add5728a40545b6de1d269?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\/303d2e21e5f58ef4ebc1e13fa3c2ef91c7e27b33a9add5728a40545b6de1d269?s=96&d=https%3A%2F%2Fcdnblog.webkul.com%2Fblog%2Fwp-content%2Fuploads%2F2019%2F10%2Fmike.png&r=g","caption":"Narendra"},"url":"https:\/\/webkul.com\/blog\/author\/narendra962\/"}]}},"amp_enabled":true,"_links":{"self":[{"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/posts\/58936","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\/92"}],"replies":[{"embeddable":true,"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/comments?post=58936"}],"version-history":[{"count":4,"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/posts\/58936\/revisions"}],"predecessor-version":[{"id":363804,"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/posts\/58936\/revisions\/363804"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/media\/52441"}],"wp:attachment":[{"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/media?parent=58936"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/categories?post=58936"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/tags?post=58936"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}