OEM Parts by Vehicle ID

v2

EndpointId: API-GARO-004

Use OEM Parts by Vehicle ID (POST) - Retrieves a list of OEM part numbers and corresponding product group descriptions for a specific vehicle modification, including details such as OEM number and product name (e.g., air filter, oil filter cap, engine oil).

Method: get

Parameters Specification

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

Example Value: 1
path
vehicleId int Optional

Example Value: 1026
path
langId int Optional

Example Value: 4
path
searchParam string Optional

Example Value: filter
path

Use this endpoint

GET https://auto-parts-catalog.apiprofile.com/api/articles-oem/selecting-oem-parts-vehicle-modification-description-product-group/type-id/1/vehicle-id/1026/lang-id/4/search-param/filter
curl -X GET 'https://auto-parts-catalog.apiprofile.com/api/articles-oem/selecting-oem-parts-vehicle-modification-description-product-group/type-id/1/vehicle-id/1026/lang-id/4/search-param/filter' \
  -H 'Accept: application/json' \
  -H 'x-apiprofile-key: YOUR_API_KEY'