Skip to content

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.

  1. Open the Convermax app in your store’s admin panel.
  2. Navigate to Fitment Editor in the navigation menu.
  3. In the Products section, click the Import button.

Supported formats: .csv, .xls, .xlsx.

Each row represents one fitment entry for one product. A product can have multiple rows — one per fitment.

Each row must identify the product using one of the following:

ColumnDescription
idProduct ID
skuProduct SKU. Used when id is not provided.
vendor or brand_nameUsed together with sku to narrow down the match when multiple products share the same SKU.

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:

skuYearMakeModelSubmodelNotes
BRK-22002020FordF-150XLTFront axle only
BRK-22002020FordF-150LariatFront axle only
BRK-22002021FordF-150XLTRequires adapter kit AK-100
EXH-34002019ChevroletCamaroSSDriver side; 3-inch piping
EXH-34002020ChevroletCamaroSS

To exclude a fitment or override an existing one, set the Excluded column to Yes or True for that row.

Exclude a fitment:

skuYearMakeModelExcluded
BRK-22002020FordF-150True

Update a fitment (exclude the old entry, add a replacement with a Submodel):

skuYearMakeModelSubmodelExcluded
BRK-22002020FordF-150
BRK-22002020FordF-150XLTTrue

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:

skuYearMakeModelSubmodelUniversal
BRK-22002020FordF-150XLT
BRK-22002021FordF-150XLT
BRK-22002022FordF-150Lariat
WHL-5500Yes
EXH-34002019ChevroletCamaro
EXH-34002020ChevroletCamaro
CLN-7700Yes
SUS-91002023ToyotaTacomaSR5

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.