List Accessory Parts by Article ID

v2

EndpointId: API-GAR-0011

Retrieves a list of accessory parts associated with a specific article, including article ID, number, status, product name, type information, and detailed fitting or construction criteria such as VIN ranges, material, dimensions, and vehicle compatibility.

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/selecting-list-of-accessories-list-for-the-article/article-id/344/lang-id/4/country-filter-id/63
curl -X GET 'https://auto-parts-catalog.apiprofile.com/api/articles/selecting-list-of-accessories-list-for-the-article/article-id/344/lang-id/4/country-filter-id/63' \
  -H 'Accept: application/json' \
  -H 'x-apiprofile-key: YOUR_API_KEY'