Part Criteria for Vehicle

v2

EndpointId: API-GAR-0012

Returns all technical and compatibility criteria for specific articles related to a selected vehicle - such as voltage, capacity, dimensions, and other specifications - helping identify which products fit that vehicle.

Method: get

Parameters Specification

Parameter Field Type Constraints Description / Default Value Param Location
typeId int Required

Example Value: 1
path
langId int Required

Example Value: 4
path
countryFilterId int Optional

Example Value: 63
path
productId int Optional

Example Value: 1
path
vehicleId int Optional

Example Value: 108275
path
supplierId int Optional

Example Value: 434
path

Use this endpoint

GET https://auto-parts-catalog.apiprofile.com/api/articles/selection-of-the-criteria-for-articles-and-vehicle/type-id/1/product-id/1/vehicle-id/108275/supplier-id/434/lang-id/4/country-filter-id/63
curl -X GET 'https://auto-parts-catalog.apiprofile.com/api/articles/selection-of-the-criteria-for-articles-and-vehicle/type-id/1/product-id/1/vehicle-id/108275/supplier-id/434/lang-id/4/country-filter-id/63' \
  -H 'Accept: application/json' \
  -H 'x-apiprofile-key: YOUR_API_KEY'