CATALOGUE PROPRIED PRODUCTS CSV
What do you mean by CSV catalog?
CSV is the acronym of Comma Separated Value and is basically a correctly formatted text file. Each row inside it has a subdivision in columns, identifiable by separators such as, for example, comma, or other characters (such as “;”).
What's that for?
Through a CSV file you can popularize our ecommerce with the products we want to insert. The information contained in it will then be the product cards of our catalog. For those who have a wide catalog with many products to insert it is a great solution. The CMS of our platform provide the possibility to load CSV files but it is necessary to comply with precise rules. Let's see specifically how to load csvs in our ecommerce
In myStore016.com sellers who already use e-commerce structures can import their products through files in the following Formats: i'm sorry
Only UTF-8 and ISO 8859-1 are allowed
I Files must follow the following entries to be suitable and inserted without problems:
- Product ID
- Product name
- Category
- Reference code (product code )
- Brand
- Product image URL (direct import of the image produced by the seller's website)
- Short description
- Description
- Price included (sale price )
- Price (price that Mystore016 must send to the seller )
- Quantity
- Weight
- Height
- Width
- Depth
Who already uses an e-commerce site can create the CSV file by entering the product form and clicking on the export button.
Allowed formats: .xls, .xlsx, .xlst, .ods, .ots
Codificies are allowed only UTF-8 and ISO 8859-1