Artlookup search for the OEM cross references through aftermarket parts references

v2

EndpointId: API-PARL-002

Artlookup search for the oem cross references through aftermarket parts references

Detailed Implementation Reference

Duplicate with API-GARL-003

Method: post
Media Type: multipart/form-data

Parameters Specification

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

Example Value: 4853009T50
body

Use this endpoint

POST https://auto-parts-catalog.apiprofile.com/api/artlookup/search-for-the-oem-cross-references-through-aftermarket-parts-references
curl -X POST 'https://auto-parts-catalog.apiprofile.com/api/artlookup/search-for-the-oem-cross-references-through-aftermarket-parts-references' \
  -H 'Accept: application/json' \
  -H 'x-apiprofile-key: YOUR_API_KEY' \
  -H 'Content-Type: application/json' \
  -d '{"articleOemNo":"4853009T50"}'