Article Details by Article ID

v2

EndpointId: API-PAR-005

Returns detailed technical information for a specific article identified by its unique ID, including product specifications, OEM cross-references, EAN code, and supplier details.

Method: post
Media Type: multipart/form-data

Parameters Specification

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

Example Value: 1
body
langId int Required

Example Value: 4
body
countryFilterId int Required

Example Value: 63
body
articleId int Required

Example Value: 131540
body

Use this endpoint

POST https://auto-parts-catalog.apiprofile.com/api/articles/article-id-complete-details
curl -X POST 'https://auto-parts-catalog.apiprofile.com/api/articles/article-id-complete-details' \
  -H 'Accept: application/json' \
  -H 'x-apiprofile-key: YOUR_API_KEY' \
  -H 'Content-Type: application/json' \
  -d '{"typeId":"1","langId":"4","countryFilterId":"63","articleId":"131540"}'