List of Parts for Article ID

v2

EndpointId: API-GAR-0010

Returns all component parts that belong to a specific article, including active, discontinued, and on-demand items.

Method: get

Parameters Specification

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

Example Value: 4
path
countryFilterId int Optional

Example Value: 63
path
articleId int Optional

Example Value: 344
path

Use this endpoint

GET https://auto-parts-catalog.apiprofile.com/api/articles/list-of-parts-for-article/article-id/344/lang-id/4/country-filter-id/63
curl -X GET 'https://auto-parts-catalog.apiprofile.com/api/articles/list-of-parts-for-article/article-id/344/lang-id/4/country-filter-id/63' \
  -H 'Accept: application/json' \
  -H 'x-apiprofile-key: YOUR_API_KEY'