Export Fitment Data
Here is an example request:
https://wheelwiz.myconvermax.com/search.csv?facet.0.field=brand_name&facet.0.selection=MaxTrac
Key Differences from a Regular Search:
-
search.csv
is used instead ofsearch.json
. -
The
VariantsMode=Expand
parameter is now automatically included in the request.There’s no need to set it manually, as it won’t affect the results.
-
The
pagesize=1000000
parameter is also automatically included.The
MaxPageSize: 10000
setting in the schema is ignored for CSV requests.
This approach works for any search type: with filters, by vehicle, by query…
Export URLs
-
For product export use
https://STORE_ID.myconvermax.com/search.csv
-
For fitment export use
https://STORE_ID.myconvermax.com/facets.csv
Examples of use:
Export products with No Fitment Data:
https://STORE_ID.myconvermax.com/search.csv?facet.0.field=Fitment&facet.0.selection=No-Fitment-Data
e.g., https://wheelwiz.myconvermax.com/search.csv?facet.0.field=Fitment&facet.0.selection=No-Fitment-Data
Export products by brand:
https://STORE_ID.myconvermax.com/search.csv?facet.0.field=BRAND_FIELD&facet.0.selection=BRAND_NAME
e.g., https://wheelwiz.myconvermax.com/search.csv?facet.0.field=vendor&facet.0.selection=Cooper
Export all Makes and Models:
https://STORE_ID.myconvermax.com/facets.csv?facet.0.field=Make&facet.1.field=Model
e.g., [https://wheelwiz.myconvermax.com/facets.csv?facet.0.field=Make&facet.1.field=Model](https://e.g., https://wheelwiz.myconvermax.com/facets.csv?facet.0.field=Make&facet.1.field=Model)
How to filter results
Just add a selection
for the facet whose values you want to filter:
https://STORE_ID.myconvermax.com/facets.csv?facet.0.field=Make&facet.0.selection=MAKE&facet.1.field=Model
e.g. only Jeep models,
How to generate a fitment coverage report
https://STORE_ID.myconvermax.com/facets.csv?facet.0.field=BRAND_FIELD&facet.1.field=Fitment&pivot=true
expands the last facet into columns.