If you select „CSV Import“ from the menu, you can import a CSV file where data are separated by a comma, semicolon, or any other interpuction of your choice. As long as it is the same for every line. If the file contains valid item numbers (SKU), they will be directly added to your shopping cart together with the requested quantities. The file must have the following structure:
sku,quantity
1524,25
207640,3
5474,10
Will add 25 pieces of item 1524, 3 pieces of item 207640 and 10 pieces of item 5474 to your cart
Another example that will also work, this time with semicolon:
sku;quantity
1524;25
207640;3
5474;10