Article Details by Article ID & Language ID

v2

EndpointId: API-PAR-002

Retrieves detailed product information for a specific article in the selected language, including specifications, supplier data, EAN code, and OEM cross-references.

Method: post
Media Type: multipart/form-data

Parameters Specification

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

Example Value: 4
body
articleId int Required

Example Value: 6925928
body

Use this endpoint

POST https://auto-parts-catalog.apiprofile.com/api/articles/details
curl -X POST 'https://auto-parts-catalog.apiprofile.com/api/articles/details' \
  -H 'Accept: application/json' \
  -H 'x-apiprofile-key: YOUR_API_KEY' \
  -H 'Content-Type: application/json' \
  -d '{"langId":"4","articleId":"6925928"}'