{"id":508311,"date":"2025-09-29T10:13:43","date_gmt":"2025-09-29T10:13:43","guid":{"rendered":"https:\/\/webkul.com\/blog\/?p=508311"},"modified":"2026-03-27T05:09:54","modified_gmt":"2026-03-27T05:09:54","slug":"saas-b2b-marketplace-table-rate-shipping","status":"publish","type":"post","link":"https:\/\/webkul.com\/blog\/saas-b2b-marketplace-table-rate-shipping\/","title":{"rendered":"Saas B2B Marketplace Table Rate Shipping in Laravel"},"content":{"rendered":"\n<p><a href=\"https:\/\/store.webkul.com\/laravel-saas-b2b-marketplace-table-rate-shipping.html#\" target=\"_blank\" rel=\"noreferrer noopener\">Laravel saas B2B Marketplace Table Rate Shipping<\/a> module allows suppliers to set custom superset and shipping rates directly from their dashboard.<\/p>\n\n\n\n<p>Suppliers can upload shipping details via <strong>CSV files<\/strong>, including:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Product weight<\/li>\n\n\n\n<li>Zip code ranges (numeric &amp; alphanumeric)<\/li>\n\n\n\n<li>Price brackets<\/li>\n\n\n\n<li>Shipping types<\/li>\n<\/ul>\n\n\n\n<p>This ensures accurate and efficient shipping management for bulk B2B orders across multiple regions.<\/p>\n\n\n\n<p>This plugin is an add-on for &nbsp;<strong><a href=\"https:\/\/store.webkul.com\/laravel-ecommerce-saas-b2b-marketplace.html\">Laravel eCommerce SaaS B2B Marketplace<\/a><\/strong> and <strong><a href=\"https:\/\/store.webkul.com\/bagisto-laravel-ecommerce-multi-company-saas.html\">Laravel eCommerce SaaS module<\/a><\/strong> which must be installed first.<\/p>\n\n\n\n<div class=\"wk-index-wrap\"><div class=\"block-wrap\">\n<h3 class=\"wp-block-heading index-title\">Features<\/h3>\n<\/div><\/div>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>CSV Import for Table Rates<\/strong> \u2013 Suppliers can bulk upload shipping rates using CSV files.<\/li>\n\n\n\n<li><strong>Tenant Control<\/strong> \u2013 The tenant can assign shipping rates to any supplier by entering the supplier ID.<\/li>\n\n\n\n<li><strong>Sample CSV Download<\/strong> \u2013 Both tenant and supplier can download a sample CSV file for reference.<\/li>\n\n\n\n<li><strong>Custom Superset &amp; Shipping Rates<\/strong> \u2013 Suppliers can configure their own superset methods and shipping rates from their dashboard.<\/li>\n\n\n\n<li><strong>Tenant Upload Option<\/strong> \u2013 Tenants can also upload shipping CSV files on behalf of suppliers.<\/li>\n\n\n\n<li><strong>CSV Export<\/strong> \u2013 Option to export shipping data from the back-end for reporting or auditing.<\/li>\n\n\n\n<li><strong>Superset Methods<\/strong> \u2013 Tenants can create superset methods to standardize shipping logic across multiple suppliers.<\/li>\n\n\n\n<li><strong>Dynamic Shipping Calculation<\/strong> \u2013 Rates are calculated based on <strong>zip code and weight<\/strong>, ensuring accurate costs for bulk B2B shipments.<\/li>\n\n\n\n<li><strong>Supplier-Specific Rates<\/strong> \u2013 Shipping costs are applied according to each supplier\u2019s defined rates.<\/li>\n\n\n\n<li><strong>Order Management<\/strong> \u2013 Suppliers can confirm orders, assign tracking IDs, and generate invoices.<\/li>\n\n\n\n<li><strong>Checkout Integration<\/strong> \u2013 Shipping rates automatically populate during checkout based on CSV data.<\/li>\n\n\n\n<li><strong>Alphanumeric Zip Code Support<\/strong> \u2013 Ensures compatibility with global B2B shipping requirements.<\/li>\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading\">Note:-<\/h3>\n\n\n\n<p>Follow the <strong>SaaS B2B Marketplace Table Rate Shipping README<\/strong> for installation instead of the <strong>B2B Marketplace Table Rate Shipping README<\/strong>.<\/p>\n\n\n\n<div class=\"wk-index-wrap\"><div class=\"block-wrap\">\n<h3 class=\"wp-block-heading index-title\">Installation<\/h3>\n<\/div><\/div>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Unzip the respective extension zip and then merge &#8220;packages&#8221; folders into project root directory.<\/li>\n\n\n\n<li>Goto config\/app.php file and add following line under &#8216;providers&#8217;<\/li>\n<\/ul>\n\n\n\n<pre class=\"EnlighterJSRAW\">Webkul\\B2BMarketplaceTableRateShipping\\Providers\\B2BMarketplaceTableRateShippingServiceProvider::class,\n\nWebkul\\B2BMarketplaceTableRateShippingSaas\\Providers\\B2BMarketplaceTableRateShippingSaasServiceProvider::class,<\/pre>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Goto composer.json file and add following line under &#8216;psr-4&#8217;<\/li>\n<\/ul>\n\n\n\n<pre class=\"EnlighterJSRAW\">&quot;Webkul\\\\B2BMarketplaceTableRateShipping\\\\&quot;: &quot;packages\/Webkul\/B2BMarketplaceTableRateShipping\/src&quot;,\n\n&quot;Webkul\\\\B2BMarketplaceTableRateShippingSaas\\\\&quot;: &quot;packages\/Webkul\/B2BMarketplaceTableRateShippingSaas\/src&quot;<\/pre>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Run these commands below to complete the setup<\/li>\n<\/ul>\n\n\n\n<pre class=\"EnlighterJSRAW\">composer dump-autoload\n\nphp artisan migrate\n\nphp artisan vendor:publish --provider=&quot;Webkul\\B2BMarketplaceTableRateShipping\\Providers\\B2BMarketplaceTableRateShippingServiceProvider&quot; --force\n\nphp artisan optimize:clear<\/pre>\n\n\n\n<p>-&gt; That\u2019s it, now just execute the project on your specified domain or entry point.<br>-&gt; Now, execute the project on your specified domain.<\/p>\n\n\n\n<p>After the successful installation of the module, you will see the B2B-Marketplace Table Rate Shipping under<strong>&nbsp;Configure&gt;&gt;Sales&gt;&gt;Shipping Methods.<\/strong><\/p>\n\n\n\n<p>Tenant adds Configuration :<\/p>\n\n\n\n<p><strong>Status:<\/strong><\/p>\n\n\n\n<p>Update the module status to enable\/disable.<\/p>\n\n\n\n<p><strong>Title:<\/strong><\/p>\n\n\n\n<p>Here, the tenant defines the title for the shipping method.<\/p>\n\n\n\n<p><strong>Description:<\/strong><\/p>\n\n\n\n<p>Enter the description.<\/p>\n\n\n\n<p><strong>Calculate Shipping Based On:<\/strong><\/p>\n\n\n\n<p>Here tenant selects the shipping type from the dropdown on unit basics or per order basis.<\/p>\n\n\n\n<figure class=\"wp-block-gallery has-nested-images columns-default is-cropped wp-block-gallery-2 is-layout-flex wp-block-gallery-is-layout-flex\">\n<figure class=\"wp-block-image size-large wp-duotone-unset-1\"><img decoding=\"async\" width=\"1120\" height=\"880\" data-id=\"508330\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2025\/09\/config-2.webp\" alt=\"Laravel B2B marketplace table rate shipping\" class=\"wp-image-508330\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2025\/09\/config-2.webp 1120w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2025\/09\/config-2-300x236.webp 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2025\/09\/config-2-250x196.webp 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2025\/09\/config-2-768x603.webp 768w\" sizes=\"(max-width: 1120px) 100vw, 1120px\" loading=\"lazy\" \/><\/figure>\n<\/figure>\n\n\n\n<p>Now, the tenant can manage the Table Rate shipping for B2B-marketplace Suppliers by navigating to&nbsp;<strong>Table Rate Shipping,<\/strong>&nbsp;as shown in the image below.<\/p>\n\n\n\n<figure class=\"wp-block-gallery has-nested-images columns-default is-cropped wp-block-gallery-4 is-layout-flex wp-block-gallery-is-layout-flex\">\n<figure class=\"wp-block-image size-large wp-duotone-unset-3\"><img decoding=\"async\" width=\"1120\" height=\"880\" data-id=\"508331\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2025\/09\/superset.webp\" alt=\"Laravel B2B marketplace table rate shipping\" class=\"wp-image-508331\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2025\/09\/superset.webp 1120w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2025\/09\/superset-300x236.webp 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2025\/09\/superset-250x196.webp 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2025\/09\/superset-768x603.webp 768w\" sizes=\"(max-width: 1120px) 100vw, 1120px\" loading=\"lazy\" \/><\/figure>\n<\/figure>\n\n\n\n<div class=\"wk-index-wrap\"><div class=\"block-wrap\">\n<h3 class=\"wp-block-heading index-title\"><strong>Managing Supersets<\/strong><\/h3>\n<\/div><\/div>\n\n\n\n<p>Under the table rate shipping, firstly, the tenant will add the superset methods.<\/p>\n\n\n\n<figure class=\"wp-block-gallery has-nested-images columns-default is-cropped wp-block-gallery-6 is-layout-flex wp-block-gallery-is-layout-flex\">\n<figure class=\"wp-block-image size-large wp-duotone-unset-5\"><img decoding=\"async\" width=\"1120\" height=\"880\" data-id=\"508332\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2025\/09\/superset-1.webp\" alt=\"Laravel B2B marketplace table rate shipping\" class=\"wp-image-508332\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2025\/09\/superset-1.webp 1120w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2025\/09\/superset-1-300x236.webp 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2025\/09\/superset-1-250x196.webp 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2025\/09\/superset-1-768x603.webp 768w\" sizes=\"(max-width: 1120px) 100vw, 1120px\" loading=\"lazy\" \/><\/figure>\n<\/figure>\n\n\n\n<p>After clicking on the&nbsp;<strong>Add Superset button,<\/strong>&nbsp;the following page will appear.<\/p>\n\n\n\n<p>Here, the tenant will set the general settings:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Code:<\/strong>&nbsp;Here, the admin will set the code of the superset.<\/li>\n\n\n\n<li><strong>Name<\/strong>: Enter the name of the superset.<\/li>\n\n\n\n<li><strong>Status<\/strong>: Enable the active superset.<\/li>\n<\/ul>\n\n\n\n<p>Lastly, the tenant will save the superset by hitting the&nbsp;<strong>save superset button<\/strong>.<\/p>\n\n\n\n<figure class=\"wp-block-gallery has-nested-images columns-default is-cropped wp-block-gallery-8 is-layout-flex wp-block-gallery-is-layout-flex\">\n<figure class=\"wp-block-image size-large wp-duotone-unset-7\"><img decoding=\"async\" width=\"1120\" height=\"880\" data-id=\"508334\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2025\/09\/edit-1.webp\" alt=\"Laravel B2B marketplace table rate shipping\" class=\"wp-image-508334\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2025\/09\/edit-1.webp 1120w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2025\/09\/edit-1-300x236.webp 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2025\/09\/edit-1-250x196.webp 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2025\/09\/edit-1-768x603.webp 768w\" sizes=\"(max-width: 1120px) 100vw, 1120px\" loading=\"lazy\" \/><\/figure>\n<\/figure>\n\n\n\n<div class=\"wk-index-wrap\"><div class=\"block-wrap\">\n<h3 class=\"wp-block-heading index-title\">Superset Rate<\/h3>\n<\/div><\/div>\n\n\n\n<p>After successfully adding the&nbsp;<strong>Superset Methods<\/strong><span style=\"box-sizing: border-box; margin: 0px; padding: 0px;\"><strong>,<\/strong><\/span> the tenant will add the&nbsp;<strong>Superset Rates<\/strong>&nbsp;under the&nbsp;<strong>Superset Rates&nbsp;<\/strong>section.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full wp-duotone-unset-9\"><img decoding=\"async\" width=\"1086\" height=\"731\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2025\/09\/polished.webp\" alt=\"Laravel B2B marketplace table rate shipping\" class=\"wp-image-508352\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2025\/09\/polished.webp 1086w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2025\/09\/polished-300x202.webp 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2025\/09\/polished-250x168.webp 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2025\/09\/polished-768x517.webp 768w\" sizes=\"(max-width: 1086px) 100vw, 1086px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<p>After clicking the&nbsp;<strong>Add Superset Rate<\/strong>&nbsp;<strong>Button,&nbsp;<\/strong>the following page will appear.<\/p>\n\n\n\n<p>Here, the tenant needs to fill in the superset rate details as follows:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Price From<\/strong>&nbsp;\u2013 Set the minimum price of the cart to use this shipping set.<\/li>\n\n\n\n<li><strong>Price To<\/strong>&nbsp;\u2013 Set the maximum price of the cart for this shipping set.<\/li>\n\n\n\n<li><strong>Shipping Type<\/strong>&nbsp;\u2013 Select the Fixed option to enter the shipping price, else select the Free option to allow free shipping.<\/li>\n\n\n\n<li><strong>Supplier Name<\/strong>&nbsp;\u2013 Either select the Supplier name or the admin.<\/li>\n\n\n\n<li><strong>Price<\/strong>&nbsp;\u2013 Set the shipping method price for this set.<\/li>\n<\/ul>\n\n\n\n<figure class=\"wp-block-gallery has-nested-images columns-default is-cropped wp-block-gallery-11 is-layout-flex wp-block-gallery-is-layout-flex\">\n<figure class=\"wp-block-image size-large wp-duotone-unset-10\"><img decoding=\"async\" width=\"1120\" height=\"880\" data-id=\"508362\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2025\/09\/supersetadd.webp\" alt=\"Laravel B2B marketplace table rate shipping\" class=\"wp-image-508362\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2025\/09\/supersetadd.webp 1120w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2025\/09\/supersetadd-300x236.webp 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2025\/09\/supersetadd-250x196.webp 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2025\/09\/supersetadd-768x603.webp 768w\" sizes=\"(max-width: 1120px) 100vw, 1120px\" loading=\"lazy\" \/><\/figure>\n<\/figure>\n\n\n\n<p>Once the tenant can set the superset rate, they will have to add the shipping rate, so they move forward to the shipping rate section under the next tab.<\/p>\n\n\n\n<div class=\"wk-index-wrap\"><div class=\"block-wrap\">\n<h3 class=\"wp-block-heading index-title\">Shipping Rate<\/h3>\n<\/div><\/div>\n\n\n\n<p>As a tenant, you can see all the shipping rates already set up, and you can easily add new rates by clicking the \u201c<strong>Add Shipping Rate<\/strong>\u201d option.<\/p>\n\n\n\n<figure class=\"wp-block-gallery has-nested-images columns-default is-cropped wp-block-gallery-13 is-layout-flex wp-block-gallery-is-layout-flex\">\n<figure class=\"wp-block-image size-large wp-duotone-unset-12\"><img decoding=\"async\" width=\"1120\" height=\"880\" data-id=\"508375\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2025\/09\/shippingadd.webp\" alt=\"Laravel B2B marketplace table rate shipping\" class=\"wp-image-508375\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2025\/09\/shippingadd.webp 1120w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2025\/09\/shippingadd-300x236.webp 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2025\/09\/shippingadd-250x196.webp 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2025\/09\/shippingadd-768x603.webp 768w\" sizes=\"(max-width: 1120px) 100vw, 1120px\" loading=\"lazy\" \/><\/figure>\n<\/figure>\n\n\n\n<p>Bulk Import\/Export: Upload multiple shipping rates at once using a CSV file. Start by downloading the sample CSV from the <strong>Import<\/strong> button.<\/p>\n\n\n\n<figure class=\"wp-block-gallery has-nested-images columns-default is-cropped wp-block-gallery-15 is-layout-flex wp-block-gallery-is-layout-flex\">\n<figure class=\"wp-block-image size-large wp-duotone-unset-14\"><img decoding=\"async\" width=\"1120\" height=\"880\" data-id=\"508381\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2025\/09\/finalshipping.webp\" alt=\"Laravel B2B marketplace table rate shipping\" class=\"wp-image-508381\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2025\/09\/finalshipping.webp 1120w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2025\/09\/finalshipping-300x236.webp 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2025\/09\/finalshipping-250x196.webp 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2025\/09\/finalshipping-768x603.webp 768w\" sizes=\"(max-width: 1120px) 100vw, 1120px\" loading=\"lazy\" \/><\/figure>\n<\/figure>\n\n\n\n<p>After clicking on the&nbsp;<strong>Import,<\/strong>&nbsp;the following pop-up will be shown. Here tenant can add and download a sample CSV template.<\/p>\n\n\n\n<figure class=\"wp-block-gallery has-nested-images columns-default is-cropped wp-block-gallery-17 is-layout-flex wp-block-gallery-is-layout-flex\">\n<figure class=\"wp-block-image size-large wp-duotone-unset-16\"><img decoding=\"async\" width=\"1120\" height=\"880\" data-id=\"508383\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2025\/09\/finalimage.webp\" alt=\"Laravel B2B marketplace table rate shipping\" class=\"wp-image-508383\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2025\/09\/finalimage.webp 1120w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2025\/09\/finalimage-300x236.webp 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2025\/09\/finalimage-250x196.webp 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2025\/09\/finalimage-768x603.webp 768w\" sizes=\"(max-width: 1120px) 100vw, 1120px\" loading=\"lazy\" \/><\/figure>\n<\/figure>\n\n\n\n<div class=\"wk-index-wrap\"><div class=\"block-wrap\">\n<h3 class=\"wp-block-heading index-title\"><strong>Steps to Update Shipping Rate Records<\/strong><\/h3>\n<\/div><\/div>\n\n\n\n<p>In the CSV below, the tenant can set shipping rates easily. All fields are mandatory, and the shipping rate grid appears as a table matrix in the CSV.<\/p>\n\n\n\n<figure class=\"wp-block-gallery has-nested-images columns-default is-cropped wp-block-gallery-18 is-layout-flex wp-block-gallery-is-layout-flex\">\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"992\" height=\"177\" data-id=\"508384\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2025\/09\/table-rate-shipping-11-1.webp\" alt=\"Laravel B2B marketplace table rate shipping\" class=\"wp-image-508384\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2025\/09\/table-rate-shipping-11-1.webp 992w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2025\/09\/table-rate-shipping-11-1-300x54.webp 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2025\/09\/table-rate-shipping-11-1-250x45.webp 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2025\/09\/table-rate-shipping-11-1-768x137.webp 768w\" sizes=\"(max-width: 992px) 100vw, 992px\" loading=\"lazy\" \/><\/figure>\n<\/figure>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>ID<\/strong>: A unique identifier for each shipping rate.<\/li>\n\n\n\n<li><strong>Superset_code:<\/strong>&nbsp;A code associated with the shipping service category.<\/li>\n\n\n\n<li><strong>Supplier_ID:<\/strong>&nbsp;The ID of the Supplier within the Marketplace.<\/li>\n\n\n\n<li><strong>Country:<\/strong>&nbsp;The destination country for the shipping rate.<\/li>\n\n\n\n<li><strong>Zip_from:<\/strong>&nbsp;Starting zip code or range.<\/li>\n\n\n\n<li><strong>Zip_to:&nbsp;<\/strong>Ending zip code in a range.<\/li>\n\n\n\n<li><strong>Region:<\/strong>&nbsp;Geographical region or area.<\/li>\n\n\n\n<li><strong>Weight_from:&nbsp;<\/strong>Minimum weight for the shipping rate.<\/li>\n\n\n\n<li><strong>Weight_to:&nbsp;<\/strong>Maximum weight for the shipping rate.<\/li>\n\n\n\n<li><strong>Price:&nbsp;<\/strong>The cost of the shipping service.<\/li>\n\n\n\n<li><strong>is_zip_range:&nbsp;<\/strong>Indicates if the zip code is a range (Yes\/No).<\/li>\n\n\n\n<li><strong>zip_code:&nbsp;<\/strong>Specific zip code (if applicable).<\/li>\n\n\n\n<li><strong>Note:<\/strong>&nbsp;Country Code must be as per the official ISO-2 (alpha-2) two<\/li>\n<\/ul>\n\n\n\n<p>If <strong>Supplier_ID<\/strong> is empty, the tenant can upload their own table rate shipping via CSV; otherwise, enter the supplier\u2019s ID to upload for a supplier.<\/p>\n\n\n\n<p>Note- Shipping rates are Priority as compared to the superset rates.<\/p>\n\n\n\n<p><strong>Export Data:<\/strong>&nbsp;The Tenant can export the data that is shown in the table by clicking on the export button.<\/p>\n\n\n\n<div class=\"wk-index-wrap\"><div class=\"block-wrap\">\n<h3 class=\"wp-block-heading index-title\"><strong>Supplier Management<\/strong><\/h3>\n<\/div><\/div>\n\n\n\n<p>The supplier can easily find the option of&nbsp;<strong>Shipping Rate and Superset Rates<\/strong>&nbsp;under the Navigation bar, as shown in the image below.<\/p>\n\n\n\n<figure class=\"wp-block-gallery has-nested-images columns-default is-cropped wp-block-gallery-20 is-layout-flex wp-block-gallery-is-layout-flex\">\n<figure class=\"wp-block-image size-large wp-duotone-unset-19\"><img decoding=\"async\" width=\"1120\" height=\"880\" data-id=\"508400\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2025\/09\/suppliershipping-rates.webp\" alt=\"Laravel B2B marketplace table rate shipping\" class=\"wp-image-508400\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2025\/09\/suppliershipping-rates.webp 1120w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2025\/09\/suppliershipping-rates-300x236.webp 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2025\/09\/suppliershipping-rates-250x196.webp 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2025\/09\/suppliershipping-rates-768x603.webp 768w\" sizes=\"(max-width: 1120px) 100vw, 1120px\" loading=\"lazy\" \/><\/figure>\n<\/figure>\n\n\n\n<div class=\"wk-index-wrap\"><div class=\"block-wrap\">\n<h3 class=\"wp-block-heading index-title\"><strong>Managing Superset Rates from the Supplier End<\/strong><\/h3>\n<\/div><\/div>\n\n\n\n<p>By hitting the&nbsp;Shipping Rates,&nbsp;the new page will appear as shown in the image below.<\/p>\n\n\n\n<figure class=\"wp-block-gallery has-nested-images columns-default is-cropped wp-block-gallery-22 is-layout-flex wp-block-gallery-is-layout-flex\">\n<figure class=\"wp-block-image size-large wp-duotone-unset-21\"><img decoding=\"async\" width=\"1120\" height=\"880\" data-id=\"508403\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2025\/09\/supersetrates.webp\" alt=\"Laravel B2B marketplace table rate shipping\" class=\"wp-image-508403\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2025\/09\/supersetrates.webp 1120w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2025\/09\/supersetrates-300x236.webp 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2025\/09\/supersetrates-250x196.webp 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2025\/09\/supersetrates-768x603.webp 768w\" sizes=\"(max-width: 1120px) 100vw, 1120px\" loading=\"lazy\" \/><\/figure>\n<\/figure>\n\n\n\n<p>Here, the supplier can easily add the&nbsp;<strong>Superset Rate&nbsp;<\/strong>for their marketplace products.<\/p>\n\n\n\n<p>After clicking <strong>Add Superset Rate<\/strong>, the supplier can create a shipping method by entering the required details and clicking <strong>Save Superset Rate<\/strong>.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\"><strong>Please Note<\/strong>:<\/h4>\n\n\n\n<p>If multiple shipping options exist, Superset Shipping Rates get priority, followed by Superset Rates. If no conditions match, free or flat rate shipping will be shown.<\/p>\n\n\n\n<p><strong>Price From<\/strong> \u2013 Minimum cart price for this shipping set.<br><strong>Price To<\/strong> \u2013 Maximum cart price for this set.<\/p>\n\n\n\n<p><strong>Method<\/strong> \u2013 Enter the shipping method name.<br><strong>Type<\/strong> \u2013 Choose Fixed for a price or Free to disable it.<br><strong>Price<\/strong> \u2013 Set the shipping cost.<\/p>\n\n\n\n<figure class=\"wp-block-gallery has-nested-images columns-default is-cropped wp-block-gallery-24 is-layout-flex wp-block-gallery-is-layout-flex\">\n<figure class=\"wp-block-image size-large wp-duotone-unset-23\"><img decoding=\"async\" width=\"1120\" height=\"880\" data-id=\"508406\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2025\/09\/supersetrateedit.webp\" alt=\"Laravel B2B marketplace table rate shipping\" class=\"wp-image-508406\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2025\/09\/supersetrateedit.webp 1120w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2025\/09\/supersetrateedit-300x236.webp 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2025\/09\/supersetrateedit-250x196.webp 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2025\/09\/supersetrateedit-768x603.webp 768w\" sizes=\"(max-width: 1120px) 100vw, 1120px\" loading=\"lazy\" \/><\/figure>\n<\/figure>\n\n\n\n<p>Instance for Super Set Rates<\/p>\n\n\n\n<p><strong>Case 1 -&gt;<\/strong> If Supplier1 and Supplier Both Products lie in the Super Set Rates.<\/p>\n\n\n\n<p>Supplier1 Product \u2013 Price Range Satisfied<br>Supplier 2Product \u2013 Price Range Satisfied<\/p>\n\n\n\n<p><strong>Case 2 -&gt;<\/strong> If Supplier 1 lies in the Superset Rates and Supplier 2 does not.<\/p>\n\n\n\n<p>Supplier 1 Product \u2013 Price Range Satisfied<br>Supplier 2 Product \u2013 Price Range Not Satisfied.<\/p>\n\n\n\n<p>Result \u2013 Supplier 1 Superset rates will appear.<\/p>\n\n\n\n<p><strong>Case 3 -&gt;<\/strong> If Supplier 2 lies in the Superset Rates and Supplier 1 does not.<\/p>\n\n\n\n<p>Supplier 1 Product \u2013 Price Range Not Satisfied<br>Supplier 2 Product \u2013 Price Range Satisfied.<\/p>\n\n\n\n<p>Result \u2013 Supplier 2 Superset rates will appear.<\/p>\n\n\n\n<p><strong>Case 4 -&gt;<\/strong> If both suppliers do not lie in the Super Set Rates.<\/p>\n\n\n\n<p>Supplier 1 Product \u2013 Price Range Not Satisfied.<br>Supplier 2 Product \u2013 Price Range Not Satisfied.<\/p>\n\n\n\n<p>Result \u2013 Default Free Shipping and Flat Rate Shipping will appear.<\/p>\n\n\n\n<div class=\"wk-index-wrap\"><div class=\"block-wrap\">\n<h3 class=\"wp-block-heading index-title\">Supplier Shipping Rates<\/h3>\n<\/div><\/div>\n\n\n\n<p>By clicking on&nbsp;<strong>Shipping Rates,<\/strong>&nbsp;the new page will appear as shown in the image below.<\/p>\n\n\n\n<figure class=\"wp-block-gallery has-nested-images columns-default is-cropped wp-block-gallery-26 is-layout-flex wp-block-gallery-is-layout-flex\">\n<figure class=\"wp-block-image size-large wp-duotone-unset-25\"><img decoding=\"async\" width=\"1120\" height=\"880\" data-id=\"508411\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2025\/09\/shippingrates.webp\" alt=\"Laravel B2B marketplace table rate shipping\" class=\"wp-image-508411\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2025\/09\/shippingrates.webp 1120w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2025\/09\/shippingrates-300x236.webp 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2025\/09\/shippingrates-250x196.webp 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2025\/09\/shippingrates-768x603.webp 768w\" sizes=\"(max-width: 1120px) 100vw, 1120px\" loading=\"lazy\" \/><\/figure>\n<\/figure>\n\n\n\n<p>Here, the supplier can easily download or upload the CSV or add the shipping rate for their products.<\/p>\n\n\n\n<div class=\"wk-index-wrap\"><div class=\"block-wrap\">\n<h3 class=\"wp-block-heading index-title\"><strong>CSV Format<\/strong><\/h3>\n<\/div><\/div>\n\n\n\n<p>The CSV format for Laravel eCommerce Table Rate Shipping is provided in the image below. All the fields in the CSV file are mandatory to fill.<\/p>\n\n\n\n<figure class=\"wp-block-gallery has-nested-images columns-default is-cropped wp-block-gallery-27 is-layout-flex wp-block-gallery-is-layout-flex\">\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"759\" height=\"98\" data-id=\"508413\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2025\/09\/table-rate-shipping-17.webp\" alt=\"Laravel B2B marketplace table rate shipping\" class=\"wp-image-508413\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2025\/09\/table-rate-shipping-17.webp 759w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2025\/09\/table-rate-shipping-17-300x39.webp 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2025\/09\/table-rate-shipping-17-250x32.webp 250w\" sizes=\"(max-width: 759px) 100vw, 759px\" loading=\"lazy\" \/><\/figure>\n<\/figure>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Country:<\/strong>&nbsp;The destination country for the shipping rate.<\/li>\n\n\n\n<li><strong>Region:<\/strong>&nbsp;Geographical region or area.<\/li>\n\n\n\n<li><strong>Zip_from:<\/strong>&nbsp;Starting zip code or range.<\/li>\n\n\n\n<li><strong>Zip_to:&nbsp;<\/strong>Ending zip code in a range.<\/li>\n\n\n\n<li><strong>Price:&nbsp;<\/strong>The cost of the shipping service.<\/li>\n\n\n\n<li><strong>Weight_from:&nbsp;<\/strong>Minimum weight for the shipping rate.<\/li>\n\n\n\n<li><strong>Weight_to:&nbsp;<\/strong>Maximum weight for the shipping rate.<\/li>\n\n\n\n<li><strong>Superset_code:<\/strong>&nbsp;A code associated with the shipping service category.<\/li>\n<\/ul>\n\n\n\n<p><strong>Note:<\/strong>&nbsp;Country Code must be as per the official ISO-2 (alpha-2) two-letter country codes.<\/p>\n\n\n\n<p><strong>IS Zip Range<\/strong>&nbsp;(<strong>Numeric Zip Code)<\/strong>&nbsp;\u2013 Select \u201cYes\u201d if you want to enter the numeric zip code, else select \u201cNo\u201d to enter the alphanumeric zip code.<\/p>\n\n\n\n<p>Zip Code \u2013 Enter an alphanumeric zip code if <strong>Numeric Zip Code<\/strong> is set to <strong>No<\/strong>; otherwise, enter a numeric zip code.<\/p>\n\n\n\n<p>After uploading the CSV file, the supplier can view, edit, or delete the uploaded records from the grid.<\/p>\n\n\n\n<div class=\"wk-index-wrap\"><div class=\"block-wrap\">\n<h3 class=\"wp-block-heading index-title\"><strong>Adding Supplier Shipping Rates<\/strong>`<\/h3>\n<\/div><\/div>\n\n\n\n<p>The supplier can also add the shipping rate by clicking on the&nbsp;<strong>add shipping rate button<\/strong>, the next page will appear as shown in the image below.<\/p>\n\n\n\n<figure class=\"wp-block-gallery has-nested-images columns-default is-cropped wp-block-gallery-29 is-layout-flex wp-block-gallery-is-layout-flex\">\n<figure class=\"wp-block-image size-full wp-duotone-unset-28\"><img decoding=\"async\" width=\"1120\" height=\"880\" data-id=\"508422\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2025\/09\/finalsuppliershippingratescreate.webp\" alt=\"Laravel B2B marketplace table rate shipping\" class=\"wp-image-508422\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2025\/09\/finalsuppliershippingratescreate.webp 1120w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2025\/09\/finalsuppliershippingratescreate-300x236.webp 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2025\/09\/finalsuppliershippingratescreate-250x196.webp 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2025\/09\/finalsuppliershippingratescreate-768x603.webp 768w\" sizes=\"(max-width: 1120px) 100vw, 1120px\" loading=\"lazy\" \/><\/figure>\n<\/figure>\n\n\n\n<p><strong>Superset Methods<\/strong>&nbsp;\u2013 Select the superset method.<br><strong>Please Note<\/strong>:<em>&nbsp;\u2013&nbsp;<\/em>The suppliers can only use the suggested shipping method name created by the tenant.<\/p>\n\n\n\n<p><strong>Country&nbsp;<\/strong>&nbsp;\u2013 Select the country from the list.<\/p>\n\n\n\n<p><strong>Region Code<\/strong>&nbsp;\u2013&nbsp;Enter the region code of the available region.<\/p>\n\n\n\n<p><strong>Weight From<\/strong>&nbsp;\u2013&nbsp;Set the minimum weight value to allow this shipping method.<\/p>\n\n\n\n<p><strong>Weight To<\/strong>&nbsp;\u2013&nbsp;Set the maximum weight value for this shipping method.<\/p>\n\n\n\n<p><strong>Zip From<\/strong>&nbsp;\u2013&nbsp;Enter the first zip code.<\/p>\n\n\n\n<p><strong>Zip To<\/strong>&nbsp;\u2013&nbsp;Enter the last zip code.<\/p>\n\n\n\n<p><strong>Price<\/strong>&nbsp;\u2013&nbsp;Set the cost of this shipping method.<\/p>\n\n\n\n<p><strong>Numeric Zip Code<\/strong>&nbsp;\u2013 Select \u201cYes\u201d if you want to enter the numeric zip code, else select \u201cNo\u201d to enter the alphanumeric zip code.<\/p>\n\n\n\n<p>Alphanumeric Zip Code: Enter an alphanumeric zip code if <strong>Numeric Zip Code<\/strong> is set to <strong>No<\/strong>; otherwise, enter a numeric zip code.<\/p>\n\n\n\n<p>Example \u2013 Select <strong>Yes<\/strong> for Numeric Zip when using zip ranges. For alphanumeric codes (e.g., Canada: H3Z 2Y7), choose <strong>No<\/strong> and enter the code.<\/p>\n\n\n\n<p><strong>Note<\/strong>: If the cart has one supplier product and the set conditions (weight, zip, country) match, all Table Rate Shipping options will display at checkout.<\/p>\n\n\n\n<p>Also, if no table rate shipping condition is verified, Default Flat and Free shipping will appear\u201d.<\/p>\n\n\n\n<div class=\"wk-index-wrap\"><div class=\"block-wrap\">\n<h3 class=\"wp-block-heading index-title\"><strong>For Instance<\/strong><\/h3>\n<\/div><\/div>\n\n\n\n<p>For Instance, Superset Shipping Rates<\/p>\n\n\n\n<p><strong>Note \u2013<\/strong> Shipping rates will appear only when both <strong>weight<\/strong> and <strong>zip code<\/strong> conditions are satisfied.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\">Case 1 :<\/h4>\n\n\n\n<p>If supplier1 and supplier Both Products lie in Super Shipping Rates.<\/p>\n\n\n\n<p>Supplier 1 Product \u2013 Weight and Zip Range Satisfied<br>Supplier 2 Product \u2013 Weight and Zip Range Satisfied<\/p>\n\n\n\n<p>Result \u2013 Both the Super Set rates will be added and displayed.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\">Case 2 :<\/h4>\n\n\n\n<p>If Supplier 1 Shipping rates lie and Supplier 2 Shipping Rates do not.<\/p>\n\n\n\n<p>Supplier 1 Product \u2013 Weight and Zip Range Satisfied<br>Supplier 2 Product \u2013 Weight and Zip Range Not Satisfied<\/p>\n\n\n\n<p>Result \u2013 Supplier 1 Shipping Rates will appear.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\">Case 3 :<\/h4>\n\n\n\n<p>If Supplier 2 Shipping rates lie and Supplier 1 Shipping Rates do not.<\/p>\n\n\n\n<p>Supplier 1 Product \u2013 Weight and Zip Range Not Satisfied<br>Supplier 2 Product \u2013 Weight and Zip Range Satisfied<\/p>\n\n\n\n<p>Result \u2013 Supplier 2 Shipping Rates will appear.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\">Case 4 :<\/h4>\n\n\n\n<p>If Supplier1 and Supplier Both Products do not lie in Super Shipping Rates.<\/p>\n\n\n\n<p>Supplier 1 Product \u2013 Weight and Zip Range Not Satisfied<br>Supplier 2 Product \u2013 Weight and Zip Range Not Satisfied<\/p>\n\n\n\n<p>Result \u2013 By Default, Free Shipping and Flat Rate shipping will appear.<\/p>\n\n\n\n<div class=\"wk-index-wrap\"><div class=\"block-wrap\">\n<h3 class=\"wp-block-heading index-title\"><strong>Saas<\/strong> <strong>B2B Marketplace Table Rate Shipping&nbsp;\u2013 Customer Order<\/strong><\/h3>\n<\/div><\/div>\n\n\n\n<p>As shown in the image below, the customer will add the two products to the cart from the different suppliers.<\/p>\n\n\n\n<figure class=\"wp-block-gallery has-nested-images columns-default is-cropped wp-block-gallery-31 is-layout-flex wp-block-gallery-is-layout-flex\">\n<figure class=\"wp-block-image size-large wp-duotone-unset-30\"><img decoding=\"async\" width=\"1120\" height=\"880\" data-id=\"508425\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2025\/09\/table-rate-shipping-19.webp\" alt=\"Laravel B2B marketplace table rate shipping\" class=\"wp-image-508425\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2025\/09\/table-rate-shipping-19.webp 1120w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2025\/09\/table-rate-shipping-19-300x236.webp 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2025\/09\/table-rate-shipping-19-250x196.webp 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2025\/09\/table-rate-shipping-19-768x603.webp 768w\" sizes=\"(max-width: 1120px) 100vw, 1120px\" loading=\"lazy\" \/><\/figure>\n<\/figure>\n\n\n\n<p>After clicking Proceed to Checkout, the customer enters the required details and clicks Continue to proceed.<\/p>\n\n\n\n<figure class=\"wp-block-gallery has-nested-images columns-default is-cropped wp-block-gallery-33 is-layout-flex wp-block-gallery-is-layout-flex\">\n<figure class=\"wp-block-image size-large wp-duotone-unset-32\"><img decoding=\"async\" width=\"1120\" height=\"880\" data-id=\"508426\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2025\/09\/table-rate-shipping-20-1.webp\" alt=\"Laravel B2B marketplace table rate shipping\" class=\"wp-image-508426\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2025\/09\/table-rate-shipping-20-1.webp 1120w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2025\/09\/table-rate-shipping-20-1-300x236.webp 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2025\/09\/table-rate-shipping-20-1-250x196.webp 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2025\/09\/table-rate-shipping-20-1-768x603.webp 768w\" sizes=\"(max-width: 1120px) 100vw, 1120px\" loading=\"lazy\" \/><\/figure>\n<\/figure>\n\n\n\n<p>Here, the customer will select the&nbsp;<strong>table rate shipping method,&nbsp;<\/strong>then they will click on the \u201c<strong>Continue<\/strong>\u201d button to proceed further.<\/p>\n\n\n\n<p><strong>Important Note**<\/strong><\/p>\n\n\n\n<p><strong>The table rate shipping method can only be <\/strong>visible to the customers when both the supplier\u2019s table rate shipping methods&#8217; names<strong> are the same.<\/strong><\/p>\n\n\n\n<figure class=\"wp-block-gallery has-nested-images columns-default is-cropped wp-block-gallery-35 is-layout-flex wp-block-gallery-is-layout-flex\">\n<figure class=\"wp-block-image size-large wp-duotone-unset-34\"><img decoding=\"async\" width=\"1120\" height=\"880\" data-id=\"508427\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2025\/09\/table-rate-shipping-21-1.webp\" alt=\"Laravel B2B marketplace table rate shipping\" class=\"wp-image-508427\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2025\/09\/table-rate-shipping-21-1.webp 1120w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2025\/09\/table-rate-shipping-21-1-300x236.webp 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2025\/09\/table-rate-shipping-21-1-250x196.webp 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2025\/09\/table-rate-shipping-21-1-768x603.webp 768w\" sizes=\"(max-width: 1120px) 100vw, 1120px\" loading=\"lazy\" \/><\/figure>\n<\/figure>\n\n\n\n<p><\/p>\n\n\n\n<p>Finally, the customer will complete the order by clicking the&nbsp;<strong>Place Order button,<\/strong>&nbsp;and it will show a thank you screen as shown in the image below:<\/p>\n\n\n\n<figure class=\"wp-block-gallery has-nested-images columns-default is-cropped wp-block-gallery-37 is-layout-flex wp-block-gallery-is-layout-flex\">\n<figure class=\"wp-block-image size-large wp-duotone-unset-36\"><img decoding=\"async\" width=\"1120\" height=\"880\" data-id=\"508428\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2025\/09\/table-rate-shipping-22.webp\" alt=\"Laravel B2B marketplace table rate shipping\" class=\"wp-image-508428\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2025\/09\/table-rate-shipping-22.webp 1120w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2025\/09\/table-rate-shipping-22-300x236.webp 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2025\/09\/table-rate-shipping-22-250x196.webp 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2025\/09\/table-rate-shipping-22-768x603.webp 768w\" sizes=\"(max-width: 1120px) 100vw, 1120px\" loading=\"lazy\" \/><\/figure>\n<\/figure>\n\n\n\n<p>Once the&nbsp;<strong>order has been successfully placed<\/strong>,&nbsp;the&nbsp;<strong>customer<\/strong>&nbsp;can&nbsp;easily check<strong>&nbsp;the details of their orders&nbsp;<\/strong>under their account with the total shipping charges as shown below.<\/p>\n\n\n\n<figure class=\"wp-block-gallery has-nested-images columns-default is-cropped wp-block-gallery-39 is-layout-flex wp-block-gallery-is-layout-flex\">\n<figure class=\"wp-block-image size-large wp-duotone-unset-38\"><img decoding=\"async\" width=\"1059\" height=\"1024\" data-id=\"508431\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2025\/09\/table-rate-shipping-23-1059x1024-1.webp\" alt=\"Laravel B2B marketplace table rate shipping\" class=\"wp-image-508431\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2025\/09\/table-rate-shipping-23-1059x1024-1.webp 1059w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2025\/09\/table-rate-shipping-23-1059x1024-1-300x290.webp 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2025\/09\/table-rate-shipping-23-1059x1024-1-250x242.webp 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2025\/09\/table-rate-shipping-23-1059x1024-1-768x743.webp 768w\" sizes=\"(max-width: 1059px) 100vw, 1059px\" loading=\"lazy\" \/><\/figure>\n<\/figure>\n\n\n\n<div class=\"wk-index-wrap\"><div class=\"block-wrap\">\n<h3 class=\"wp-block-heading index-title\"><strong>Saas B2B Marketplace Table Rate Shipping<\/strong> &#8211; <strong>Supplier Order Management<\/strong><\/h3>\n<\/div><\/div>\n\n\n\n<p>If <strong>Supplier Can Create Invoice<\/strong> and <strong>Supplier Can Create Shipment<\/strong> are set to <strong>Yes<\/strong>, the supplier can manage orders from the front-end.<\/p>\n\n\n\n<p>Once the order is placed by the customer, then the supplier can easily check that order in their \u201cOrder List. with a pending status as shown in the image below.<\/p>\n\n\n\n<figure class=\"wp-block-gallery has-nested-images columns-default is-cropped wp-block-gallery-41 is-layout-flex wp-block-gallery-is-layout-flex\">\n<figure class=\"wp-block-image size-large wp-duotone-unset-40\"><img decoding=\"async\" width=\"1120\" height=\"880\" data-id=\"508432\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2025\/09\/finalsupplierordersview.webp\" alt=\"Laravel B2B marketplace table rate shipping\" class=\"wp-image-508432\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2025\/09\/finalsupplierordersview.webp 1120w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2025\/09\/finalsupplierordersview-300x236.webp 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2025\/09\/finalsupplierordersview-250x196.webp 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2025\/09\/finalsupplierordersview-768x603.webp 768w\" sizes=\"(max-width: 1120px) 100vw, 1120px\" loading=\"lazy\" \/><\/figure>\n<\/figure>\n\n\n\n<div class=\"wk-index-wrap\"><div class=\"block-wrap\">\n<h3 class=\"wp-block-heading index-title\">Support<\/h3>\n<\/div><\/div>\n\n\n\n<p>That\u2019s all for the&nbsp;Laravel eCommerce B2B-Marketplace Table Rate Shipping.<\/p>\n\n\n\n<p>For any doubt, reach out to us at support@webkul.com<\/p>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Laravel saas B2B Marketplace Table Rate Shipping module allows suppliers to set custom superset and shipping rates directly from their dashboard. Suppliers can upload shipping details via CSV files, including: This ensures accurate and efficient shipping management for bulk B2B orders across multiple regions. This plugin is an add-on for &nbsp;Laravel eCommerce SaaS B2B Marketplace <a href=\"https:\/\/webkul.com\/blog\/saas-b2b-marketplace-table-rate-shipping\/\">[&#8230;]<\/a><\/p>\n","protected":false},"author":706,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1745,8396,7224,8929],"tags":[1298,106,8581,6305,590],"class_list":["post-508311","post","type-post","status-publish","format-standard","hentry","category-b2b-marketplace","category-bagisto","category-bigcommerce","category-e-commerce-bagisto","tag-b2b","tag-marketplace","tag-saas-e-commerce-platform","tag-supplier","tag-webkul"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v24.5 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>SaaS B2B Marketplace Table Rate Shipping User Guide for Laravel<\/title>\n<meta name=\"description\" content=\"The Laravel Saas B2B Marketplace Table Rate Shipping allows the marketplace suppliers to add the table rates for their products.\" \/>\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\/saas-b2b-marketplace-table-rate-shipping\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"SaaS B2B Marketplace Table Rate Shipping User Guide for Laravel\" \/>\n<meta property=\"og:description\" content=\"The Laravel Saas B2B Marketplace Table Rate Shipping allows the marketplace suppliers to add the table rates for their products.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/webkul.com\/blog\/saas-b2b-marketplace-table-rate-shipping\/\" \/>\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=\"2025-09-29T10:13:43+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-03-27T05:09:54+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/webkul.com\/blog\/wp-content\/uploads\/2025\/09\/config-2.webp\" \/>\n<meta name=\"author\" content=\"Aman kumar roy\" \/>\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=\"Aman kumar roy\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"14 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/webkul.com\/blog\/saas-b2b-marketplace-table-rate-shipping\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/webkul.com\/blog\/saas-b2b-marketplace-table-rate-shipping\/\"},\"author\":{\"name\":\"Aman kumar roy\",\"@id\":\"https:\/\/webkul.com\/blog\/#\/schema\/person\/1c651bb46332bf46561a8058a1b64268\"},\"headline\":\"Saas B2B Marketplace Table Rate Shipping in Laravel\",\"datePublished\":\"2025-09-29T10:13:43+00:00\",\"dateModified\":\"2026-03-27T05:09:54+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/webkul.com\/blog\/saas-b2b-marketplace-table-rate-shipping\/\"},\"wordCount\":2133,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/webkul.com\/blog\/#organization\"},\"image\":{\"@id\":\"https:\/\/webkul.com\/blog\/saas-b2b-marketplace-table-rate-shipping\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/webkul.com\/blog\/wp-content\/uploads\/2025\/09\/config-2.webp\",\"keywords\":[\"B2B\",\"marketplace\",\"saas e-commerce platform\",\"supplier\",\"webkul\"],\"articleSection\":[\"B2B Marketplace\",\"Bagisto\",\"BigCommerce\",\"E commerce\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/webkul.com\/blog\/saas-b2b-marketplace-table-rate-shipping\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/webkul.com\/blog\/saas-b2b-marketplace-table-rate-shipping\/\",\"url\":\"https:\/\/webkul.com\/blog\/saas-b2b-marketplace-table-rate-shipping\/\",\"name\":\"SaaS B2B Marketplace Table Rate Shipping User Guide for Laravel\",\"isPartOf\":{\"@id\":\"https:\/\/webkul.com\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/webkul.com\/blog\/saas-b2b-marketplace-table-rate-shipping\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/webkul.com\/blog\/saas-b2b-marketplace-table-rate-shipping\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/webkul.com\/blog\/wp-content\/uploads\/2025\/09\/config-2.webp\",\"datePublished\":\"2025-09-29T10:13:43+00:00\",\"dateModified\":\"2026-03-27T05:09:54+00:00\",\"description\":\"The Laravel Saas B2B Marketplace Table Rate Shipping allows the marketplace suppliers to add the table rates for their products.\",\"breadcrumb\":{\"@id\":\"https:\/\/webkul.com\/blog\/saas-b2b-marketplace-table-rate-shipping\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/webkul.com\/blog\/saas-b2b-marketplace-table-rate-shipping\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/webkul.com\/blog\/saas-b2b-marketplace-table-rate-shipping\/#primaryimage\",\"url\":\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2025\/09\/config-2.webp\",\"contentUrl\":\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2025\/09\/config-2.webp\",\"width\":1120,\"height\":880},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/webkul.com\/blog\/saas-b2b-marketplace-table-rate-shipping\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/webkul.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Saas B2B Marketplace Table Rate Shipping in Laravel\"}]},{\"@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\/1c651bb46332bf46561a8058a1b64268\",\"name\":\"Aman kumar roy\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/webkul.com\/blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/3ecc01414e857036ff034556465d7b99ee59ebf7437855994fea39e9bb9c70a3?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\/3ecc01414e857036ff034556465d7b99ee59ebf7437855994fea39e9bb9c70a3?s=96&d=https%3A%2F%2Fcdnblog.webkul.com%2Fblog%2Fwp-content%2Fuploads%2F2019%2F10%2Fmike.png&r=g\",\"caption\":\"Aman kumar roy\"},\"url\":\"https:\/\/webkul.com\/blog\/author\/amanroy-qa322\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"SaaS B2B Marketplace Table Rate Shipping User Guide for Laravel","description":"The Laravel Saas B2B Marketplace Table Rate Shipping allows the marketplace suppliers to add the table rates for their products.","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\/saas-b2b-marketplace-table-rate-shipping\/","og_locale":"en_US","og_type":"article","og_title":"SaaS B2B Marketplace Table Rate Shipping User Guide for Laravel","og_description":"The Laravel Saas B2B Marketplace Table Rate Shipping allows the marketplace suppliers to add the table rates for their products.","og_url":"https:\/\/webkul.com\/blog\/saas-b2b-marketplace-table-rate-shipping\/","og_site_name":"Webkul Blog","article_publisher":"https:\/\/www.facebook.com\/webkul\/","article_published_time":"2025-09-29T10:13:43+00:00","article_modified_time":"2026-03-27T05:09:54+00:00","og_image":[{"url":"https:\/\/webkul.com\/blog\/wp-content\/uploads\/2025\/09\/config-2.webp","type":"","width":"","height":""}],"author":"Aman kumar roy","twitter_card":"summary_large_image","twitter_creator":"@webkul","twitter_site":"@webkul","twitter_misc":{"Written by":"Aman kumar roy","Est. reading time":"14 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/webkul.com\/blog\/saas-b2b-marketplace-table-rate-shipping\/#article","isPartOf":{"@id":"https:\/\/webkul.com\/blog\/saas-b2b-marketplace-table-rate-shipping\/"},"author":{"name":"Aman kumar roy","@id":"https:\/\/webkul.com\/blog\/#\/schema\/person\/1c651bb46332bf46561a8058a1b64268"},"headline":"Saas B2B Marketplace Table Rate Shipping in Laravel","datePublished":"2025-09-29T10:13:43+00:00","dateModified":"2026-03-27T05:09:54+00:00","mainEntityOfPage":{"@id":"https:\/\/webkul.com\/blog\/saas-b2b-marketplace-table-rate-shipping\/"},"wordCount":2133,"commentCount":0,"publisher":{"@id":"https:\/\/webkul.com\/blog\/#organization"},"image":{"@id":"https:\/\/webkul.com\/blog\/saas-b2b-marketplace-table-rate-shipping\/#primaryimage"},"thumbnailUrl":"https:\/\/webkul.com\/blog\/wp-content\/uploads\/2025\/09\/config-2.webp","keywords":["B2B","marketplace","saas e-commerce platform","supplier","webkul"],"articleSection":["B2B Marketplace","Bagisto","BigCommerce","E commerce"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/webkul.com\/blog\/saas-b2b-marketplace-table-rate-shipping\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/webkul.com\/blog\/saas-b2b-marketplace-table-rate-shipping\/","url":"https:\/\/webkul.com\/blog\/saas-b2b-marketplace-table-rate-shipping\/","name":"SaaS B2B Marketplace Table Rate Shipping User Guide for Laravel","isPartOf":{"@id":"https:\/\/webkul.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/webkul.com\/blog\/saas-b2b-marketplace-table-rate-shipping\/#primaryimage"},"image":{"@id":"https:\/\/webkul.com\/blog\/saas-b2b-marketplace-table-rate-shipping\/#primaryimage"},"thumbnailUrl":"https:\/\/webkul.com\/blog\/wp-content\/uploads\/2025\/09\/config-2.webp","datePublished":"2025-09-29T10:13:43+00:00","dateModified":"2026-03-27T05:09:54+00:00","description":"The Laravel Saas B2B Marketplace Table Rate Shipping allows the marketplace suppliers to add the table rates for their products.","breadcrumb":{"@id":"https:\/\/webkul.com\/blog\/saas-b2b-marketplace-table-rate-shipping\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/webkul.com\/blog\/saas-b2b-marketplace-table-rate-shipping\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/webkul.com\/blog\/saas-b2b-marketplace-table-rate-shipping\/#primaryimage","url":"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2025\/09\/config-2.webp","contentUrl":"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2025\/09\/config-2.webp","width":1120,"height":880},{"@type":"BreadcrumbList","@id":"https:\/\/webkul.com\/blog\/saas-b2b-marketplace-table-rate-shipping\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/webkul.com\/blog\/"},{"@type":"ListItem","position":2,"name":"Saas B2B Marketplace Table Rate Shipping in Laravel"}]},{"@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\/1c651bb46332bf46561a8058a1b64268","name":"Aman kumar roy","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/webkul.com\/blog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/3ecc01414e857036ff034556465d7b99ee59ebf7437855994fea39e9bb9c70a3?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\/3ecc01414e857036ff034556465d7b99ee59ebf7437855994fea39e9bb9c70a3?s=96&d=https%3A%2F%2Fcdnblog.webkul.com%2Fblog%2Fwp-content%2Fuploads%2F2019%2F10%2Fmike.png&r=g","caption":"Aman kumar roy"},"url":"https:\/\/webkul.com\/blog\/author\/amanroy-qa322\/"}]}},"amp_enabled":true,"_links":{"self":[{"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/posts\/508311","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\/706"}],"replies":[{"embeddable":true,"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/comments?post=508311"}],"version-history":[{"count":13,"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/posts\/508311\/revisions"}],"predecessor-version":[{"id":530492,"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/posts\/508311\/revisions\/530492"}],"wp:attachment":[{"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/media?parent=508311"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/categories?post=508311"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/tags?post=508311"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}