Import Fitment Data
You can bulk-import fitment data for multiple products at once by uploading a CSV or Excel file directly in the Convermax app.
A sample .csv file is available for download.
Where to find the Import
Section titled “Where to find the Import”- Open the Convermax app in your store’s admin panel.
- Navigate to Fitment Editor in the navigation menu.
- In the Products section, click the Import button.
File format
Section titled “File format”Supported formats: .csv, .xls, .xlsx.
Each row represents one fitment entry for one product. A product can have multiple rows — one per fitment.
Product identification
Section titled “Product identification”Each row must identify the product using one of the following:
| Column | Description |
|---|---|
id | Product ID |
sku | Product SKU. Used when id is not provided. |
vendor or brand_name | Used together with sku to narrow down the match when multiple products share the same SKU. |
Fitment data
Section titled “Fitment data”Typically the required vehicle columns are Year, Make, Model. Additional columns such as Submodel, Engine, Bed, Body, Drive, etc. may also be supported depending on your fitment configuration.
You can attach a note to a fitment row by adding a Notes column with any text value.
Excluded fitment
Section titled “Excluded fitment”To exclude a fitment or override an existing one, set the Excluded column to Yes or True for that row.
Exclude a fitment:
id | Year | Make | Model | Excluded |
|---|---|---|---|---|
| 123 | 2020 | Ford | F-150 | True |
Update a fitment (exclude the old entry, add a replacement with a Submodel):
id | Year | Make | Model | Submodel | Excluded |
|---|---|---|---|---|---|
| 123 | 2020 | Ford | F-150 | True | |
| 123 | 2020 | Ford | F-150 | XLT |
Universal Fit
Section titled “Universal Fit”To mark a product as Universal Fit, add a row for that product with the Universal column set to Yesor True. Vehicle columns are not required for these rows.