Search Articles by OEM No

v2

EndpointId: API-GARL-007#2

Searches for articles using a specified OE number and returns matching articles with their core details, including article ID, article number, product name, supplier name, and supplier ID.

Method: get

Parameters Specification

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

Example Value: 4
query
articleNo string Required

Example Value: 7700115294
query

Use this endpoint

GET https://auto-parts-catalog.apiprofile.com/api/artlookup/search-articles-by-article-no?articleType=OENumber?langId=4&articleNo=7700115294
curl -X GET 'https://auto-parts-catalog.apiprofile.com/api/artlookup/search-articles-by-article-no?articleType=OENumber?langId=4&articleNo=7700115294' \
  -H 'Accept: application/json' \
  -H 'x-apiprofile-key: YOUR_API_KEY'