{"id":198493,"date":"2019-09-19T06:20:53","date_gmt":"2019-09-19T06:20:53","guid":{"rendered":"https:\/\/webkul.com\/blog\/?p=198493"},"modified":"2024-12-11T11:14:23","modified_gmt":"2024-12-11T11:14:23","slug":"laravel-ecommerce-marketplace-bulk-upload","status":"publish","type":"post","link":"https:\/\/webkul.com\/blog\/laravel-ecommerce-marketplace-bulk-upload\/","title":{"rendered":"Laravel eCommerce Marketplace Bulk Upload"},"content":{"rendered":"\n<p>Laravel eCommerce <a href=\"https:\/\/store.webkul.com\/laravel-ecommerce-marketplace-bulk-upload.html\" target=\"_blank\" rel=\"noreferrer noopener\">Marketplace Bulk Upload module<\/a> makes it easy to upload a lot of products at once.<\/p>\n\n\n\n<p>Sellers can use CSV or XLS files to upload their products in bulk, and the admin can also upload products to the seller&#8217;s store.<\/p>\n\n\n\n<p>This module is especially helpful for sellers with many products, saving time by allowing them to upload all their products at once instead of entering them one by one.<\/p>\n\n\n\n<p>With this module, you can upload as many products as needed to the Bagisto store.<\/p>\n\n\n\n<div class=\"wk-index-wrap\"><h3 class=\"index-title\"><strong>Features <\/strong><\/h3><\/div><div class=\"margin-bottom-50\">\n<ul class=\"wp-block-list\">\n<li>Products can be uploaded through CSV or XLS files.<\/li>\n\n\n\n<li>The seller can upload bulk products.<\/li>\n\n\n\n<li>Admin can upload the bulk product into the individual seller account.<\/li>\n\n\n\n<li>This module supports all product types i.e., Simple, Configurable, Bundled &amp; Grouped products except&nbsp;Virtual and downloadable products.<\/li>\n\n\n\n<li>Add any number of the product there is no limitation.<\/li>\n\n\n\n<li>Mass upload is compatible with multiple channels.<\/li>\n\n\n\n<li>It supports multi-lingual.<\/li>\n\n\n\n<li>Image attachment with the product within CSV \/ XLS files.<\/li>\n\n\n\n<li>The admin or seller can upload a zip file for the images.<\/li>\n<\/ul>\n\n\n\n<p><strong>Note<\/strong>: Make sure the Marketplace Status is enabled before installing the Marketplace Bulk Upload module.<\/p>\n<\/div>\n\n\n\n<div class=\"wk-index-wrap\"><h3 class=\"index-title\"><strong>How to install Laravel eCommerce Marketplace Bulk Upload<\/strong><\/h3><\/div><div class=\"margin-bottom-50\">\n<p>Unzip the respective extension zip file and merge the &#8220;<strong>packages<\/strong>&#8221; directory into the project root directory.<\/p>\n\n\n\n<p>Goto <strong>config\/app.php<\/strong> file and add the following line under<strong> \u2018providers\u2019<\/strong><\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\">Webkul\\MpDataTransfer\\Providers\\MpDataTransferServiceProvider::class,<\/pre>\n\n\n\n<p>Goto <strong>composer.json<\/strong> file inside the <strong>Bagisto<\/strong> root directory and add the following line under<strong> \u2018psr-4\u2019<\/strong>.<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\"> &quot;Webkul\\\\MpDataTransfer\\\\&quot;: &quot;packages\/Webkul\/MpDataTransfer\/src&quot;<\/pre>\n\n\n\n<p>Open the <strong>config\/bagisto-vite.php<\/strong> file and add the following command under the &#8216;<strong>viters<\/strong>&#8216; folder.<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\">&#039;mp_data_transfer&#039; =&gt; &#091;\n&#039;hot_file&#039; =&gt; &#039;mp-data-transfer-vite.hot&#039;,\n&#039;build_directory&#039; =&gt; &#039;themes\/mp_data_transfer\/build&#039;,\n&#039;package_assets_directory&#039; =&gt; &#039;src\/Resources\/assets&#039;,\n],<\/pre>\n\n\n\n<h3 class=\"wp-block-heading\">#Run Commands<\/h3>\n\n\n\n<p>Next, run these commands below to complete the setup in the bagisto root directory.<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\">composer dump-autoload<\/pre>\n\n\n\n<pre class=\"EnlighterJSRAW\">php artisan migrate<\/pre>\n\n\n\n<pre class=\"EnlighterJSRAW\">php artisan vendor:publish --provider=&quot;Webkul\\MpDataTransfer\\Providers\\MpDataTransferServiceProvider&quot; --force<\/pre>\n\n\n\n<pre class=\"EnlighterJSRAW\">php artisan optimize:clear<\/pre>\n<\/div>\n\n\n\n<div class=\"wk-index-wrap\"><h3 class=\"index-title\"><strong>Marketplace Bulk Upload &#8211; Admin Management<\/strong><\/h3><\/div><div class=\"margin-bottom-50\">\n<p>After the successful installation of the module Laravel eCommerce marketplace bulk upload, the admin can follow the below given steps to bulk upload the products.<\/p>\n\n\n\n<p><strong>Step 1:<\/strong>&nbsp;Go to the Admin panel of Bagisto click on&nbsp;<strong>Settings &gt;&gt; Data Transfer<\/strong>&nbsp;and click on&nbsp;<strong>Create Import<\/strong>&nbsp;button<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full\"><img decoding=\"async\" width=\"1120\" height=\"880\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2019\/09\/bulkupload.webp\" alt=\"bulkupload\" class=\"wp-image-476235\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2019\/09\/bulkupload.webp 1120w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2019\/09\/bulkupload-300x236.webp 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2019\/09\/bulkupload-250x196.webp 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2019\/09\/bulkupload-768x603.webp 768w\" sizes=\"(max-width: 1120px) 100vw, 1120px\" loading=\"lazy\" \/><\/figure>\n<\/div>\n\n\n<p><strong>Step 2:&nbsp;<\/strong>Under general configurations select the below fields:<\/p>\n\n\n\n<p><strong>1) Type<\/strong>&nbsp;\u2013 Kindly select the type i.e. (Products, Customers, Tax rates, Categories, Seller Products, Seller Categories ) which you want to import.<\/p>\n\n\n\n<p><strong>2) File \u2013&nbsp;<\/strong>Choose the file in your desired format (CSV, XLS, XLSX) and kindly make sure you have all the required fields in the file.<\/p>\n\n\n\n<p><strong>Note \u2013&nbsp;<\/strong>While&nbsp;<strong>importing&nbsp;<\/strong>the product data&nbsp;<strong>Simple, Configurable, Bundled &amp; Grouped product&nbsp;<\/strong>types can be imported except&nbsp;<strong> Virtual<\/strong> and <strong>Downloadable products.<\/strong><\/p>\n\n\n\n<p><strong>3) Download Sample \u2013\u00a0<\/strong>You can also download the sample files of types (Products, Customers, Tax Rates, Categories, Seller Products, Seller Categories ).<\/p>\n\n\n\n<p>Kindly make sure the file you are uploading is similar to this sample file.<\/p>\n\n\n\n<p><strong>4) Image Directory Path \u2013\u00a0<\/strong>Use relative path to \/project-root\/storage\/import\/app to store images.<\/p>\n\n\n\n<p><strong>5)<\/strong> <strong>Upload Images(zip)<\/strong>\u00a0\u2013 Upload all the product images through a zip file.<\/p>\n\n\n\n<p><strong>6) Action \u2013\u00a0<\/strong>Kindly select from the settings configuration that you want to\u00a0<strong>Create\/Update<\/strong>\u00a0or\u00a0<strong>Delete<\/strong>\u00a0the records.<\/p>\n\n\n\n<p><strong>7) Validation Strategy \u2013\u00a0<\/strong>This unique feature allows you to\u00a0<strong>Skip the Errors<\/strong>\u00a0or to\u00a0<strong>Stop on Errors\u00a0<\/strong>while Importing the data.<\/p>\n\n\n\n<p><strong>8) Allowed Errors \u2013\u00a0<\/strong>This feature allows you how much quantity of errors will get neglected while importing the data.<\/p>\n\n\n\n<p><strong>9) Field Separator \u2013\u00a0<\/strong>This feature allows you to set the fields.<\/p>\n\n\n\n<p><strong>10) Process in Queue \u2013\u00a0<\/strong>This feature allows you to run your import process in a queue.<\/p>\n\n\n\n<p>So now click on the&nbsp;<strong>Save Import<\/strong>&nbsp;Button.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"1120\" height=\"880\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2019\/09\/marketplace-bulkupload-2.webp\" alt=\"create import\" class=\"wp-image-476068\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2019\/09\/marketplace-bulkupload-2.webp 1120w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2019\/09\/marketplace-bulkupload-2-300x236.webp 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2019\/09\/marketplace-bulkupload-2-250x196.webp 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2019\/09\/marketplace-bulkupload-2-768x603.webp 768w\" sizes=\"(max-width: 1120px) 100vw, 1120px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<p><strong> Step 3:&nbsp;<\/strong>Admin can also add seller bulk Product. To add seller products select Type \u201c<strong>Seller<\/strong>&nbsp;<strong>Product<\/strong>\u201d and Select the Seller on Set Seller option.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"1200\" height=\"675\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2019\/09\/marketplace-bulkupload-3-1200x675.webp\" alt=\"select seller\" class=\"wp-image-476069\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2019\/09\/marketplace-bulkupload-3-1200x675.webp 1200w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2019\/09\/marketplace-bulkupload-3-300x169.webp 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2019\/09\/marketplace-bulkupload-3-250x141.webp 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2019\/09\/marketplace-bulkupload-3-768x432.webp 768w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2019\/09\/marketplace-bulkupload-3.webp 1366w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<p><strong>Step 4:&nbsp;<\/strong>Now the import process will get started and after it is completed the product import process will be done.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"1120\" height=\"880\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2019\/09\/marketplace-bulkupload-6.webp\" alt=\"imported\" class=\"wp-image-476072\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2019\/09\/marketplace-bulkupload-6.webp 1120w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2019\/09\/marketplace-bulkupload-6-300x236.webp 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2019\/09\/marketplace-bulkupload-6-250x196.webp 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2019\/09\/marketplace-bulkupload-6-768x603.webp 768w\" sizes=\"(max-width: 1120px) 100vw, 1120px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<p><strong>Step 5:&nbsp;<\/strong>Now you will able see to all the products under the&nbsp;<strong>Catalog &gt;&gt; Products<\/strong>&nbsp;section as shown in the given image.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"1120\" height=\"880\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2019\/09\/marketplace-bulkupload-7-1.webp\" alt=\"marketplace-bulkupload\" class=\"wp-image-476230\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2019\/09\/marketplace-bulkupload-7-1.webp 1120w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2019\/09\/marketplace-bulkupload-7-1-300x236.webp 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2019\/09\/marketplace-bulkupload-7-1-250x196.webp 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2019\/09\/marketplace-bulkupload-7-1-768x603.webp 768w\" sizes=\"(max-width: 1120px) 100vw, 1120px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<p>Now the bulk products have been uploaded successfully to the eCommerce store.<\/p>\n<\/div>\n\n\n\n<div class=\"wk-index-wrap\"><div class=\"block-wrap\">\n<h3 class=\"wp-block-heading index-title\">Creating a sample CSV\/XLS file for Laravel eCommerce Marketplace Bulk Upload<\/h3>\n<\/div><\/div>\n\n\n\n<p>After downloading the<strong>&nbsp;CSV\/XLS sample files&nbsp;<\/strong>the admin \/Seller can edit the files according to the products. The admin\/seller can upload the \u2018n\u2019 numbers of the products.<\/p>\n\n\n\n<p>Let&#8217;s take an example to upload the <strong>Simple products <\/strong><\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>For Simple products:-<\/strong><\/h2>\n\n\n\n<p>After downloading the sample for the simple product the CSV\/XLS file contains several fields as shown in the image below:-<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"1299\" height=\"286\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2019\/09\/bulkupload-csv-1.webp\" alt=\"bulkupload-csv\" class=\"wp-image-476246\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2019\/09\/bulkupload-csv-1.webp 1299w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2019\/09\/bulkupload-csv-1-300x66.webp 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2019\/09\/bulkupload-csv-1-1200x264.webp 1200w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2019\/09\/bulkupload-csv-1-250x55.webp 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2019\/09\/bulkupload-csv-1-768x169.webp 768w\" sizes=\"(max-width: 1299px) 100vw, 1299px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<p>The admin also needs to fill all the fields regarding the product such as:-<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>SKU:<\/strong> Enter the SKU for the products.<\/li>\n\n\n\n<li><strong>Parent_SKU:<\/strong> Enter the product&#8217;s parent SKU.<\/li>\n\n\n\n<li><strong>Locale:<\/strong> Enter the locale for the product.<\/li>\n\n\n\n<li><strong>Attribute_family_code:<\/strong> Enter the attribute family created or select as default.<\/li>\n\n\n\n<li><strong>Type:<\/strong> Select Simple for the simple products.<\/li>\n\n\n\n<li><strong>Categories:<\/strong> Select the category of the product.<\/li>\n\n\n\n<li><strong>Images:<\/strong> Enter the product image names<\/li>\n\n\n\n<li><strong>Name:<\/strong> Enter the name of the product.<\/li>\n<\/ul>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"1288\" height=\"263\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2019\/09\/bulkupload-csv-2.webp\" alt=\"bulkupload-csv\" class=\"wp-image-476247\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2019\/09\/bulkupload-csv-2.webp 1288w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2019\/09\/bulkupload-csv-2-300x61.webp 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2019\/09\/bulkupload-csv-2-1200x245.webp 1200w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2019\/09\/bulkupload-csv-2-250x51.webp 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2019\/09\/bulkupload-csv-2-768x157.webp 768w\" sizes=\"(max-width: 1288px) 100vw, 1288px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Description:<\/strong> Enter the description of the product.<\/li>\n\n\n\n<li><strong>Short Description:<\/strong> Enter the short description of the product.<\/li>\n\n\n\n<li><strong>Status: <\/strong>To enable the status as active set it as 1 otherwise 0.<\/li>\n\n\n\n<li><strong>Visible individually: <\/strong>Set it as 1 or 0 according to the requirements.<\/li>\n\n\n\n<li><strong>New: <\/strong>To set as the new product set it as 1 otherwise 0.<\/li>\n\n\n\n<li><strong>Featured:<\/strong> To set as featured products set it as 1 otherwise 0.<\/li>\n\n\n\n<li><strong>Guest_Checkout:<\/strong> Set it as 1 to enable the product for guest checkout other wise set it as 0.<\/li>\n\n\n\n<li><strong>Length: <\/strong>Enter the length of the products.<\/li>\n\n\n\n<li><strong>Width:<\/strong> Enter the width of the products.<\/li>\n\n\n\n<li><strong>Height: <\/strong>Enter the height for the simple products.<\/li>\n\n\n\n<li><strong>Weight: <\/strong>Enter the weight for the simple products.<\/li>\n<\/ul>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"1264\" height=\"264\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2019\/09\/bulkupload-csv-3.webp\" alt=\"bulkupload-csv\" class=\"wp-image-476248\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2019\/09\/bulkupload-csv-3.webp 1264w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2019\/09\/bulkupload-csv-3-300x63.webp 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2019\/09\/bulkupload-csv-3-1200x251.webp 1200w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2019\/09\/bulkupload-csv-3-250x52.webp 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2019\/09\/bulkupload-csv-3-768x160.webp 768w\" sizes=\"(max-width: 1264px) 100vw, 1264px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Tax_category_name: <\/strong>Enter the tax category name in this field.<\/li>\n\n\n\n<li><strong>Price:<\/strong> Here the admin will enter the price for the products.<\/li>\n\n\n\n<li><strong>Cost: <\/strong>Enter the Cost if required.<\/li>\n\n\n\n<li><strong>Special_price: <\/strong>The admin can enter the&nbsp;special price&nbsp;for the products if required.<\/li>\n\n\n\n<li><strong>Special price from: <\/strong>Here the admin can enter the beginning date for the special price regarding the products.<\/li>\n\n\n\n<li><strong>Special price to: <\/strong>Here the admin can enter the end date for the special price regarding the products.<\/li>\n\n\n\n<li><strong>Customer group price:<\/strong> The admin can set different prices for specific customer groups.<\/li>\n\n\n\n<li><strong>Url Key:<\/strong> Enter the URL key regarding the products.<\/li>\n<\/ul>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"989\" height=\"265\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2019\/09\/bulkupload-csv-4.webp\" alt=\"bulkupload-csv\" class=\"wp-image-476249\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2019\/09\/bulkupload-csv-4.webp 989w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2019\/09\/bulkupload-csv-4-300x80.webp 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2019\/09\/bulkupload-csv-4-250x67.webp 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2019\/09\/bulkupload-csv-4-768x206.webp 768w\" sizes=\"(max-width: 989px) 100vw, 989px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Meta_title:<\/strong> The admin can also enter the meta title.<\/li>\n\n\n\n<li><strong>Meta_keyword:<\/strong> The admin can also enter the meta keyword.<\/li>\n\n\n\n<li><strong>Meta_description:<\/strong> The admin can also enter the meta description.<\/li>\n\n\n\n<li><strong>Manage_stock:<\/strong> Enter Product stock 0 either 1.<\/li>\n\n\n\n<li><strong>Inventories:<\/strong> The admin can set the number of products across each inventory in this field.<\/li>\n\n\n\n<li><strong>Related_skus<\/strong>: Enter SKUs for products that are similar or often bought together<\/li>\n\n\n\n<li><strong>Cross_sell_skus<\/strong>: Enter SKUs for products suggested to buy with the main product.<\/li>\n\n\n\n<li><strong>Up_sell_skus<\/strong>: Enter SKUs for better or more expensive versions of the product.<\/li>\n<\/ul>\n\n\n\n<p><strong>Note:-<\/strong> Save all product images in a separate zip folder to upload them in bulk.<\/p>\n\n\n\n<p>The name of the images for each product should be the same in the CSV\/XLS file also.<\/p>\n\n\n\n<div class=\"wk-index-wrap\"><h3 class=\"index-title\"><strong>Marketplace Bulkupload &#8211; Seller Management<\/strong><\/h3><\/div><div class=\"margin-bottom-50\">\n<p>Sellers can also upload products in bulk using this module. On the profile page, they will find the <strong>Data Transfer<\/strong> options, as shown below.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"1120\" height=\"880\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2019\/09\/marketplace-bulkupload-8.webp\" alt=\"seller dashboard\" class=\"wp-image-476075\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2019\/09\/marketplace-bulkupload-8.webp 1120w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2019\/09\/marketplace-bulkupload-8-300x236.webp 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2019\/09\/marketplace-bulkupload-8-250x196.webp 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2019\/09\/marketplace-bulkupload-8-768x603.webp 768w\" sizes=\"(max-width: 1120px) 100vw, 1120px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<p><strong>Step 1<\/strong>: Click on the <strong>Data Transfer<\/strong> and then you can see the <strong>Create Import <\/strong>button click on that as shown below given the screenshot.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"1120\" height=\"880\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2019\/09\/marketplace-bulkupload-9.webp\" alt=\"data transfer\" class=\"wp-image-476076\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2019\/09\/marketplace-bulkupload-9.webp 1120w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2019\/09\/marketplace-bulkupload-9-300x236.webp 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2019\/09\/marketplace-bulkupload-9-250x196.webp 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2019\/09\/marketplace-bulkupload-9-768x603.webp 768w\" sizes=\"(max-width: 1120px) 100vw, 1120px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<p><strong>Step 2: <\/strong>Now, Under the Create import section select the below fields:<\/p>\n\n\n\n<p><strong>1) Type<\/strong>&nbsp;\u2013 Kindly select the type i.e. (Seller Product, Seller Categories) which you want to import.<\/p>\n\n\n\n<p><strong>2) File \u2013&nbsp;<\/strong>Choose the file in your desired format (CSV, XLS, XLSX) and kindly make sure you have all the required fields in the file.<\/p>\n\n\n\n<p><strong>Note \u2013&nbsp;<\/strong>While&nbsp;<strong>importing&nbsp;<\/strong>the product data&nbsp;<strong>Simple, Configurable, Bundled &amp; Grouped product&nbsp;<\/strong>types can be imported except&nbsp;<strong><strong>Virtual<\/strong><\/strong> and <strong>Downloadable products.<\/strong><\/p>\n\n\n\n<p><strong>3) Download Sample \u2013&nbsp;<\/strong>You can also download the sample files of types (Seller Product, Seller Categories).<\/p>\n\n\n\n<p><strong>4) Image Directory Path \u2013\u00a0<\/strong>Use relative path to \/project-root\/storage\/import\/app to store the images.<\/p>\n\n\n\n<p><strong>5) Upload Images(zip)<\/strong>\u00a0\u2013 Upload all the product images in the form of a zip file.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"1120\" height=\"880\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2019\/09\/marketplace-bulkupload-10.webp\" alt=\"create import\" class=\"wp-image-476077\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2019\/09\/marketplace-bulkupload-10.webp 1120w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2019\/09\/marketplace-bulkupload-10-300x236.webp 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2019\/09\/marketplace-bulkupload-10-250x196.webp 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2019\/09\/marketplace-bulkupload-10-768x603.webp 768w\" sizes=\"(max-width: 1120px) 100vw, 1120px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<p>Under the Settings configuration fill the below-given fields.<\/p>\n\n\n\n<p><strong>6) Action \u2013&nbsp;<\/strong>Kindly select from the settings configuration that you want to&nbsp;<strong>Create\/Update<\/strong>&nbsp;or&nbsp;<strong>Delete<\/strong>&nbsp;the records.<\/p>\n\n\n\n<p><strong>7) Validation Strategy \u2013&nbsp;<\/strong>This unique feature allows you to&nbsp;<strong>Skip the Errors<\/strong>&nbsp;or to&nbsp;<strong>Stop on Errors&nbsp;<\/strong>while Importing the data.<\/p>\n\n\n\n<p><strong>8) Allowed Errors \u2013 <\/strong>it allows you how much of the number of errors will get neglected while importing the data.<\/p>\n\n\n\n<p><strong>9) Field Separator \u2013 <\/strong>This allows you to set the fields.<\/p>\n\n\n\n<p><strong>10) Process in Queue \u2013&nbsp;<\/strong>This feature allows you to run your import process in a queue.<\/p>\n\n\n\n<p>Now click on the&nbsp;<strong>Save Import<\/strong>&nbsp;Button.<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full\"><img decoding=\"async\" width=\"1120\" height=\"880\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2019\/09\/marketplace-bulkupload-11.webp\" alt=\"create import\" class=\"wp-image-476078\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2019\/09\/marketplace-bulkupload-11.webp 1120w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2019\/09\/marketplace-bulkupload-11-300x236.webp 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2019\/09\/marketplace-bulkupload-11-250x196.webp 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2019\/09\/marketplace-bulkupload-11-768x603.webp 768w\" sizes=\"(max-width: 1120px) 100vw, 1120px\" loading=\"lazy\" \/><\/figure>\n<\/div>\n\n\n<p><strong>Step 3: <\/strong>After that, the import process will get started and after it is completed the product import process will be done.<\/p>\n<\/div>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"1120\" height=\"880\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2019\/09\/marketplace-bulkupload-12.webp\" alt=\"imported\" class=\"wp-image-476079\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2019\/09\/marketplace-bulkupload-12.webp 1120w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2019\/09\/marketplace-bulkupload-12-300x236.webp 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2019\/09\/marketplace-bulkupload-12-250x196.webp 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2019\/09\/marketplace-bulkupload-12-768x603.webp 768w\" sizes=\"(max-width: 1120px) 100vw, 1120px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<p><strong>Step 4: <\/strong>Now the products are uploaded <strong>successfully<\/strong>. you can see the status of imported products in the below image.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"1120\" height=\"880\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2019\/09\/marketplace-bulkupload-13.webp\" alt=\"view all imports\" class=\"wp-image-476080\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2019\/09\/marketplace-bulkupload-13.webp 1120w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2019\/09\/marketplace-bulkupload-13-300x236.webp 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2019\/09\/marketplace-bulkupload-13-250x196.webp 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2019\/09\/marketplace-bulkupload-13-768x603.webp 768w\" sizes=\"(max-width: 1120px) 100vw, 1120px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<p>Now, Sellers can see all the products under the <strong>Products<\/strong> section as shown in the given image.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"1120\" height=\"880\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2019\/09\/marketplace-bulkupload-14.webp\" alt=\"view products\" class=\"wp-image-476081\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2019\/09\/marketplace-bulkupload-14.webp 1120w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2019\/09\/marketplace-bulkupload-14-300x236.webp 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2019\/09\/marketplace-bulkupload-14-250x196.webp 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2019\/09\/marketplace-bulkupload-14-768x603.webp 768w\" sizes=\"(max-width: 1120px) 100vw, 1120px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<p>Now, the bulk<strong> products have been uploaded successfully<\/strong> to the eCommerce store from the seller\u2019s end.<\/p>\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>So, that was much about the User Guide of Laravel eCommerce Marketplace Bulkupload for any queries or doubts reach out to us at<strong> <a href=\"mailto:support@webkul.com\" target=\"_blank\" rel=\"noreferrer noopener\">support@webkul.com<\/a>.<\/strong> <\/p>\n\n\n\n<p>You can also raise a ticket at our <a href=\"https:\/\/bagisto.uvdesk.com\/en\/\" target=\"_blank\" rel=\"noreferrer noopener\"><strong>HelpDesk System.<\/strong><\/a> Please explore our<strong><a href=\"https:\/\/webkul.com\/laravel-development\/\"> Laravel Development Services <\/a><\/strong>and Quality <strong><a href=\"https:\/\/store.webkul.com\/catalogsearch\/result\/index\/?cat=171&amp;q=laravel\">Bagisto Extensions<\/a><\/strong>.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Laravel eCommerce Marketplace Bulk Upload module makes it easy to upload a lot of products at once. Sellers can use CSV or XLS files to upload their products in bulk, and the admin can also upload products to the seller&#8217;s store. This module is especially helpful for sellers with many products, saving time by allowing <a href=\"https:\/\/webkul.com\/blog\/laravel-ecommerce-marketplace-bulk-upload\/\">[&#8230;]<\/a><\/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":[9907,8054,8176,9906,8180],"class_list":["post-198493","post","type-post","status-publish","format-standard","hentry","category-bagisto","category-e-commerce-bagisto","tag-bagisto-ecommerce-platform","tag-laravel-ecommerce","tag-laravel-ecommerce-marketplace","tag-laravel-ecommerce-marketplace-bulk-upload","tag-laravel-marketplace-aramex-shipping"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v24.5 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Laravel eCommerce Marketplace Bulk Upload - Webkul Blog<\/title>\n<meta name=\"description\" content=\"With the help of the module laravel eCommerce marketplace bulk upload the admin and the sellers can upload product in bulk\" \/>\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-bulk-upload\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Laravel eCommerce Marketplace Bulk Upload - Webkul Blog\" \/>\n<meta property=\"og:description\" content=\"With the help of the module laravel eCommerce marketplace bulk upload the admin and the sellers can upload product in bulk\" \/>\n<meta property=\"og:url\" content=\"https:\/\/webkul.com\/blog\/laravel-ecommerce-marketplace-bulk-upload\/\" \/>\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-09-19T06:20:53+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-12-11T11:14:23+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/webkul.com\/blog\/wp-content\/uploads\/2019\/09\/bulkupload.webp\" \/>\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=\"10 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-bulk-upload\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/webkul.com\/blog\/laravel-ecommerce-marketplace-bulk-upload\/\"},\"author\":{\"name\":\"Simant Verma\",\"@id\":\"https:\/\/webkul.com\/blog\/#\/schema\/person\/63f64723fe98f166757f7903d1f7e7e0\"},\"headline\":\"Laravel eCommerce Marketplace Bulk Upload\",\"datePublished\":\"2019-09-19T06:20:53+00:00\",\"dateModified\":\"2024-12-11T11:14:23+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/webkul.com\/blog\/laravel-ecommerce-marketplace-bulk-upload\/\"},\"wordCount\":1545,\"commentCount\":4,\"publisher\":{\"@id\":\"https:\/\/webkul.com\/blog\/#organization\"},\"image\":{\"@id\":\"https:\/\/webkul.com\/blog\/laravel-ecommerce-marketplace-bulk-upload\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/webkul.com\/blog\/wp-content\/uploads\/2019\/09\/bulkupload.webp\",\"keywords\":[\"Bagisto ecommerce platform\",\"Laravel eCommerce\",\"laravel ecommerce marketplace\",\"laravel ecommerce marketplace bulk upload\",\"Laravel Marketplace Aramex Shipping\"],\"articleSection\":[\"Bagisto\",\"E commerce\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/webkul.com\/blog\/laravel-ecommerce-marketplace-bulk-upload\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/webkul.com\/blog\/laravel-ecommerce-marketplace-bulk-upload\/\",\"url\":\"https:\/\/webkul.com\/blog\/laravel-ecommerce-marketplace-bulk-upload\/\",\"name\":\"Laravel eCommerce Marketplace Bulk Upload - Webkul Blog\",\"isPartOf\":{\"@id\":\"https:\/\/webkul.com\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/webkul.com\/blog\/laravel-ecommerce-marketplace-bulk-upload\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/webkul.com\/blog\/laravel-ecommerce-marketplace-bulk-upload\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/webkul.com\/blog\/wp-content\/uploads\/2019\/09\/bulkupload.webp\",\"datePublished\":\"2019-09-19T06:20:53+00:00\",\"dateModified\":\"2024-12-11T11:14:23+00:00\",\"description\":\"With the help of the module laravel eCommerce marketplace bulk upload the admin and the sellers can upload product in bulk\",\"breadcrumb\":{\"@id\":\"https:\/\/webkul.com\/blog\/laravel-ecommerce-marketplace-bulk-upload\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/webkul.com\/blog\/laravel-ecommerce-marketplace-bulk-upload\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/webkul.com\/blog\/laravel-ecommerce-marketplace-bulk-upload\/#primaryimage\",\"url\":\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2019\/09\/bulkupload.webp\",\"contentUrl\":\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2019\/09\/bulkupload.webp\",\"width\":1120,\"height\":880,\"caption\":\"bulkupload\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/webkul.com\/blog\/laravel-ecommerce-marketplace-bulk-upload\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/webkul.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Laravel eCommerce Marketplace Bulk Upload\"}]},{\"@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 Bulk Upload - Webkul Blog","description":"With the help of the module laravel eCommerce marketplace bulk upload the admin and the sellers can upload product in bulk","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-bulk-upload\/","og_locale":"en_US","og_type":"article","og_title":"Laravel eCommerce Marketplace Bulk Upload - Webkul Blog","og_description":"With the help of the module laravel eCommerce marketplace bulk upload the admin and the sellers can upload product in bulk","og_url":"https:\/\/webkul.com\/blog\/laravel-ecommerce-marketplace-bulk-upload\/","og_site_name":"Webkul Blog","article_publisher":"https:\/\/www.facebook.com\/webkul\/","article_published_time":"2019-09-19T06:20:53+00:00","article_modified_time":"2024-12-11T11:14:23+00:00","og_image":[{"url":"https:\/\/webkul.com\/blog\/wp-content\/uploads\/2019\/09\/bulkupload.webp","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":"10 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/webkul.com\/blog\/laravel-ecommerce-marketplace-bulk-upload\/#article","isPartOf":{"@id":"https:\/\/webkul.com\/blog\/laravel-ecommerce-marketplace-bulk-upload\/"},"author":{"name":"Simant Verma","@id":"https:\/\/webkul.com\/blog\/#\/schema\/person\/63f64723fe98f166757f7903d1f7e7e0"},"headline":"Laravel eCommerce Marketplace Bulk Upload","datePublished":"2019-09-19T06:20:53+00:00","dateModified":"2024-12-11T11:14:23+00:00","mainEntityOfPage":{"@id":"https:\/\/webkul.com\/blog\/laravel-ecommerce-marketplace-bulk-upload\/"},"wordCount":1545,"commentCount":4,"publisher":{"@id":"https:\/\/webkul.com\/blog\/#organization"},"image":{"@id":"https:\/\/webkul.com\/blog\/laravel-ecommerce-marketplace-bulk-upload\/#primaryimage"},"thumbnailUrl":"https:\/\/webkul.com\/blog\/wp-content\/uploads\/2019\/09\/bulkupload.webp","keywords":["Bagisto ecommerce platform","Laravel eCommerce","laravel ecommerce marketplace","laravel ecommerce marketplace bulk upload","Laravel Marketplace Aramex Shipping"],"articleSection":["Bagisto","E commerce"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/webkul.com\/blog\/laravel-ecommerce-marketplace-bulk-upload\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/webkul.com\/blog\/laravel-ecommerce-marketplace-bulk-upload\/","url":"https:\/\/webkul.com\/blog\/laravel-ecommerce-marketplace-bulk-upload\/","name":"Laravel eCommerce Marketplace Bulk Upload - Webkul Blog","isPartOf":{"@id":"https:\/\/webkul.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/webkul.com\/blog\/laravel-ecommerce-marketplace-bulk-upload\/#primaryimage"},"image":{"@id":"https:\/\/webkul.com\/blog\/laravel-ecommerce-marketplace-bulk-upload\/#primaryimage"},"thumbnailUrl":"https:\/\/webkul.com\/blog\/wp-content\/uploads\/2019\/09\/bulkupload.webp","datePublished":"2019-09-19T06:20:53+00:00","dateModified":"2024-12-11T11:14:23+00:00","description":"With the help of the module laravel eCommerce marketplace bulk upload the admin and the sellers can upload product in bulk","breadcrumb":{"@id":"https:\/\/webkul.com\/blog\/laravel-ecommerce-marketplace-bulk-upload\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/webkul.com\/blog\/laravel-ecommerce-marketplace-bulk-upload\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/webkul.com\/blog\/laravel-ecommerce-marketplace-bulk-upload\/#primaryimage","url":"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2019\/09\/bulkupload.webp","contentUrl":"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2019\/09\/bulkupload.webp","width":1120,"height":880,"caption":"bulkupload"},{"@type":"BreadcrumbList","@id":"https:\/\/webkul.com\/blog\/laravel-ecommerce-marketplace-bulk-upload\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/webkul.com\/blog\/"},{"@type":"ListItem","position":2,"name":"Laravel eCommerce Marketplace Bulk Upload"}]},{"@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\/198493","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=198493"}],"version-history":[{"count":41,"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/posts\/198493\/revisions"}],"predecessor-version":[{"id":476797,"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/posts\/198493\/revisions\/476797"}],"wp:attachment":[{"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/media?parent=198493"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/categories?post=198493"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/tags?post=198493"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}