OEM/OEM Cross-Reference through Aftermarket Parts

v2

EndpointId: API-GARL-003

Given an OEM number, returns other OEM/OES numbers that cross to it via aftermarket references. Output includes `countArticles` and a list of `{ crossManufacturerName, crossNumber }` pairs (e.g., Toyota/Lexus supersessions and equivalent OEMs).

Method: get

Parameters Specification

Parameter Field Type Constraints Description / Default Value Param Location
articleOemNo string Optional

Example Value: 553112L000
path

Use this endpoint

GET https://auto-parts-catalog.apiprofile.com/api/artlookup/search-for-the-oem-cross-references-through-aftermarket-parts-references/article-oem-no/553112L000
curl -X GET 'https://auto-parts-catalog.apiprofile.com/api/artlookup/search-for-the-oem-cross-references-through-aftermarket-parts-references/article-oem-no/553112L000' \
  -H 'Accept: application/json' \
  -H 'x-apiprofile-key: YOUR_API_KEY'