Search Articles by Trade No

v2

EndpointId: API-GARL-007#5

Searches for articles using a specified Trade 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: 21664
query

Use this endpoint

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