Overview
Import brand-owned buyers from a spreadsheet so reps can place orders without retyping accounts. Ordrly provides a sample CSV and an Instructions tab on the import modal.
Steps
- Go to Accounts.
- Click Download sample CSV and replace the example rows with yours.
- Click Import CSV.
- Use the Instructions tab if you need column definitions.
- Upload your file on the Upload tab and run the import.
Columns
| Column | Required? | What to enter |
|---|---|---|
name |
Yes | Store / buyer display name |
email |
No | Buyer contact email (unique per brand when set) |
phone |
No | Phone as plain text |
external_id |
No | Your CRM / SFA / ERP ID (best key for re-imports) |
dealer_type_handle |
No | Dealer Type handle/slug (e.g. wholesale), not the display name. Leave blank if unknown. Unrecognized handles are ignored. |
address_line1, address_line2, city, state, postal_code |
No | Default shipping address. Provide at least address_line1 to create/update an address. |
Find Dealer Type handles under Brand panel → Dealer Management.
How matching works
On each row, Ordrly prefers:
external_idmatch → update that Account- Else
emailmatch → update that Account - Else → create a new Account
Rows that start with # in the first cell are treated as comments and skipped.
Tips
- Start from Download sample CSV so headers stay correct.
- Keep
external_idstable across imports to avoid duplicates. - Only
nameis required; blank optional fields are fine. - After import, assign reps and (optionally) link Dealers before heavy order volume.
Was this article helpful?