Get OEM by Article ID

v2

EndpointId: API-PAR-008

Get Oem By List Of ArticleIds

Method: post
Media Type: application/json

Parameters Specification

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

**Enter MAX 100 Article IDs**

Example Value: 5522538,6822931,75733765
body

Use this endpoint

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