Analog Spare Parts by OEM

v2

EndpointId: API-GARL-004

Use Analog Spare Parts by OEM (POST) - Retrieves all aftermarket or equivalent spare parts that match a given OEM number. Returns a large list of compatible articles, including supplier names, article numbers, the original manufacturer (crossManufacturerName), the corresponding OEM or IAM reference number, and the search relationship level (e.g., IAM→OEM or IAM→OEM→IAM).

Detailed Implementation Reference

we need to create same variant of this but with params as query not in url, and we remove this and API-PARL-004

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-analogue-of-spare-parts-by-oem-number/article-oem-no/553112L000
curl -X GET 'https://auto-parts-catalog.apiprofile.com/api/artlookup/search-for-analogue-of-spare-parts-by-oem-number/article-oem-no/553112L000' \
  -H 'Accept: application/json' \
  -H 'x-apiprofile-key: YOUR_API_KEY'