Equivalent OEM Numbers

v2

EndpointId: API-GARO-002

Retrieves all equivalent OEM numbers for a given article OEM number, listing all related articles along with their associated OEM brands and display numbers (e.g., HYUNDAI, KIA).

Method: get

Parameters Specification

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

Example Value: 4
path
articleOemNo string Optional

Example Value: 7700115294
path

Use this endpoint

GET https://auto-parts-catalog.apiprofile.com/api/articles-oem/search-all-equal-oem-no/lang-id/4/article-oem-no/7700115294
curl -X GET 'https://auto-parts-catalog.apiprofile.com/api/articles-oem/search-all-equal-oem-no/lang-id/4/article-oem-no/7700115294' \
  -H 'Accept: application/json' \
  -H 'x-apiprofile-key: YOUR_API_KEY'