Back to Top

How to Mass Upload With Custom Attributes and Options

Updated 18 February 2019

Uploading bulk products with custom attributes and options are really easy. First, we need to download the sample CSV file using which we will upload products with custom attributes.webkul-seller-mass-uplaod-page

Custom Attributes –

Above you can see the Mass Upload page of sellers account. Here you can see a section “CSV Column Name for Custom Attributes“ as shown above image.

For example – Custom attributes (tier price, manufacturer) on the product page –webkul-mass-uplaod-custom-attributes-product-page

Tier price in CSV file –

Searching for an experienced
Magento 2 Company ?
Find out More
[
{
"cust_group": "ALL GROUPS",
"price_qty": "2",
"price": "10"
}, {
"cust_group":"Wholesale" ,
"price_qty": "10",
"price": "40"
}]

The seller can add only those custom attributes which are enabled by the admin. So sellers need to copy these custom attributes and paste them in different CSV file column as shown below –webkul-seller-mass-uplaod-custom-attributes-csv

Custom Options- 

The seller can add the custom options with the product on the product page as shown below – webkul-seller-mass-uplaod-custom-attributes

The seller can add custom options of the product in the mass upload CSV file as shown below –

[
{
"is_require": 1,
"title": "Color",
"type": "drop_down",
"sort_order": 0,
"sku": "co01",
"values": [
{"title":"cream", "price": 50,
"price_type": "fixed","sku":"co011","sort_order": 1},
{"title":"cream1", "price": 50,
"price_type": "fixed","sku":"co012","sort_order": 2} ]
}, {
"is_require": 1,
"title": "Color2",
"type": "drop_down",
"sort_order": 0,
"sku": "co02",
"values": [
{"title":"cream", "price": 50,
"price_type": "precent","sku":"co021","sort_order": 1},
{"title":"cream1", "price": 50,
"price_type": "fixed","sku":"co022","sort_order": 2} ]
}]

How to create a zip folder for the images –

You just need to place all your images in a folder. Now compress the folder containing images, this compressed zip folder is to be uploaded.

Now you can upload the CSV file and the images.zip file and click Upload Profile. After that, you have to select the profile that is created and lastly clicking the Run Profile button.

When the profile runs successfully, you can see the message.admin-profile-run

The products with the custom attributes will be uploaded as shown below –webkul-mass-upload-custom-attributes

That’s all for the Mass upload of products with custom attributes module still have any issue feel free to add a ticket at webkul.uvdesk.com

. . .

Leave a Comment

Your email address will not be published. Required fields are marked*


Be the first to comment.

Back to Top

Message Sent!

If you have more details or questions, you can reply to the received confirmation email.

Back to Home