Import Tracking Numbers
The shipping department has a generic import option for importing tracking numbers from a CSV file to populate into the existing orders in the shipping department.
Â
Â
Clicking on the Import Tracking button will display the import tracking dialog window:
Â
Â
The CSV file has the following specifications:
- CSV (Comma Separated Variables)Â format (exampe: trackingnumbers.csv)
- The csv file should contain two columns with these headers (first row):Â
orderid
,trackingnumber
- The order of the columns doesn't matter.
- The header is case-insensitive.
Â
Â