Search for cross-references for replacement parts through OEM numbers

v2

EndpointId: API-PARL-001

Search for cross-references for replacement parts through OEM numbers

Detailed Implementation Reference

Duplicate with API-GARL-002

Method: post
Media Type: multipart/form-data

Parameters Specification

Parameter Field Type Constraints Description / Default Value Param Location
articleNo string Required

Example Value: 811357
body
supplierId int Required

Example Value: 5251
body

Use this endpoint

POST https://auto-parts-catalog.apiprofile.com/api/artlookup/search-for-cross-references-through-oem-numbers
curl -X POST 'https://auto-parts-catalog.apiprofile.com/api/artlookup/search-for-cross-references-through-oem-numbers' \
  -H 'Accept: application/json' \
  -H 'x-apiprofile-key: YOUR_API_KEY' \
  -H 'Content-Type: application/json' \
  -d '{"articleNo":"811357","supplierId":"5251"}'