Yes, csv (comma separated values) files are supported.
Here's the column format and order in which product/SKU info can be added to the csv file for upload:
- Category - Text - eg. Flour
- Sub-Category - Text - eg. Wheat Flour
- Brand - Text - eg. Aashirvaad
- Name - Text - eg. Aashirvaad Shudh Chakki Atta
- Description - Text
- Quantity (in 1 SKU) - Decimal - eg. 10
- Unit (of 1 SKU) - Text - eg. kg
- MRP (₹) - Decimal - eg. 449
- Price (₹) - Decimal - eg. 415
Example csv file entries:
Category,Sub-Category,Brand,Name,Description,Quantity,Unit,MRP,Price
Flour, Wheat Flour,Aashirvaad, Aashirvaad Shudh Chakki Atta, Shudh Chakki Atta, 10,kg,449,415
The above format results in addition of Aashirvaad Shudh Chakki Atta 10kg with MRP of 449₹ and discounted price of 415₹ to the store.
Notes:
- First line should always contain headers in the exact format as shown above in the example
- Order of columns should match exactly as shown in the example