Search Articles by EAN No

v2

EndpointId: API-GARL-007#3

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

Use this endpoint

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