Parts Cross-Reference by Article No

v2

EndpointId: API-GARL-006

Searches for all equivalent (cross-reference) parts across different suppliers using an article number and type (e.g., IAM, OEM, or EAN). Returns multiple matching articles with their IDs, numbers, product names, suppliers, and media files (images or PDFs).

Method: get

Parameters Specification

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

Example Value: 4
path
articleType enum Required

Example Value: Please-Select,ArticleNumber,IAMNumber,TradeNumber,OENumber,EAN
path
articleNo string Optional

Example Value: 0 242 236 561
path

Use this endpoint

GET https://auto-parts-catalog.apiprofile.com/api/artlookup/search-for-cross-numbers/lang-id/4/article-type/Please-Select/article-no/0%20242%20236%20561
curl -X GET 'https://auto-parts-catalog.apiprofile.com/api/artlookup/search-for-cross-numbers/lang-id/4/article-type/Please-Select/article-no/0%20242%20236%20561' \
  -H 'Accept: application/json' \
  -H 'x-apiprofile-key: YOUR_API_KEY'