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,trackingnumberThe order of the columns doesn't matter.
The header is case-insensitive.