Equivalent OEM Numbers

v2

EndpointId: API-PARO-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).

Detailed Implementation Reference

Duplicate with API-GARO-002

Method: post
Media Type: multipart/form-data

Parameters Specification

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

Example Value: 4
body
articleOemNo string Required

Example Value: 7700115294
body

Use this endpoint

POST https://auto-parts-catalog.apiprofile.com/api/articles-oem/all-equal-oem-no
curl -X POST 'https://auto-parts-catalog.apiprofile.com/api/articles-oem/all-equal-oem-no' \
  -H 'Accept: application/json' \
  -H 'x-apiprofile-key: YOUR_API_KEY' \
  -H 'Content-Type: application/json' \
  -d '{"langId":"4","articleOemNo":"7700115294"}'