Artlookup search for analog spare parts by the articles numbers

v2

EndpointId: API-PARL-004

Artlookup search for analog spare parts by the articles numbers

Detailed Implementation Reference

Duplicate with API-GARL-005

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
langId int Required

Example Value: 4
body
articleNo string Required

Example Value: 1900
body

Use this endpoint

POST https://auto-parts-catalog.apiprofile.com/api/artlookup/search-for-analog-spare-parts-by-the-articles-numbers
curl -X POST 'https://auto-parts-catalog.apiprofile.com/api/artlookup/search-for-analog-spare-parts-by-the-articles-numbers' \
  -H 'Accept: application/json' \
  -H 'x-apiprofile-key: YOUR_API_KEY' \
  -H 'Content-Type: application/json' \
  -d '{"articleOemNo":"553112L000","langId":"4","articleNo":"1900"}'