Article List by Vehicle ID & Category ID

v2

EndpointId: API-PAR-001

Returns all parts matching a specific vehicle and category, including each article’s ID, number, product name, supplier, product ID, and media/image info.

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
typeId int Required

Example Value: 1
body
vehicleId int Required

Example Value: 19942
body
categoryId int Required

Example Value: 100260
body

Use this endpoint

POST https://auto-parts-catalog.apiprofile.com/api/articles/list-articles
curl -X POST 'https://auto-parts-catalog.apiprofile.com/api/articles/list-articles' \
  -H 'Accept: application/json' \
  -H 'x-apiprofile-key: YOUR_API_KEY' \
  -H 'Content-Type: application/json' \
  -d '{"langId":"4","typeId":"1","vehicleId":"19942","categoryId":"100260"}'