start now

In which format does MyOnlineStore export the stock list?

The stock list is exported in CSV format, which is nothing more than a plain text file with various fields separated by a semicolon (;). This file can be easily imported in all common spreadsheet programs.

The lines in this file feature the following fields:
"Article name";Stock;Delivery time;Price;"Combination"

The field 'Combination' refers only to products linked to one or more sets of product options. The stock-export file includes a separate line for each possible combination.

All double quotes (“) in the product name and the combination are replaced with single quotes (‘), because otherwise problems could occur during the import process.