Cross-References by Article ID

v2

EndpointId: API-GARL-001

Returns a list of cross-referenced parts for a given article ID, including equivalent aftermarket and OEM references with details such as article number, supplier name, product name, and article ID where available.

Method: get

Parameters Specification

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

Example Value: 4
path
articleId int Optional

Example Value: 1878343
path

Use this endpoint

GET https://auto-parts-catalog.apiprofile.com/api/artlookup/select-article-cross-references/article-id/1878343/lang-id/4
curl -X GET 'https://auto-parts-catalog.apiprofile.com/api/artlookup/select-article-cross-references/article-id/1878343/lang-id/4' \
  -H 'Accept: application/json' \
  -H 'x-apiprofile-key: YOUR_API_KEY'