Article Specifications by Article IDs

v2

EndpointId: API-PAR-009

Get article specifications list by article ids

Method: post
Media Type: application/json

Parameters Specification

Parameter Field Type Constraints Description / Default Value Param Location
articleIds array Required

Example Value: 5522538,6822931,75733765
body
langId int Required

Example Value: 4
body

Use this endpoint

POST https://auto-parts-catalog.apiprofile.com/api/articles/get-article-specifications-list-of-articles-ids
curl -X POST 'https://auto-parts-catalog.apiprofile.com/api/articles/get-article-specifications-list-of-articles-ids' \
  -H 'Accept: application/json' \
  -H 'x-apiprofile-key: YOUR_API_KEY' \
  -H 'Content-Type: application/json' \
  -d '{"articleIds":"5522538","langId":"4"}'