List Product Names by Vehicle ID with Categories

v2

EndpointId: API-GCA-009

Returns a complete list of all available automotive product names with their corresponding product IDs and categories.

Method: get

Parameters Specification

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

Example Value: 1
query
vehicleId int Required

Example Value: 19942
query
langId int Required

Example Value: 4
query

Use this endpoint

GET https://auto-parts-catalog.apiprofile.com/api/category/type-id/<typeId>/list-products-names-with-category?typeId=1&vehicleId=19942&langId=4
curl -X GET 'https://auto-parts-catalog.apiprofile.com/api/category/type-id/<typeId>/list-products-names-with-category?typeId=1&vehicleId=19942&langId=4' \
  -H 'Accept: application/json' \
  -H 'x-apiprofile-key: YOUR_API_KEY'