View Categories

Load orders from an Excel file

< 1 min read

Table of Contents

If you need to import an excel file containing other orders into AtomicSeller, thats possible 

The data file must be in an Excel file format (.xls and .xlsx will work, but .csv and .txt will not).

AtomicSeller uses column headers to import data and store it in the AtomicSeller database. 

AtomicSeller will only extract data from known Excel column Headers.

Before importing an Excel file containing your orders and addresses, AtomicSeller will first :

  • Check your columns’ validity and display a warning if some columns are unknown
  • Check for duplicate orders (if an OrderKey in the excel file is the same than one already present in your AtomicSeller database)
  • Import the data from known Excel column Headers and skip data corresponding to unknown column headers.

NB:

  • The order of the headers has no matter.
  • If some fields are empty, your default settings value will replace the empty values as:
    • Parcel weight
    • Carrier product code
    • Sender address, phone number, email

For the other non-default values, AtomicSeller will leave them blank. 

#

Powered by BetterDocs