Importing Products from CSV
How to bulk-import products into your price list using a CSV file, including how to map CSV columns to product fields.
If you have a large price list, you can import products in bulk by uploading a CSV file. The import flow includes a column mapping step so your CSV does not need to follow a fixed format.
Who can import
The Import from CSV file... option is visible to users with the import products permission. If you have both add and import permissions, the import option appears in the overflow menu (⋮) next to the Add button.
Step 1 — Navigate to the import page
On the Manage Products page, click Import from CSV file... in the command bar (or the dropdown menu). This opens the Products Import page.
Step 2 — Upload your CSV file
On the import page, upload your CSV file using the file selector. The file is previewed before the import runs — no data is saved at this step.
Step 3 — Map your columns
After uploading, the column mapping interface appears. Each product field is listed on the left, and you select which column from your CSV corresponds to each field.
The product fields available for mapping are:
| Field | Description |
|---|---|
| Part Number | The product's unique identifier (required) |
| Description | Product description |
| Model / Category | The category name — must match an existing category name exactly |
| List Price | The base price |
| MSRP | Manufacturer's Suggested Retail Price |
| MOQ | Minimum Order Quantity |
| Tariff Surcharge | Tariff percentage |
Step 4 — Run the import
Once your columns are mapped, confirm and run the import. Products are created based on the mapped data. If a Part Number already exists for your organization, that row may be skipped or updated depending on the import behavior.
After the import
You are returned to the product list. New products appear in the list sorted by Part Number. Review the results and use the edit or delete actions on any entries that need correction.
Related: Products Overview | Adding a Product | Exporting Products to CSV