Search Articles by Article No (V3) - partial match

v1.0

EndpointId: API-PARTID-002

Search Articles by Article No (V3) - partial match

Method: get

Parameters Specification

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

Example Value: 4
query
articleType string Optional

Example Value: ArticleNumber
query
articleNo string Optional

Example Value: 0 242 236 561
query

Use this endpoint

GET https://auto-parts-catalog.apiprofile.com/api/v3/part-identifier/search-articles-by-article-no?langId=4&articleType=ArticleNumber&articleNo=0+242+236+561
curl -X GET 'https://auto-parts-catalog.apiprofile.com/api/v3/part-identifier/search-articles-by-article-no?langId=4&articleType=ArticleNumber&articleNo=0+242+236+561' \
  -H 'Accept: application/json' \
  -H 'x-apiprofile-key: YOUR_API_KEY'