{"id":181037,"date":"2019-06-28T07:56:55","date_gmt":"2019-06-28T07:56:55","guid":{"rendered":"https:\/\/webkul.com\/blog\/?p=181037"},"modified":"2021-08-16T16:57:51","modified_gmt":"2021-08-16T16:57:51","slug":"laravel-ecommerce-marketplace-custom-attribute","status":"publish","type":"post","link":"https:\/\/webkul.com\/blog\/laravel-ecommerce-marketplace-custom-attribute\/","title":{"rendered":"Laravel eCommerce Marketplace Custom Attribute"},"content":{"rendered":"\r\n<p><a href=\"https:\/\/store.webkul.com\/laravel-marketplace-custom-attribute.html\"> Laravel eCommerce Marketplace Custom Attribute<\/a> extension allows the seller to create their own <strong>Attribute<\/strong> and <strong>Attribute Family<\/strong> for their products.<\/p>\r\n\r\n\r\n\r\n<p class=\"has-very-dark-gray-color has-text-color\" style=\"font-size: -2px;\"><strong>**Note:<\/strong>&#8211; <strong>Laravel eCommerce Marketplace custom Attribute <\/strong>module is an add-on of Marketplace Module. To use this module you must need\u00a0a <strong><a href=\"https:\/\/bagisto.com\/en\/laravel-multi-vendor-marketplace\/\">Laravel eCommerce Marketplace Module<\/a><\/strong><a href=\"https:\/\/bagisto.com\/en\/laravel-multi-vendor-marketplace\/\">.<br \/><\/a><\/p>\r\n\r\n\r\n\r\n<div class=\"wk-index-wrap\">\r\n<h3 class=\"index-title\">Features of Laravel eCommerce Marketplace Custom Attributes<\/h3>\r\n<\/div>\r\n<div class=\"margin-bottom-50\">\r\n<ul class=\"wp-block-list\">\r\n<li>The seller can create Attributes.<\/li>\r\n<li>Sellers can also create Attribute Families.<\/li>\r\n<li>Sellers can create attributes using all <strong>attribute types.<\/strong><\/li>\r\n<li>Admin can approve or disapprove Attribute<\/li>\r\n<li>The Admin can also approve or disapprove of the attribute family.<\/li>\r\n<li>Admin can also edit attributes.<\/li>\r\n<li>Creation of Attributes for the sellers from the Admins end.<\/li>\r\n<li>Admin can also delete the attribute created by the sellers.<\/li>\r\n<li>Custom attributes with swatches such as text, colour, image and dropdown can also be used in layered navigation.<\/li>\r\n<\/ul>\r\n<\/div>\r\n\r\n\r\n\r\n<div class=\"wk-index-wrap\">\r\n<h3 class=\"index-title\">Installation of the Laravel eCommerce marketplace custom attributes<\/h3>\r\n<\/div>\r\n<div class=\"margin-bottom-50\">\r\n<p>Customers will get a<strong> zip folder<\/strong> after purchasing the extension and <strong>Unzip<\/strong> the respective extension zip and then merge \u201c<strong>packages<\/strong>\u201d and \u201c<strong>storage<\/strong>\u201d folders into the project root directory.<\/p>\r\n\r\n\r\n\r\n<figure class=\"wp-block-image\"><img decoding=\"async\" width=\"1136\" height=\"375\" class=\"wp-image-181174\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2019\/06\/screenshot_1_.png\" alt=\"Laravel custom attributes\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2019\/06\/screenshot_1_.png 1136w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2019\/06\/screenshot_1_-250x83.png 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2019\/06\/screenshot_1_-300x99.png 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2019\/06\/screenshot_1_-768x254.png 768w\" sizes=\"(max-width: 1136px) 100vw, 1136px\" loading=\"lazy\" \/><\/figure>\r\n\r\n\r\n\r\n<p>Goto <strong>config\/app.php<\/strong> file and add the following line under <strong>\u2018providers\u2019<\/strong><\/p>\r\n\r\n\r\n\r\n<pre class=\"EnlighterJSRAW\">Webkul\\MarketplaceCustomAttribute\\Providers\\MarketplaceCustomAttributeServiceprovider::class<\/pre>\r\n\r\n\r\n\r\n<figure class=\"wp-block-image\"><img decoding=\"async\" width=\"756\" height=\"292\" class=\"wp-image-181147\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2019\/06\/Screenshot4-2.png\" alt=\"Laravel eCommerce marketplace Custom Attributes\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2019\/06\/Screenshot4-2.png 756w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2019\/06\/Screenshot4-2-250x97.png 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2019\/06\/Screenshot4-2-300x116.png 300w\" sizes=\"(max-width: 756px) 100vw, 756px\" loading=\"lazy\" \/><\/figure>\r\n\r\n\r\n\r\n<p>Then goto <strong>composer.json <\/strong>file inside the <strong>Bagisto<\/strong> root directory and add the following line under \u2018<strong>psr-4<\/strong>\u2019.<\/p>\r\n\r\n\r\n\r\n<pre class=\"wp-block-preformatted\">\"<code>Webkul\\\\MarketplaceCustomAttribute\\\\\": \"packages\/Webkul\/MarketplaceCustomAttribute\"<\/code><\/pre>\r\n\r\n\r\n\r\n<div class=\"wp-block-image\">\r\n<figure class=\"aligncenter\"><img decoding=\"async\" width=\"816\" height=\"358\" class=\"wp-image-181742\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2019\/06\/psr4.png\" alt=\"laravel marketplace custom attribute\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2019\/06\/psr4.png 816w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2019\/06\/psr4-250x110.png 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2019\/06\/psr4-300x132.png 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2019\/06\/psr4-768x337.png 768w\" sizes=\"(max-width: 816px) 100vw, 816px\" loading=\"lazy\" \/><\/figure>\r\n<\/div>\r\n\r\n\r\n\r\n<p>Next, run these commands below to complete the setup in the <a href=\"http:\/\/bagisto.com\"><strong>Bagisto <\/strong><\/a>root directory. <code> <\/code><\/p>\r\n\r\n\r\n\r\n<pre class=\"wp-block-preformatted\">composer dump-autoload<\/pre>\r\n\r\n\r\n\r\n<pre class=\"wp-block-preformatted\">php artisan migrate <\/pre>\r\n\r\n\r\n\r\n<pre class=\"wp-block-preformatted\">php artisan route:cache <\/pre>\r\n\r\n\r\n\r\n<pre class=\"wp-block-preformatted\">php artisan db:seed --class=Webkul\\MarketplaceCustomAttribute\\Seeders\\DatabaseSeeder<\/pre>\r\n\r\n\r\n\r\n<pre class=\"wp-block-preformatted\">php artisan vendor:publish<\/pre>\r\n\r\n\r\n\r\n<p>Once the command has been successfully executed the custom attribute option is visible inside the marketplace.<\/p>\r\n\r\n\r\n\r\n<div class=\"wp-block-image\">\r\n<figure class=\"aligncenter\"><img decoding=\"async\" width=\"1200\" height=\"427\" class=\"wp-image-181745\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2019\/06\/custom-attributes1-1200x427.png\" alt=\"custom attribute laravel \" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2019\/06\/custom-attributes1-1200x427.png 1200w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2019\/06\/custom-attributes1-250x89.png 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2019\/06\/custom-attributes1-300x107.png 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2019\/06\/custom-attributes1-768x273.png 768w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2019\/06\/custom-attributes1.png 1274w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" loading=\"lazy\" \/><\/figure>\r\n<\/div>\r\n\r\n\r\n\r\n<p>&nbsp;<\/p>\r\n<\/div>\r\n\r\n\r\n\r\n<div class=\"wk-index-wrap\">\r\n<h3 class=\"index-title\">Seller Attribute and Attribute Family Creation<\/h3>\r\n<\/div>\r\n<div class=\"margin-bottom-50\">\r\n<p>Now Seller is able to create the<a href=\"https:\/\/bagisto.com\/en\/how-to-create-product-attribute-in-bagisto\/\"><strong> Attribute<\/strong><\/a> and <strong>Attribute Family<\/strong> from their dashboard.<\/p>\r\n\r\n\r\n\r\n<div class=\"wp-block-image\">\r\n<figure class=\"aligncenter\"><img decoding=\"async\" width=\"1200\" height=\"727\" class=\"wp-image-181247\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2019\/06\/Profile-3-e1561029741418-1200x727.png\" alt=\" marketplace custom attribute and  attribute family in the sellers profile\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2019\/06\/Profile-3-e1561029741418-1200x727.png 1200w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2019\/06\/Profile-3-e1561029741418-250x151.png 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2019\/06\/Profile-3-e1561029741418-300x182.png 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2019\/06\/Profile-3-e1561029741418-768x465.png 768w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2019\/06\/Profile-3-e1561029741418.png 1235w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" loading=\"lazy\" \/><\/figure>\r\n<\/div>\r\n\r\n\r\n\r\n<p>&nbsp;<\/p>\r\n<\/div>\r\n\r\n\r\n\r\n<div class=\"wk-index-wrap\">\r\n<h3 class=\"index-title\">How to create attribute from sellers end?<\/h3>\r\n<\/div>\r\n<div class=\"margin-bottom-50\">\r\n<p><strong>The seller<\/strong> can easily create a custom attribute in<strong><a href=\"http:\/\/bagisto.com\"> Bagisto<\/a><\/strong> eCommerce store from the seller panel also.<br \/>Sellers just need to click<strong> Attributes<\/strong>&gt;&gt;<strong>Add Attribute<\/strong><\/p>\r\n\r\n\r\n\r\n<div class=\"wp-block-image\">\r\n<figure class=\"aligncenter\"><img decoding=\"async\" width=\"1200\" height=\"625\" class=\"wp-image-181324\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2019\/06\/zzzzzzzzzzzzzzzzzzzzzzz-1200x625.png\" alt=\"laravel ecommerce custom attribute creations from the sellers end\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2019\/06\/zzzzzzzzzzzzzzzzzzzzzzz-1200x625.png 1200w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2019\/06\/zzzzzzzzzzzzzzzzzzzzzzz-250x130.png 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2019\/06\/zzzzzzzzzzzzzzzzzzzzzzz-300x156.png 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2019\/06\/zzzzzzzzzzzzzzzzzzzzzzz-768x400.png 768w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2019\/06\/zzzzzzzzzzzzzzzzzzzzzzz.png 1223w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" loading=\"lazy\" \/><\/figure>\r\n<\/div>\r\n\r\n\r\n\r\n<p>After hitting the Add Attribute a new page will open where the sellers have to fill all the fields<a href=\"https:\/\/bagisto.com\/en\/how-to-create-product-attribute-in-bagisto\/\"><strong> regarding the attribute<\/strong><\/a>.<\/p>\r\n\r\n\r\n\r\n<p>All <strong>Attribute types<\/strong> can be such as <strong>Text, Text area, Boolean, Date, Date and time, Price, Select, and Multi-select.<\/strong><\/p>\r\n\r\n\r\n\r\n<ul class=\"wp-block-list\">\r\n<li><strong>Text:-\u00a0<\/strong>A single-line text, it can be named, brand, etc.<\/li>\r\n<li><strong>Text Area:-\u00a0<\/strong>This attribute is used to enter a paragraph.<\/li>\r\n<li><strong>Price:-\u00a0<\/strong>To provide prices for the products.<\/li>\r\n<li><strong>Boolean:-\u00a0<\/strong>Display a drop-down list with the options \u201cYes\u201d and \u201d No\u201d.<\/li>\r\n<li><strong>Select:-\u00a0<\/strong>This is used to provide a dropdown list in which only one option can be selected<\/li>\r\n<li><strong>Multiselect:-\u00a0<\/strong>More than one option can be selected at a time from the drop-down list. Select Attribute Type \u201c<strong>Multiselect<\/strong>\u201d then click on \u201c<strong>Add Option<\/strong>\u201d and enter the option value.<\/li>\r\n<li><strong>Datetime:-\u00a0<\/strong>You can select date and time from the popup calendar.<\/li>\r\n<li><strong>Date:-\u00a0<\/strong>To select a date from the calendar.<\/li>\r\n<\/ul>\r\n\r\n\r\n\r\n<figure class=\"wp-block-image\"><img decoding=\"async\" width=\"1070\" height=\"594\" class=\"wp-image-182481\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2019\/06\/att.png\" alt=\"laravel eCommerce marketplace custom attribute creation \" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2019\/06\/att.png 1070w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2019\/06\/att-250x139.png 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2019\/06\/att-300x167.png 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2019\/06\/att-768x426.png 768w\" sizes=\"(max-width: 1070px) 100vw, 1070px\" loading=\"lazy\" \/><\/figure>\r\n\r\n\r\n\r\n<p>All types of <strong><a href=\"https:\/\/bagisto.com\/en\/how-to-create-swatches-in-bagisto\/\">Swatches<\/a><\/strong> can also be used by the seller while creating custom attributes like<strong> Image swatch, Color swatch, Dropdown swatch, Text swatch.<\/strong><\/p>\r\n\r\n\r\n\r\n<div class=\"wp-block-image\">\r\n<figure class=\"aligncenter\"><img decoding=\"async\" width=\"524\" height=\"236\" class=\"wp-image-189708\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2019\/07\/31061542\/Screenshot3-7.png\" alt=\"laravel ecommerce marketplace custom attributes\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2019\/07\/31061542\/Screenshot3-7.png 524w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2019\/07\/31061542\/Screenshot3-7.png 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2019\/07\/31061542\/Screenshot3-7.png 300w\" sizes=\"(max-width: 524px) 100vw, 524px\" loading=\"lazy\" \/><\/figure>\r\n<\/div>\r\n\r\n\r\n\r\n<p>Click on th<strong>e Save attribute<\/strong> to save the attribute and the created attribute will be visible on the Attribute section in the seller&#8217;s profile.<\/p>\r\n<\/div>\r\n\r\n\r\n\r\n<div class=\"wk-index-wrap\">\r\n<h3 class=\"index-title\">How to create an Attribute family from the Sellers end?<\/h3>\r\n<\/div>\r\n<div class=\"margin-bottom-50\">\r\n<p>The seller can also create an <strong><a href=\"https:\/\/bagisto.com\/en\/bagisto-product-attribute-families\/\">Attribute family<\/a><\/strong> for their created <strong>attributes<\/strong> from the seller&#8217;s panel.<\/p>\r\n\r\n\r\n\r\n<p>Sellers have to click on<strong> Attribute families&gt;&gt;Add Attribute family.<\/strong><\/p>\r\n\r\n\r\n\r\n<div class=\"wp-block-image\">\r\n<figure class=\"aligncenter\"><img decoding=\"async\" width=\"1139\" height=\"630\" class=\"wp-image-181330\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2019\/06\/ddddddddddddddddddddd.png\" alt=\"laravel eCommerce marketplace custom attribute family\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2019\/06\/ddddddddddddddddddddd.png 1139w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2019\/06\/ddddddddddddddddddddd-250x138.png 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2019\/06\/ddddddddddddddddddddd-300x166.png 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2019\/06\/ddddddddddddddddddddd-768x425.png 768w\" sizes=\"(max-width: 1139px) 100vw, 1139px\" loading=\"lazy\" \/><\/figure>\r\n<\/div>\r\n\r\n\r\n\r\n<p>After hitting the <strong>Add Attribute <\/strong>Family a new page will open like shown below:-<\/p>\r\n\r\n\r\n\r\n<figure class=\"wp-block-image\"><img decoding=\"async\" width=\"1054\" height=\"652\" class=\"wp-image-182482\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2019\/06\/family.png\" alt=\"laravel eCommerce marketplace custom attribute family creation from the sellers end\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2019\/06\/family.png 1054w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2019\/06\/family-250x155.png 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2019\/06\/family-300x186.png 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2019\/06\/family-768x475.png 768w\" sizes=\"(max-width: 1054px) 100vw, 1054px\" loading=\"lazy\" \/><\/figure>\r\n\r\n\r\n\r\n<p>Click on <strong>Save Attribute Family<\/strong> that will be visible on the seller&#8217;s profile in the Attributes family section.<\/p>\r\n<\/div>\r\n\r\n\r\n\r\n<div class=\"wk-index-wrap\">\r\n<h3 class=\"index-title\">Admins Approval for Attributes and Attributes Families<\/h3>\r\n<\/div>\r\n<div class=\"margin-bottom-50\">\r\n<p>For the <strong>Attributes<\/strong> and <strong>Attribute Family<\/strong> created by the sellers,<strong> Admin approval<\/strong> is required.<\/p>\r\n\r\n\r\n\r\n<p>The seller can use created attribute and attribute family only if those are approved by the Admin.<\/p>\r\n\r\n\r\n\r\n<p>If the admin has <strong>disapproved<\/strong> the attributes and attributes family then sellers cannot make use of them.<\/p>\r\n\r\n\r\n\r\n<figure class=\"wp-block-image\"><img decoding=\"async\" width=\"1126\" height=\"515\" class=\"wp-image-181309\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2019\/06\/Screenshot10-3.png\" alt=\"laravel  Bagisto eCommerce marketplace custom attribute approvals from the admins end\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2019\/06\/Screenshot10-3.png 1126w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2019\/06\/Screenshot10-3-250x114.png 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2019\/06\/Screenshot10-3-300x137.png 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2019\/06\/Screenshot10-3-768x351.png 768w\" sizes=\"(max-width: 1126px) 100vw, 1126px\" loading=\"lazy\" \/><\/figure>\r\n\r\n\r\n\r\n<p>The same step is followed by the<strong> Admin<\/strong> for the <strong>Attribute Family<\/strong> also as shown below<\/p>\r\n\r\n\r\n\r\n<div class=\"wp-block-image\">\r\n<figure class=\"aligncenter is-resized\"><img decoding=\"async\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2019\/06\/family-approval-e1561021479405-1200x584.png\" alt=\"Laravel eCommerce Marketplace Custom attributes family approval by the Admin\" width=\"556\" height=\"270\" loading=\"lazy\" \/><\/figure>\r\n<\/div>\r\n\r\n\r\n\r\n<p>once the Admin has<strong> approved <\/strong>or<strong> disapproved<\/strong> the <strong>Attributes<\/strong> and <strong>Attributes Family<\/strong> the status will be visible on the seller&#8217;s profile.<\/p>\r\n\r\n\r\n\r\n<p><strong>Attribute section<\/strong><\/p>\r\n\r\n\r\n\r\n<div class=\"wp-block-image\">\r\n<figure class=\"aligncenter\"><img decoding=\"async\" width=\"1056\" height=\"583\" class=\"wp-image-181302\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2019\/06\/aaaaaaaaaaaaaa.png\" alt=\"laravel eCommerce marketplace custom attribute section on the Sellers profile\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2019\/06\/aaaaaaaaaaaaaa.png 1056w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2019\/06\/aaaaaaaaaaaaaa-250x138.png 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2019\/06\/aaaaaaaaaaaaaa-300x166.png 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2019\/06\/aaaaaaaaaaaaaa-768x424.png 768w\" sizes=\"(max-width: 1056px) 100vw, 1056px\" loading=\"lazy\" \/><\/figure>\r\n<\/div>\r\n\r\n\r\n\r\n<p><strong>Attribute Families section<\/strong><\/p>\r\n\r\n\r\n\r\n<div class=\"wp-block-image\">\r\n<figure class=\"aligncenter\"><img decoding=\"async\" width=\"1194\" height=\"624\" class=\"wp-image-181303\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2019\/06\/bbbbbbbbbbbbbbbbbbbb.png\" alt=\"laravel eCommerce marketplace custom attribute family status in the sellers profile\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2019\/06\/bbbbbbbbbbbbbbbbbbbb.png 1194w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2019\/06\/bbbbbbbbbbbbbbbbbbbb-250x131.png 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2019\/06\/bbbbbbbbbbbbbbbbbbbb-300x157.png 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2019\/06\/bbbbbbbbbbbbbbbbbbbb-768x401.png 768w\" sizes=\"(max-width: 1194px) 100vw, 1194px\" loading=\"lazy\" \/><\/figure>\r\n<\/div>\r\n<\/div>\r\n\r\n\r\n\r\n<div class=\"wk-index-wrap\">\r\n<h3 class=\"index-title\">How to create product using Custom attribute from Seller&#8217;s end?<\/h3>\r\n<\/div>\r\n<div class=\"margin-bottom-50\">\r\n<p>Once the admin has approved the custom attributes and attributes family, the seller can create a product using these custom attributes.<\/p>\r\n\r\n\r\n\r\n<p>On the seller, profile click on <strong>Products<\/strong>&gt;&gt;<strong>Create&gt;&gt;Create new<\/strong><\/p>\r\n\r\n\r\n\r\n<p>Under the <strong>Add Product <\/strong>page all the attributes are visible.<\/p>\r\n\r\n\r\n\r\n<div class=\"wp-block-image\">\r\n<figure class=\"aligncenter\"><img decoding=\"async\" width=\"1366\" height=\"768\" class=\"wp-image-198687\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2019\/09\/custom-attributes.png\" alt=\"laravel ecommerce custom attributes\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2019\/09\/custom-attributes.png 1366w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2019\/09\/custom-attributes.png 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2019\/09\/custom-attributes.png 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2019\/09\/custom-attributes.png 768w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2019\/09\/custom-attributes.png 1200w\" sizes=\"(max-width: 1366px) 100vw, 1366px\" loading=\"lazy\" \/><\/figure>\r\n<\/div>\r\n\r\n\r\n\r\n<p>Then click on <strong>create<\/strong>.<\/p>\r\n\r\n\r\n\r\n<p>On the Edit Product page, all the variants of the attribute are also visible as shown below:-<\/p>\r\n\r\n\r\n\r\n<figure class=\"wp-block-image\"><img decoding=\"async\" width=\"912\" height=\"441\" class=\"wp-image-198707\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2019\/09\/Screenshot-1.png\" alt=\"laravel ecommerce marketplace custom attributes\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2019\/09\/Screenshot-1.png 912w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2019\/09\/Screenshot-1.png 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2019\/09\/Screenshot-1.png 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2019\/09\/Screenshot-1.png 768w\" sizes=\"(max-width: 912px) 100vw, 912px\" loading=\"lazy\" \/><\/figure>\r\n\r\n\r\n\r\n<p>After filling in all the fields regarding the product click on the <strong>Save Product<\/strong> button.<\/p>\r\n<h2>Support<\/h2>\r\n<\/div>\r\n<p>So, that was much about the User Guide of Laravel eCommerce Marketplace Custom Attributes for any queries or doubts reach out to us at<strong>\u00a0<a href=\"mailto:support@webkul.com\" target=\"_blank\" rel=\"noreferrer noopener\">support@webkul.com<\/a>.<\/strong> You can also raise a ticket at our\u00a0<a href=\"https:\/\/bagisto.uvdesk.com\/en\/\"><strong>HelpDesk System.<\/strong><\/a><\/p>\r\n<p>Please explore our<strong><a href=\"https:\/\/webkul.com\/laravel-development\/\"> Laravel Development Services\u00a0<\/a><\/strong>and Quality\u00a0<strong><a href=\"https:\/\/store.webkul.com\/catalogsearch\/result\/index\/?cat=171&amp;q=laravel\">Bagisto Extensions<\/a><\/strong>.<\/p>\r\n\r\n\r\n\r\n<p>&nbsp;<\/p>\r\n\r\n\r\n\r\n<p>&nbsp;<\/p>\r\n\r\n\r\n\r\n<p>&nbsp;<\/p>\r\n","protected":false},"excerpt":{"rendered":"<p>Laravel eCommerce Marketplace Custom Attribute extension allows the seller to create their own Attribute and Attribute Family for their products. **Note:&#8211; Laravel eCommerce Marketplace custom Attribute module is an add-on of Marketplace Module. To use this module you must need\u00a0a Laravel eCommerce Marketplace Module.<\/p>\n","protected":false},"author":267,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[8396,8929],"tags":[8055,1345,8054,106],"class_list":["post-181037","post","type-post","status-publish","format-standard","hentry","category-bagisto","category-e-commerce-bagisto","tag-bagisto","tag-custom-attribute-addon","tag-laravel-ecommerce","tag-marketplace"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v24.5 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Laravel eCommerce Marketplace Custom Attribute - Webkul Blog<\/title>\n<meta name=\"description\" content=\"Laravel eCommerce Marketplace Custom Attribute extension allows the seller to create their own attributes and attribute families.\" \/>\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\/laravel-ecommerce-marketplace-custom-attribute\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Laravel eCommerce Marketplace Custom Attribute - Webkul Blog\" \/>\n<meta property=\"og:description\" content=\"Laravel eCommerce Marketplace Custom Attribute extension allows the seller to create their own attributes and attribute families.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/webkul.com\/blog\/laravel-ecommerce-marketplace-custom-attribute\/\" \/>\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=\"2019-06-28T07:56:55+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2021-08-16T16:57:51+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/webkul.com\/blog\/wp-content\/uploads\/2019\/06\/screenshot_1_.png\" \/>\n<meta name=\"author\" content=\"Simant Verma\" \/>\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=\"Simant Verma\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"7 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/webkul.com\/blog\/laravel-ecommerce-marketplace-custom-attribute\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/webkul.com\/blog\/laravel-ecommerce-marketplace-custom-attribute\/\"},\"author\":{\"name\":\"Simant Verma\",\"@id\":\"https:\/\/webkul.com\/blog\/#\/schema\/person\/63f64723fe98f166757f7903d1f7e7e0\"},\"headline\":\"Laravel eCommerce Marketplace Custom Attribute\",\"datePublished\":\"2019-06-28T07:56:55+00:00\",\"dateModified\":\"2021-08-16T16:57:51+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/webkul.com\/blog\/laravel-ecommerce-marketplace-custom-attribute\/\"},\"wordCount\":799,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/webkul.com\/blog\/#organization\"},\"image\":{\"@id\":\"https:\/\/webkul.com\/blog\/laravel-ecommerce-marketplace-custom-attribute\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/webkul.com\/blog\/wp-content\/uploads\/2019\/06\/screenshot_1_.png\",\"keywords\":[\"Bagisto\",\"custom attribute addon\",\"Laravel eCommerce\",\"marketplace\"],\"articleSection\":[\"Bagisto\",\"E commerce\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/webkul.com\/blog\/laravel-ecommerce-marketplace-custom-attribute\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/webkul.com\/blog\/laravel-ecommerce-marketplace-custom-attribute\/\",\"url\":\"https:\/\/webkul.com\/blog\/laravel-ecommerce-marketplace-custom-attribute\/\",\"name\":\"Laravel eCommerce Marketplace Custom Attribute - Webkul Blog\",\"isPartOf\":{\"@id\":\"https:\/\/webkul.com\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/webkul.com\/blog\/laravel-ecommerce-marketplace-custom-attribute\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/webkul.com\/blog\/laravel-ecommerce-marketplace-custom-attribute\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/webkul.com\/blog\/wp-content\/uploads\/2019\/06\/screenshot_1_.png\",\"datePublished\":\"2019-06-28T07:56:55+00:00\",\"dateModified\":\"2021-08-16T16:57:51+00:00\",\"description\":\"Laravel eCommerce Marketplace Custom Attribute extension allows the seller to create their own attributes and attribute families.\",\"breadcrumb\":{\"@id\":\"https:\/\/webkul.com\/blog\/laravel-ecommerce-marketplace-custom-attribute\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/webkul.com\/blog\/laravel-ecommerce-marketplace-custom-attribute\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/webkul.com\/blog\/laravel-ecommerce-marketplace-custom-attribute\/#primaryimage\",\"url\":\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2019\/06\/screenshot_1_.png\",\"contentUrl\":\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2019\/06\/screenshot_1_.png\",\"width\":1136,\"height\":375,\"caption\":\"Laravel custom attributes\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/webkul.com\/blog\/laravel-ecommerce-marketplace-custom-attribute\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/webkul.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Laravel eCommerce Marketplace Custom Attribute\"}]},{\"@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\/63f64723fe98f166757f7903d1f7e7e0\",\"name\":\"Simant Verma\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/webkul.com\/blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/7d1724606c049d771b8373de3119b9fde5f988195eb2e7d951f4acafa583388c?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\/7d1724606c049d771b8373de3119b9fde5f988195eb2e7d951f4acafa583388c?s=96&d=https%3A%2F%2Fcdnblog.webkul.com%2Fblog%2Fwp-content%2Fuploads%2F2019%2F10%2Fmike.png&r=g\",\"caption\":\"Simant Verma\"},\"url\":\"https:\/\/webkul.com\/blog\/author\/simantverma-bd183\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Laravel eCommerce Marketplace Custom Attribute - Webkul Blog","description":"Laravel eCommerce Marketplace Custom Attribute extension allows the seller to create their own attributes and attribute families.","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\/laravel-ecommerce-marketplace-custom-attribute\/","og_locale":"en_US","og_type":"article","og_title":"Laravel eCommerce Marketplace Custom Attribute - Webkul Blog","og_description":"Laravel eCommerce Marketplace Custom Attribute extension allows the seller to create their own attributes and attribute families.","og_url":"https:\/\/webkul.com\/blog\/laravel-ecommerce-marketplace-custom-attribute\/","og_site_name":"Webkul Blog","article_publisher":"https:\/\/www.facebook.com\/webkul\/","article_published_time":"2019-06-28T07:56:55+00:00","article_modified_time":"2021-08-16T16:57:51+00:00","og_image":[{"url":"https:\/\/webkul.com\/blog\/wp-content\/uploads\/2019\/06\/screenshot_1_.png","type":"","width":"","height":""}],"author":"Simant Verma","twitter_card":"summary_large_image","twitter_creator":"@webkul","twitter_site":"@webkul","twitter_misc":{"Written by":"Simant Verma","Est. reading time":"7 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/webkul.com\/blog\/laravel-ecommerce-marketplace-custom-attribute\/#article","isPartOf":{"@id":"https:\/\/webkul.com\/blog\/laravel-ecommerce-marketplace-custom-attribute\/"},"author":{"name":"Simant Verma","@id":"https:\/\/webkul.com\/blog\/#\/schema\/person\/63f64723fe98f166757f7903d1f7e7e0"},"headline":"Laravel eCommerce Marketplace Custom Attribute","datePublished":"2019-06-28T07:56:55+00:00","dateModified":"2021-08-16T16:57:51+00:00","mainEntityOfPage":{"@id":"https:\/\/webkul.com\/blog\/laravel-ecommerce-marketplace-custom-attribute\/"},"wordCount":799,"commentCount":0,"publisher":{"@id":"https:\/\/webkul.com\/blog\/#organization"},"image":{"@id":"https:\/\/webkul.com\/blog\/laravel-ecommerce-marketplace-custom-attribute\/#primaryimage"},"thumbnailUrl":"https:\/\/webkul.com\/blog\/wp-content\/uploads\/2019\/06\/screenshot_1_.png","keywords":["Bagisto","custom attribute addon","Laravel eCommerce","marketplace"],"articleSection":["Bagisto","E commerce"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/webkul.com\/blog\/laravel-ecommerce-marketplace-custom-attribute\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/webkul.com\/blog\/laravel-ecommerce-marketplace-custom-attribute\/","url":"https:\/\/webkul.com\/blog\/laravel-ecommerce-marketplace-custom-attribute\/","name":"Laravel eCommerce Marketplace Custom Attribute - Webkul Blog","isPartOf":{"@id":"https:\/\/webkul.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/webkul.com\/blog\/laravel-ecommerce-marketplace-custom-attribute\/#primaryimage"},"image":{"@id":"https:\/\/webkul.com\/blog\/laravel-ecommerce-marketplace-custom-attribute\/#primaryimage"},"thumbnailUrl":"https:\/\/webkul.com\/blog\/wp-content\/uploads\/2019\/06\/screenshot_1_.png","datePublished":"2019-06-28T07:56:55+00:00","dateModified":"2021-08-16T16:57:51+00:00","description":"Laravel eCommerce Marketplace Custom Attribute extension allows the seller to create their own attributes and attribute families.","breadcrumb":{"@id":"https:\/\/webkul.com\/blog\/laravel-ecommerce-marketplace-custom-attribute\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/webkul.com\/blog\/laravel-ecommerce-marketplace-custom-attribute\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/webkul.com\/blog\/laravel-ecommerce-marketplace-custom-attribute\/#primaryimage","url":"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2019\/06\/screenshot_1_.png","contentUrl":"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2019\/06\/screenshot_1_.png","width":1136,"height":375,"caption":"Laravel custom attributes"},{"@type":"BreadcrumbList","@id":"https:\/\/webkul.com\/blog\/laravel-ecommerce-marketplace-custom-attribute\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/webkul.com\/blog\/"},{"@type":"ListItem","position":2,"name":"Laravel eCommerce Marketplace Custom Attribute"}]},{"@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\/63f64723fe98f166757f7903d1f7e7e0","name":"Simant Verma","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/webkul.com\/blog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/7d1724606c049d771b8373de3119b9fde5f988195eb2e7d951f4acafa583388c?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\/7d1724606c049d771b8373de3119b9fde5f988195eb2e7d951f4acafa583388c?s=96&d=https%3A%2F%2Fcdnblog.webkul.com%2Fblog%2Fwp-content%2Fuploads%2F2019%2F10%2Fmike.png&r=g","caption":"Simant Verma"},"url":"https:\/\/webkul.com\/blog\/author\/simantverma-bd183\/"}]}},"amp_enabled":true,"_links":{"self":[{"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/posts\/181037","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\/267"}],"replies":[{"embeddable":true,"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/comments?post=181037"}],"version-history":[{"count":101,"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/posts\/181037\/revisions"}],"predecessor-version":[{"id":301635,"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/posts\/181037\/revisions\/301635"}],"wp:attachment":[{"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/media?parent=181037"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/categories?post=181037"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/tags?post=181037"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}