Cross-References through OEM numbers by Article Id

v2

EndpointId: API-GARL-008

Given an aftermarket part number (optionally narrowed by supplier), returns its cross-references - OEM/OES numbers and related IAM equivalents - along with the base article brand/number, the search path (e.g., “IAM → OEM” / “IAM → OEM → IAM”), and any available media info.

Detailed Implementation Reference

This Endpoint is a substitue for API-GARL-002 endpoint, which use ArticleNo, here logic is chaged and we query by articleId

Method: get

Parameters Specification

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

Example Value: 1156787
query
supplierId int Optional

Example Value: 6896
query

Use this endpoint

GET https://auto-parts-catalog.apiprofile.com/api/artlookup/search-for-cross-references-through-oem-numbers-by-article-id?articleId=1156787&supplierId=6896
curl -X GET 'https://auto-parts-catalog.apiprofile.com/api/artlookup/search-for-cross-references-through-oem-numbers-by-article-id?articleId=1156787&supplierId=6896' \
  -H 'Accept: application/json' \
  -H 'x-apiprofile-key: YOUR_API_KEY'