Customer Data
For a direct-to-consumer business, customer data is obviously the core -- and accuracy matters! We strongly recommend that you take the time to review your customer data prior to importing it!
The fields we import are as follows:
Billing
bill_email
-- (required; unique) the email address for the personname_first
-- the person's first namename_last
-- the person's last namepartner
-- the name of the person's partnersalutation
-- the preferred way to address them (for example, "William" might prefer to be addressed as "Bill"; "Lucinda and Stephan" might prefer "Lucy & Steve")bill_dob
-- the person's birthdate (in the formYYYY-MM-DD
); this is very important for compliance, so if you aren't sure, leave it blank!bill_addr1
-- the person's billing address, including street numberbill_addr2
-- additional information, such as company name or apartment numberbill_postal
-- Zip or Zip+4bill_city
andbill_state
bill_phone
-- 10-digit phone number, or formatted:(800) 555-1212
crm_note1
andcrm_note2
-- (optional) inserts a note into the person's CRM; very useful for declaring where the data came from
Shipping
ship_name
-- the ship-to individualship_addr1
,ship_addr2
,ship_city
,ship_state
,ship_postal
,ship_phone
ship_addr_type
-- eitherresidential
(the default) orcommercial
- shipping charges are typically lower, and delivery success higher, for commercial addresses
ship_email
-- optional; may be used to send tracking updates- if you have an alternate ship-to address (a summer home, for example), the field names are the same, but with a
2
appended:ship_name2
- if so, set
which_ship
toship
orship2
to reflect the current preference; it's easy for you or the person to change that setting
- if so, set
ship_method
-- the person's preferred shipping method- options are
pickup
,ground
,3_day
,2_day
,next_day
- set to
ground
if not specified
- options are
You can find the template spreadsheet for importing customer data HERE
Updated almost 3 years ago