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.

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

Exclude a fitment:

idYearMakeModelExcluded
1232020FordF-150True

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

idYearMakeModelSubmodelExcluded
1232020FordF-150True
1232020FordF-150XLT

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.