Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 6 Next »

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.

 

Main Menu Order Processing Shipping Departments → "Import Tracking" (button)

 

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.

 

 

  • No labels