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.
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 –
Tier price in CSV file –
[ { "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 –
Custom Options-
The seller can add the custom options with the product on the product page as shown below –
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.
The products with the custom attributes will be uploaded as shown below –
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
Be the first to comment.