Uploading Products

Only text files should be uploaded. Tab-separated (TSV), Comma-separated (CSV) and a few variants are supported. Excel files should be saved as tab separated files before uploading.

The first line should contain the field names, which are listed below, with brief explanations:

1 For example, if products are sold in packets of 10, then use order_qty_min=10 and order_qty_step=10. But if a customer can purchase any number from 10 upwards (eg. 11, 12, etc) then order_qty_min=10 and order_qty_step=1. Put another way, order_qty_step is the minimum additional number of items which can be purchased after the order_qty_min has been satisfied.

All fields may only be a single line of text (currenlty due to import format limitations). Some variation on field names is permitted, so avoid custom field names similar to those listed above.

The four custom fields can be named anything (the first four unrecognised field names will be accepted as custom fields), though they will currently be shown as "custom" in the iPhone app.