search for analogue of spare parts by OEM number

v2

EndpointId: API-PARL-003

search for analogue of spare parts by OEM number

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: 553112L000
body

Use this endpoint

POST https://auto-parts-catalog.apiprofile.com/api/artlookup/search-for-analogue-of-spare-parts-by-oem-number
curl -X POST 'https://auto-parts-catalog.apiprofile.com/api/artlookup/search-for-analogue-of-spare-parts-by-oem-number' \
  -H 'Accept: application/json' \
  -H 'x-apiprofile-key: YOUR_API_KEY' \
  -H 'Content-Type: application/json' \
  -d '{"articleOemNo":"553112L000"}'