Search Articles by [Article Number] and [Supplier ID * optional]

v2

EndpointId: API-PAR-003

Search articles by article number and supplier ID

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
articleNo string Required

Example Value: HU 719/8 y
body
supplierId int Optional

Example Value: 4
body

Use this endpoint

POST https://auto-parts-catalog.apiprofile.com/api/articles/quick-article-search
curl -X POST 'https://auto-parts-catalog.apiprofile.com/api/articles/quick-article-search' \
  -H 'Accept: application/json' \
  -H 'x-apiprofile-key: YOUR_API_KEY' \
  -H 'Content-Type: application/json' \
  -d '{"langId":"4","articleNo":"HU 719/8 y","supplierId":"4"}'