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. Notes are displayed alongside the fitment entry and can be used to provide additional context such as installation instructions, compatibility remarks, or part-specific details.
Example with notes:
sku | Year | Make | Model | Submodel | Notes |
|---|---|---|---|---|---|
| BRK-2200 | 2020 | Ford | F-150 | XLT | Front axle only |
| BRK-2200 | 2020 | Ford | F-150 | Lariat | Front axle only |
| BRK-2200 | 2021 | Ford | F-150 | XLT | Requires adapter kit AK-100 |
| EXH-3400 | 2019 | Chevrolet | Camaro | SS | Driver side; 3-inch piping |
| EXH-3400 | 2020 | Chevrolet | Camaro | SS |
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:
sku | Year | Make | Model | Excluded |
|---|---|---|---|---|
| BRK-2200 | 2020 | Ford | F-150 | True |
Update a fitment (exclude the old entry, add a replacement with a Submodel):
sku | Year | Make | Model | Submodel | Excluded |
|---|---|---|---|---|---|
| BRK-2200 | 2020 | Ford | F-150 | ||
| BRK-2200 | 2020 | Ford | F-150 | XLT | True |
Universal Fit
Section titled “Universal Fit”Some products are designed to fit all vehicles regardless of Year, Make, or Model. To mark a product as Universal Fit, add a row for that product with the Universal column set to Yes or True. Vehicle columns are not required for universal fit rows.
Universal and vehicle-specific products can be mixed in the same file. A single product can even have both universal and vehicle-specific fitment rows if needed.
Example file with universal and vehicle-specific products:
sku | Year | Make | Model | Submodel | Universal |
|---|---|---|---|---|---|
| BRK-2200 | 2020 | Ford | F-150 | XLT | |
| BRK-2200 | 2021 | Ford | F-150 | XLT | |
| BRK-2200 | 2022 | Ford | F-150 | Lariat | |
| WHL-5500 | Yes | ||||
| EXH-3400 | 2019 | Chevrolet | Camaro | ||
| EXH-3400 | 2020 | Chevrolet | Camaro | ||
| CLN-7700 | Yes | ||||
| SUS-9100 | 2023 | Toyota | Tacoma | SR5 |
In this example:
- BRK-2200, EXH-3400, and SUS-9100 have vehicle-specific fitments.
- WHL-5500 and CLN-7700 are marked as Universal Fit and will appear in search results for any vehicle.