Search For Cross-numbers

v2

EndpointId: API-PARL-005

Search For Cross-numbers

Method: post
Media Type: multipart/form-data

Parameters Specification

Parameter Field Type Constraints Description / Default Value Param Location
langId int Required

Example Value: 4
body
articleNo string Required

Example Value: 0 001 106 011
body
articleType enum Required

Example Value: Please-Select,ArticleNumber,IAMNumber,TradeNumber,OENumber,EAN
body

Use this endpoint

POST https://auto-parts-catalog.apiprofile.com/api/artlookup/search-for-cross-numbers
curl -X POST 'https://auto-parts-catalog.apiprofile.com/api/artlookup/search-for-cross-numbers' \
  -H 'Accept: application/json' \
  -H 'x-apiprofile-key: YOUR_API_KEY' \
  -H 'Content-Type: application/json' \
  -d '{"langId":"4","articleNo":"0 001 106 011","articleType":"Please-Select"}'