CSV Import
Bulk-load your product catalog or customer list from a CSV file. Files are validated first, then you review and confirm before anything is imported.
How It Works
- Go to Import in the sidebar
- Choose Import products or Import customers
- Download the CSV template or prepare your own file
- Upload the CSV file
- Review the validation results and preview
- Confirm the import
CSV Format — Products
Required column: name
Supported columns:
sku, description, unit, price, currency, tax rate (%), status
Example:
name,sku,price,unit,tax_rate_percent,status
Premium Widget,WB-001,250.00,unit,19,active
Installation Service,SVC-101,300.00,service,0,active
CSV Format — Customers
Required column: company_name
Supported columns:
contact_name, email, phone, address, tax_id, website, notes
Import Rules
- Max 2000 rows, max 2 MB per file
- First row must be a header row
- Only valid rows are imported
- Rows with errors are listed with error messages
- Duplicate SKUs are skipped (configurable)