{"id":254168,"date":"2020-06-15T02:24:03","date_gmt":"2020-06-15T02:24:03","guid":{"rendered":"https:\/\/webkul.com\/blog\/?p=254168"},"modified":"2022-05-09T08:12:51","modified_gmt":"2022-05-09T08:12:51","slug":"laravel-ecommerce-bulk-upload","status":"publish","type":"post","link":"https:\/\/webkul.com\/blog\/laravel-ecommerce-bulk-upload\/","title":{"rendered":"Laravel eCommerce bulk upload"},"content":{"rendered":"\n<p>With the help of the module\u00a0<strong>Laravel eCommerce bulk upload<\/strong>\u00a0the admin and the sellers can upload product in bulk that will save the time while uploading a huge quantity of products.<\/p>\n\n\n\n<p>Check a brief overview of the plugin &#8211; <\/p>\n\n\n\n<div class=\"wp-block-wk-block-youtube-video wp-block-wk-block--yt-video components-placeholder\"><div class=\"wk-block--yt-video-frame\"><div class=\"wk-block--yt-video-frame-request\" data-plyr-provider=\"youtube\" data-plyr-embed-id=\"rQdQpqGkbcQ\"><div class=\"components-placeholder__instructions\">rQdQpqGkbcQ<\/div><\/div><\/div><\/div>\n\n\n\n<div class=\"wk-index-wrap\"><h3 class=\"index-title\">Complete features list of Laravel-eCommerce-bulk-upload<\/h3><\/div>\n\n\n\n<ul class=\"wp-block-list\"><li>The product can be upload by CSV \/ XLS files.<\/li><li>Data profile creation feature for admin.<\/li><li>Each attribute has a different column.<\/li><li>Image attachment with the product within CSV\/XLS.<\/li><li>If there is an error in the CSV \/ XLS file, then products will not be uploaded and hence customer\/admin will come to know about the error.<\/li><\/ul>\n\n\n\n<div class=\"wk-index-wrap\"><h3 class=\"index-title\">How to install the module<\/h3><\/div>\n\n\n\n<p>Unzip the respective extension zip and then merge<strong> &#8220;packages&#8221; <\/strong>and <strong>&#8220;storage&#8221;<\/strong> folders into the project root directory.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"1136\" height=\"375\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2020\/04\/bagisto-laravel-Laravel-eCommerce-Restaurant-POS-System-2.png\" alt=\"DHL shipping\" class=\"wp-image-243702\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2020\/04\/bagisto-laravel-Laravel-eCommerce-Restaurant-POS-System-2.png 1136w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2020\/04\/bagisto-laravel-Laravel-eCommerce-Restaurant-POS-System-2-300x99.png 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2020\/04\/bagisto-laravel-Laravel-eCommerce-Restaurant-POS-System-2-250x83.png 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2020\/04\/bagisto-laravel-Laravel-eCommerce-Restaurant-POS-System-2-768x254.png 768w\" sizes=\"(max-width: 1136px) 100vw, 1136px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<p>Goto<strong> config\/app.php <\/strong>file and add following line under <strong>&#8216;providers&#8217;<\/strong><\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">Webkul\\Bulkupload\\Providers\\BulkUploadServiceProvider::class<\/pre>\n\n\n\n<p>Then goto <strong>composer.json<\/strong> file and add following line under <strong>&#8216;psr-4&#8217;<\/strong><\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">\"Webkul\\\\Bulkupload\\\\\": \"packages\/Webkul\/Bulkupload\"<\/pre>\n\n\n\n<p>Goto<strong> config\/concord.php<\/strong> file and add following line under <strong>&#8216;modules&#8217;<\/strong><\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">\\Webkul\\Bulkupload\\Providers\\ModuleServiceProvider::class<\/pre>\n\n\n\n<p>Run these commands below to complete the setup<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">composer dump-autoload\nphp artisan migrate\nphp artisan storage:link\nphp artisan route:cache\nphp artisan vendor:publish<\/pre>\n\n\n\n<p>-&gt; Press 0 and then press enter to publish all assets and configurations.<\/p>\n\n\n\n<div class=\"wk-index-wrap\"><h3 class=\"index-title\">Admin Configuration:-Laravel eCommerce bulk upload<\/h3><\/div>\n\n\n\n<p>After the successful installation of the module laravel eCommerce bulk upload, the admin can see the options of Bulk upload in the side menu bar.<\/p>\n\n\n\n<p>Firstly the admin needs to create the Profile and need to select the associated attribute family, under <strong>Dataflow profile&nbsp;<\/strong>a page will generate that will look like shown below.<\/p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><img decoding=\"async\" width=\"1200\" height=\"675\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2020\/06\/laravel-ecommerce-bulkupload-1-1200x675.png\" alt=\"laravel-ecommerce-bulkupload-1\" class=\"wp-image-254171\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2020\/06\/laravel-ecommerce-bulkupload-1-1200x675.png 1200w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2020\/06\/laravel-ecommerce-bulkupload-1-300x169.png 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2020\/06\/laravel-ecommerce-bulkupload-1-250x141.png 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2020\/06\/laravel-ecommerce-bulkupload-1-768x432.png 768w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2020\/06\/laravel-ecommerce-bulkupload-1.png 1366w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" loading=\"lazy\" \/><\/figure><\/div>\n\n\n\n<p>After the profile has been created click on<strong>&nbsp;Upload files<\/strong>&nbsp;that will look like as shown in the below picture in which there are two sections.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Download Sample<\/strong><\/h3>\n\n\n\n<p>&nbsp;under this section, the admin can download the sample of CSV\/XLS files for both simple and configurable products and can further edit it.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Creating a sample CSV\/XLS file<\/h3>\n\n\n\n<p>After downloading the&nbsp;CSV\/XLS sample files&nbsp;the admin \/Seller can edit the files according to the products. The admin\/seller can upload \u2018n\u2019 numbers of the product.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"875\" height=\"227\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2020\/06\/csv-bulk.png\" alt=\"csv-bulk\" class=\"wp-image-254176\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2020\/06\/csv-bulk.png 875w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2020\/06\/csv-bulk-300x78.png 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2020\/06\/csv-bulk-250x65.png 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2020\/06\/csv-bulk-768x199.png 768w\" sizes=\"(max-width: 875px) 100vw, 875px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<p>after editing<strong>&nbsp;Save the file<\/strong>&nbsp;to the desired location.<\/p>\n\n\n\n<p>Lets take an example to upload the Simple products and Configurable products through XLS and CSV files<\/p>\n\n\n\n<div class=\"wk-index-wrap\"><h3 class=\"index-title\">For Simple Products<\/h3><\/div>\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-large\"><img decoding=\"async\" width=\"1200\" height=\"308\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2020\/08\/bulk-upload-simple-1-1200x308.png\" alt=\"bulk-upload-simple-1\" class=\"wp-image-262348\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2020\/08\/bulk-upload-simple-1-1200x308.png 1200w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2020\/08\/bulk-upload-simple-1-300x77.png 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2020\/08\/bulk-upload-simple-1-250x64.png 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2020\/08\/bulk-upload-simple-1-768x197.png 768w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2020\/08\/bulk-upload-simple-1.png 1255w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<p>The admin needs to fill all the fields regarding the product such as:-<\/p>\n\n\n\n<p><strong>Category slug:- <\/strong>Enter the slug of the category for the products.<\/p>\n\n\n\n<p><strong>Name:-<\/strong> Enter the name for the product.<\/p>\n\n\n\n<p><strong>Description:-<\/strong>Enter the Description for the product.<\/p>\n\n\n\n<p><strong>Short Description:-<\/strong> Enter the short description regarding the product.<\/p>\n\n\n\n<p><strong>SKU:-<\/strong> Enter the SKU for the products.<\/p>\n\n\n\n<p><strong>Price:-<\/strong> Here the admin will enter the price for the products.<\/p>\n\n\n\n<p>The admin can also enter the<strong> special price<\/strong> for the products if required.<\/p>\n\n\n\n<p><strong>Special price from:-<\/strong> Here the admin can enter the beginning date for the special price regarding the products.<\/p>\n\n\n\n<p><strong>Special price to:-<\/strong> Here the admin can enter the end date for the special price regarding the products.<\/p>\n\n\n\n<p>The admin also needs to select the inventory source products if created otherwise set it as default.<\/p>\n\n\n\n<p><strong>Inventories:- <\/strong>The admin can set the number of product across each inventories in this field.<\/p>\n\n\n\n<p><strong>Weight:-<\/strong> Enter the weight for the simple products.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"1200\" height=\"310\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2020\/08\/bulk-upload-2-1200x310.png\" alt=\"bulk-upload-2\" class=\"wp-image-262349\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2020\/08\/bulk-upload-2-1200x310.png 1200w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2020\/08\/bulk-upload-2-300x77.png 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2020\/08\/bulk-upload-2-250x65.png 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2020\/08\/bulk-upload-2-768x198.png 768w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2020\/08\/bulk-upload-2.png 1259w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<p>The admin can also enter the<strong> meta title, meta keywords and meta description<\/strong> regarding the products in their respective fields.<\/p>\n\n\n\n<p><strong>Size:- <\/strong>The admin can also enter the size for the products if available.<\/p>\n\n\n\n<p><strong>Url Key:-<\/strong> Enter the Url key regarding the products.<\/p>\n\n\n\n<p><strong>Tax category ID:-<\/strong> Enter the tax category ID in this field.<\/p>\n\n\n\n<p><strong>New:-<\/strong> To set as the new product set it as 1 otherwise 0.<\/p>\n\n\n\n<p><strong>Featured:-<\/strong> To set as featured products set it as 1 otherwise 0.<\/p>\n\n\n\n<p><strong>Visible individually:-<\/strong> Set it as 1 or 0 according to the requirements.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"883\" height=\"324\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2020\/08\/bulkupload-3.png\" alt=\"bulkupload-3\" class=\"wp-image-262350\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2020\/08\/bulkupload-3.png 883w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2020\/08\/bulkupload-3-300x110.png 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2020\/08\/bulkupload-3-250x92.png 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2020\/08\/bulkupload-3-768x282.png 768w\" sizes=\"(max-width: 883px) 100vw, 883px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<p><strong>Status:- <\/strong>To enable the status as active set as 1 otherwise 0.<\/p>\n\n\n\n<p><strong>Cost:-<\/strong> Enter the Cost if required.<\/p>\n\n\n\n<p>The admin can also enter the width,height and depth regarding the simple products.<\/p>\n\n\n\n<p><strong>Type:-<\/strong> Select Simple for the simple products.<\/p>\n\n\n\n<p><strong>Attribute family:-<\/strong> Enter the attribute family that has been created or select as default.<\/p>\n\n\n\n<p><strong>Images:-<\/strong> Enter the images name regarding the products.<\/p>\n\n\n\n<p><strong>Guest Checkout:-<\/strong> Set it as 1 to enable product for guest checkout other wise set it as 0.<\/p>\n\n\n\n<p><strong>Save the file<\/strong>&nbsp;to the desired location.<\/p>\n\n\n\n<div class=\"wk-index-wrap\"><h3 class=\"index-title\">For Configurable products:-<\/h3><\/div>\n\n\n\n<p>The process to upload the configurable products is same as the simple products but there are some additional fields also for the configurable products as described below:-<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"758\" height=\"240\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2020\/08\/bulk-upload-configurable.png\" alt=\"bulk-upload-configurable\" class=\"wp-image-262351\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2020\/08\/bulk-upload-configurable.png 758w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2020\/08\/bulk-upload-configurable-300x95.png 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2020\/08\/bulk-upload-configurable-250x79.png 250w\" sizes=\"(max-width: 758px) 100vw, 758px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<p><strong>Super Attributes<\/strong>:- The admin can set the attributes in this field according to the requirements and can separate them by comma(,).<\/p>\n\n\n\n<p><strong>Super Attribute Option:-<\/strong> Set the attribute options according to the attributes that have been selected by the admin.<\/p>\n\n\n\n<p>The admin can also set the <strong>super attribute price <\/strong>according to the super attribute option.<\/p>\n\n\n\n<p><strong>Super Attribute Quantity:-<\/strong> Set the quantity for each variant of the product,<\/p>\n\n\n\n<p><strong>Super Attribute Weight:-<\/strong> Set the weight for each variant of the product.<\/p>\n\n\n\n<p>All the remaining fields are same as the simple products as described above for the simple products.<\/p>\n\n\n\n<p>After filling all these fields regarding the configurable products save the file to the desired location.<\/p>\n\n\n\n<p><strong>Note**:-<\/strong> For the images save all the images regarding the products in a separate zip folder to upload images in bulk for the products.<\/p>\n\n\n\n<p>The name of the images for each product should be same in the CSV\/XLS file also.<\/p>\n\n\n\n<div class=\"wk-index-wrap\"><h3 class=\"index-title\">For Virtual Products<\/h3><\/div>\n\n\n\n<p>Here the process is again same to upload the virtual product but some of the additional fields that are available for virtual products are as follows.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"1138\" height=\"231\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/01\/Screenshot85.png\" alt=\"Screenshot85\" class=\"wp-image-281555\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/01\/Screenshot85.png 1138w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/01\/Screenshot85-300x61.png 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/01\/Screenshot85-250x51.png 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/01\/Screenshot85-768x156.png 768w\" sizes=\"(max-width: 1138px) 100vw, 1138px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<div class=\"wk-index-wrap\"><h3 class=\"index-title\">For Grouped Products<\/h3><\/div>\n\n\n\n<p>For the grouped products there are some new fields those need to be filled in CSV and XLS files.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"1141\" height=\"255\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/01\/Screenshot84.png\" alt=\"Screenshot84\" class=\"wp-image-281554\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/01\/Screenshot84.png 1141w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/01\/Screenshot84-300x67.png 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/01\/Screenshot84-250x56.png 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/01\/Screenshot84-768x172.png 768w\" sizes=\"(max-width: 1141px) 100vw, 1141px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<p><strong>Grouped SKU Product:-<\/strong> The admin needs to enter the grouped product SKU separated by comma.<br>for example:-<strong> Product name, SKU for product<\/strong>.<\/p>\n\n\n\n<p><strong>Grouped Quantity:-<\/strong> Enter the quantity in this field. These are the quantities for grouped products that are separated by comma.<\/p>\n\n\n\n<p><strong>Grouped Sort Order:-<\/strong> The admin can enter the sort order for the grouped products.<\/p>\n\n\n\n<div class=\"wk-index-wrap\"><h3 class=\"index-title\">For Downloadable Products<\/h3><\/div>\n\n\n\n<p>For the downloadable products there are some extra fields like:-<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"1200\" height=\"266\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/01\/Screenshot83-1200x266.png\" alt=\"Screenshot83\" class=\"wp-image-281550\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/01\/Screenshot83-1200x266.png 1200w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/01\/Screenshot83-300x67.png 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/01\/Screenshot83-250x55.png 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/01\/Screenshot83-768x170.png 768w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/01\/Screenshot83.png 1248w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<p><strong>Sample URL:-<\/strong> Insert URL to give the free sample<\/p>\n\n\n\n<p><strong>Link Sample URL:-<\/strong> If you want to give a free sample of your product to the customer, add a new link from the Samples section<\/p>\n\n\n\n<p><strong>Link URL:-<\/strong> Enter the link for the URL from where the customer can download the file.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\"><strong>For Bundle Products<\/strong><\/h4>\n\n\n\n<p>For the bundle products there is a new field in the CSV and XLS files as shown and explained below:-<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"1142\" height=\"318\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/01\/Screenshot82.png\" alt=\"Screenshot82\" class=\"wp-image-281548\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/01\/Screenshot82.png 1142w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/01\/Screenshot82-300x84.png 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/01\/Screenshot82-250x70.png 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/01\/Screenshot82-768x214.png 768w\" sizes=\"(max-width: 1142px) 100vw, 1142px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<p><strong>Bundle Options:-<\/strong> The admin need to enter the product that are available in bundle products.<\/p>\n\n\n\n<div class=\"wk-index-wrap\"><h3 class=\"index-title\"><strong>For Booking Products<\/strong><\/h3><\/div>\n\n\n\n<p>To upload the booking products from the CSV and XLS the admin need to enter several other fields as explained below:-<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"1142\" height=\"338\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/01\/Screenshot81.png\" alt=\"Screenshot81\" class=\"wp-image-281546\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/01\/Screenshot81.png 1142w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/01\/Screenshot81-300x89.png 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/01\/Screenshot81-250x74.png 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/01\/Screenshot81-768x227.png 768w\" sizes=\"(max-width: 1142px) 100vw, 1142px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<p><strong>Booking Type:-<\/strong> Here the admin can enter booking type like <strong>Default, Appointment, Event, Rental ,Table.<\/strong><\/p>\n\n\n\n<p><strong>Booking Location:-<\/strong> The admin need to enter the location accordingly<\/p>\n\n\n\n<p><strong>Quantity for booking product :-<\/strong>Enter the quantity for the booking product.<\/p>\n\n\n\n<p><strong>Booking Available from:-<\/strong> Enter the date and time saperted by comma from when the booking will be available.<\/p>\n\n\n\n<p><strong>Available to:-<\/strong> Enter the date and time till when the booking is available.<\/p>\n\n\n\n<p><strong>Booking Type Day Wise:-<\/strong> Enter the number of days till when the booking is available.<\/p>\n\n\n\n<p><strong>Booking Slot From Day:-<\/strong> Enter the day from when the booking Slot will start<\/p>\n\n\n\n<p><strong> Slot From:-<\/strong> Enter the date and time from when the booking slot will be available.<\/p>\n\n\n\n<p><strong>Booking Slot to day:-<\/strong> Enter the day till when the booking Slot will remain available.<\/p>\n\n\n\n<p><strong>Booking Slot to:-<\/strong> Enter the date and time till when the booking slot will be available.<\/p>\n\n\n\n<p><strong>Available Every Week:-<\/strong> The admin can enter between the Yes or No.<\/p>\n\n\n\n<p><strong>Duration:-<\/strong> The admin can also enter the value for a single appointment time period (This is the value in minutes)<\/p>\n\n\n\n<p><strong>Break Time:- <\/strong>The admin can enter the value of time betwwen 2 appointments(In minutes).<\/p>\n\n\n\n<p><strong>Same Slot All Days:-<\/strong> Enter the value betwwen Yes or No.<\/p>\n\n\n\n<p><strong>Event Ticket Name<\/strong>:- This is for the event booking where the admin can enter the event name.<\/p>\n\n\n\n<p><strong>Event Ticket Discription:-<\/strong> This is for event booking where the admin can enter the discription for an event.<\/p>\n\n\n\n<p><strong> Ticket Price:-<\/strong> Enter the price for the event.<\/p>\n\n\n\n<p><strong>Event Ticket Quantity:-<\/strong> Enter the ticket quantity for the event.<\/p>\n\n\n\n<p><strong>Renting type:-<\/strong> This is for the renting type products the admin can enter such as Daily, Hourly.<\/p>\n\n\n\n<p><strong>Daily Price:-<\/strong> The admin can enter the daily based price.<\/p>\n\n\n\n<p><strong>Hourly Price:-<\/strong> The admin can also enter the hourly based price.<\/p>\n\n\n\n<p><strong>Day Wise Slot:-<\/strong> This is for the table booking products where the admin can enter the day wise slot.<\/p>\n\n\n\n<p><strong>Price Type:-<\/strong> From here the admin can set that what the price type will be between<strong> per table<\/strong> or <strong>per guest<\/strong>.<\/p>\n\n\n\n<p><strong>Guest Limit:-<\/strong> The admin can enter the guest limit for tha table.<\/p>\n\n\n\n<p><strong>Prevent Scheduling Before:-<\/strong> the admin can enter the minutes to advance booking means that before the start time of the slot.<\/p>\n\n\n\n<p><strong>Default Booking Status:-<\/strong> The admin can set the default booking status here.<\/p>\n\n\n\n<div class=\"wk-index-wrap\"><h3 class=\"index-title\"><strong>Import Products<\/strong><\/h3><\/div>\n\n\n\n<p>Under this section there are several fields as described below.<\/p>\n\n\n\n<p><strong>Is Downloadable have files<\/strong>:- If the admin has selected this option then two options will also generate i.e <strong>Is Links have samples<\/strong> and <strong>Is Samples Available<\/strong> the admin can multi-select select between these two.<\/p>\n\n\n\n<p>Once these option have been selected by the admin the admin also need to upload the files regarding these as shown in the image below:-<\/p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><img decoding=\"async\" width=\"552\" height=\"372\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2020\/06\/import-products-1.png\" alt=\"import-products-1\" class=\"wp-image-254173\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2020\/06\/import-products-1.png 552w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2020\/06\/import-products-1-300x202.png 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2020\/06\/import-products-1-250x168.png 250w\" sizes=\"(max-width: 552px) 100vw, 552px\" loading=\"lazy\" \/><\/figure><\/div>\n\n\n\n<ul class=\"wp-block-list\"><li><strong>Attribute Family:-<\/strong>&nbsp;The attribute family can also be selected in this field.<\/li><li><strong>Data Flow Profile:-<\/strong>&nbsp;In this field, the admin can select the profile that has been created before.<\/li><li><strong>CSV\/XLS File:-<\/strong>&nbsp;Under this field, the admin can upload the CSV\/XLS file for the uploading of the product in bulk quantity.<\/li><li><strong>Image Zip file:-&nbsp;<\/strong>In this field, the admin can also upload the images regarding the products in Zip format.<\/li><\/ul>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"1005\" height=\"632\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2020\/06\/upload-files.png\" alt=\"upload-files\" class=\"wp-image-254174\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2020\/06\/upload-files.png 1005w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2020\/06\/upload-files-300x189.png 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2020\/06\/upload-files-250x157.png 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2020\/06\/upload-files-768x483.png 768w\" sizes=\"(max-width: 1005px) 100vw, 1005px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<p>Click on&nbsp;<strong>Save&nbsp;<\/strong>button.<\/p>\n\n\n\n<p>Now the next step is to <strong>Run<\/strong> the profile.<\/p>\n\n\n\n<p><strong>Select File:-<\/strong>&nbsp;In this field, the admin can select the profile that has been created from the dropdown.<\/p>\n\n\n\n<p>Click on&nbsp;<strong>Run.<\/strong><\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"1058\" height=\"406\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2020\/06\/run-profile.png\" alt=\"run-profile\" class=\"wp-image-254175\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2020\/06\/run-profile.png 1058w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2020\/06\/run-profile-300x115.png 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2020\/06\/run-profile-250x96.png 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2020\/06\/run-profile-768x295.png 768w\" sizes=\"(max-width: 1058px) 100vw, 1058px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<p>Now the bulk products have been uploaded successfully to the eCommerce store.<\/p>\n\n\n\n<p><h2>Support<\/h2>\n<p>So, that was much about the User Guide of Laravel eCommerce Bulk Upload for any queries or doubts reach out to us at<strong>&nbsp;<a href=\"mailto:support@webkul.com\" target=\"_blank\" rel=\"noreferrer noopener\">support@webkul.com<\/a>.<\/strong> You can also raise a ticket at our&nbsp;<a href=\"https:\/\/bagisto.uvdesk.com\/en\/\"><strong>HelpDesk System.<\/strong><\/a><\/p>\n<p>Please explore our<strong><a href=\"https:\/\/webkul.com\/laravel-development\/\"> Laravel Development Services&nbsp;<\/a><\/strong>and Quality&nbsp;<strong><a href=\"https:\/\/store.webkul.com\/catalogsearch\/result\/index\/?cat=171&amp;q=laravel\">Bagisto Extensions<\/a><\/strong>.<\/p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>With the help of the module\u00a0Laravel eCommerce bulk upload\u00a0the admin and the sellers can upload product in bulk that will save the time while uploading a huge quantity of products. Check a brief overview of the plugin &#8211; The product can be upload by CSV \/ XLS files. Data profile creation feature for admin. Each <a href=\"https:\/\/webkul.com\/blog\/laravel-ecommerce-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,350,8678,8054,8071],"class_list":["post-254168","post","type-post","status-publish","format-standard","hentry","category-bagisto","category-e-commerce-bagisto","tag-bagisto-ecommerce-platform","tag-bulk-upload","tag-laravel","tag-laravel-ecommerce","tag-opensource"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v24.5 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Laravel eCommerce bulk upload - Webkul Blog<\/title>\n<meta name=\"description\" content=\"With the help of the module, Laravel eCommerce bulk upload the admin and the sellers can upload product in bulk that can be beneficial for admin.\" \/>\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-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 bulk upload - Webkul Blog\" \/>\n<meta property=\"og:description\" content=\"With the help of the module, Laravel eCommerce bulk upload the admin and the sellers can upload product in bulk that can be beneficial for admin.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/webkul.com\/blog\/laravel-ecommerce-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=\"2020-06-15T02:24:03+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2022-05-09T08:12:51+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/webkul.com\/blog\/wp-content\/uploads\/2020\/04\/bagisto-laravel-Laravel-eCommerce-Restaurant-POS-System-2.png\" \/>\n<meta name=\"author\" content=\"Simant Verma\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@webkul\" \/>\n<meta name=\"twitter:site\" content=\"@webkul\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Simant Verma\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"11 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-bulk-upload\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/webkul.com\/blog\/laravel-ecommerce-bulk-upload\/\"},\"author\":{\"name\":\"Simant Verma\",\"@id\":\"https:\/\/webkul.com\/blog\/#\/schema\/person\/63f64723fe98f166757f7903d1f7e7e0\"},\"headline\":\"Laravel eCommerce bulk upload\",\"datePublished\":\"2020-06-15T02:24:03+00:00\",\"dateModified\":\"2022-05-09T08:12:51+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/webkul.com\/blog\/laravel-ecommerce-bulk-upload\/\"},\"wordCount\":1818,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/webkul.com\/blog\/#organization\"},\"image\":{\"@id\":\"https:\/\/webkul.com\/blog\/laravel-ecommerce-bulk-upload\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/webkul.com\/blog\/wp-content\/uploads\/2020\/04\/bagisto-laravel-Laravel-eCommerce-Restaurant-POS-System-2.png\",\"keywords\":[\"Bagisto ecommerce platform\",\"bulk upload\",\"laravel\",\"Laravel eCommerce\",\"Opensource\"],\"articleSection\":[\"Bagisto\",\"E commerce\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/webkul.com\/blog\/laravel-ecommerce-bulk-upload\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/webkul.com\/blog\/laravel-ecommerce-bulk-upload\/\",\"url\":\"https:\/\/webkul.com\/blog\/laravel-ecommerce-bulk-upload\/\",\"name\":\"Laravel eCommerce bulk upload - Webkul Blog\",\"isPartOf\":{\"@id\":\"https:\/\/webkul.com\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/webkul.com\/blog\/laravel-ecommerce-bulk-upload\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/webkul.com\/blog\/laravel-ecommerce-bulk-upload\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/webkul.com\/blog\/wp-content\/uploads\/2020\/04\/bagisto-laravel-Laravel-eCommerce-Restaurant-POS-System-2.png\",\"datePublished\":\"2020-06-15T02:24:03+00:00\",\"dateModified\":\"2022-05-09T08:12:51+00:00\",\"description\":\"With the help of the module, Laravel eCommerce bulk upload the admin and the sellers can upload product in bulk that can be beneficial for admin.\",\"breadcrumb\":{\"@id\":\"https:\/\/webkul.com\/blog\/laravel-ecommerce-bulk-upload\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/webkul.com\/blog\/laravel-ecommerce-bulk-upload\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/webkul.com\/blog\/laravel-ecommerce-bulk-upload\/#primaryimage\",\"url\":\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2020\/04\/bagisto-laravel-Laravel-eCommerce-Restaurant-POS-System-2.png\",\"contentUrl\":\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2020\/04\/bagisto-laravel-Laravel-eCommerce-Restaurant-POS-System-2.png\",\"width\":1136,\"height\":375,\"caption\":\"B2B stripe\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/webkul.com\/blog\/laravel-ecommerce-bulk-upload\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/webkul.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Laravel eCommerce 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 bulk upload - Webkul Blog","description":"With the help of the module, Laravel eCommerce bulk upload the admin and the sellers can upload product in bulk that can be beneficial for admin.","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-bulk-upload\/","og_locale":"en_US","og_type":"article","og_title":"Laravel eCommerce bulk upload - Webkul Blog","og_description":"With the help of the module, Laravel eCommerce bulk upload the admin and the sellers can upload product in bulk that can be beneficial for admin.","og_url":"https:\/\/webkul.com\/blog\/laravel-ecommerce-bulk-upload\/","og_site_name":"Webkul Blog","article_publisher":"https:\/\/www.facebook.com\/webkul\/","article_published_time":"2020-06-15T02:24:03+00:00","article_modified_time":"2022-05-09T08:12:51+00:00","og_image":[{"url":"https:\/\/webkul.com\/blog\/wp-content\/uploads\/2020\/04\/bagisto-laravel-Laravel-eCommerce-Restaurant-POS-System-2.png","type":"","width":"","height":""}],"author":"Simant Verma","twitter_card":"summary_large_image","twitter_creator":"@webkul","twitter_site":"@webkul","twitter_misc":{"Written by":"Simant Verma","Est. reading time":"11 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/webkul.com\/blog\/laravel-ecommerce-bulk-upload\/#article","isPartOf":{"@id":"https:\/\/webkul.com\/blog\/laravel-ecommerce-bulk-upload\/"},"author":{"name":"Simant Verma","@id":"https:\/\/webkul.com\/blog\/#\/schema\/person\/63f64723fe98f166757f7903d1f7e7e0"},"headline":"Laravel eCommerce bulk upload","datePublished":"2020-06-15T02:24:03+00:00","dateModified":"2022-05-09T08:12:51+00:00","mainEntityOfPage":{"@id":"https:\/\/webkul.com\/blog\/laravel-ecommerce-bulk-upload\/"},"wordCount":1818,"commentCount":0,"publisher":{"@id":"https:\/\/webkul.com\/blog\/#organization"},"image":{"@id":"https:\/\/webkul.com\/blog\/laravel-ecommerce-bulk-upload\/#primaryimage"},"thumbnailUrl":"https:\/\/webkul.com\/blog\/wp-content\/uploads\/2020\/04\/bagisto-laravel-Laravel-eCommerce-Restaurant-POS-System-2.png","keywords":["Bagisto ecommerce platform","bulk upload","laravel","Laravel eCommerce","Opensource"],"articleSection":["Bagisto","E commerce"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/webkul.com\/blog\/laravel-ecommerce-bulk-upload\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/webkul.com\/blog\/laravel-ecommerce-bulk-upload\/","url":"https:\/\/webkul.com\/blog\/laravel-ecommerce-bulk-upload\/","name":"Laravel eCommerce bulk upload - Webkul Blog","isPartOf":{"@id":"https:\/\/webkul.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/webkul.com\/blog\/laravel-ecommerce-bulk-upload\/#primaryimage"},"image":{"@id":"https:\/\/webkul.com\/blog\/laravel-ecommerce-bulk-upload\/#primaryimage"},"thumbnailUrl":"https:\/\/webkul.com\/blog\/wp-content\/uploads\/2020\/04\/bagisto-laravel-Laravel-eCommerce-Restaurant-POS-System-2.png","datePublished":"2020-06-15T02:24:03+00:00","dateModified":"2022-05-09T08:12:51+00:00","description":"With the help of the module, Laravel eCommerce bulk upload the admin and the sellers can upload product in bulk that can be beneficial for admin.","breadcrumb":{"@id":"https:\/\/webkul.com\/blog\/laravel-ecommerce-bulk-upload\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/webkul.com\/blog\/laravel-ecommerce-bulk-upload\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/webkul.com\/blog\/laravel-ecommerce-bulk-upload\/#primaryimage","url":"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2020\/04\/bagisto-laravel-Laravel-eCommerce-Restaurant-POS-System-2.png","contentUrl":"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2020\/04\/bagisto-laravel-Laravel-eCommerce-Restaurant-POS-System-2.png","width":1136,"height":375,"caption":"B2B stripe"},{"@type":"BreadcrumbList","@id":"https:\/\/webkul.com\/blog\/laravel-ecommerce-bulk-upload\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/webkul.com\/blog\/"},{"@type":"ListItem","position":2,"name":"Laravel eCommerce 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\/254168","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=254168"}],"version-history":[{"count":10,"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/posts\/254168\/revisions"}],"predecessor-version":[{"id":333367,"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/posts\/254168\/revisions\/333367"}],"wp:attachment":[{"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/media?parent=254168"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/categories?post=254168"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/tags?post=254168"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}