Search Articles by IAM No

v2

EndpointId: API-GARL-007#4

Searches for articles using a specified IAM 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: BSG 40-300-064
query

Use this endpoint

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