Get similar stock vehicles for FIN/VIN

GET {{baseUrl}}/stocksearch/vehicles/:vehicleId?locale=ar_OM

Get similar stock vehicles for a given 17-digit FIN/VIN. Data available for a limited number of markets only.

Request Params

KeyDatatypeRequiredDescription
localestring(Required) Market locale for country and language (ISO 3166 countries, ISO 639 languages).
Currently supported markets covered in the enum values.

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{"searchResults":[{"vehicle":{"identification":{"commissionNumber":"\u003cstring\u003e","referenceId":"\u003cstring\u003e","productCode":"\u003cstring\u003e","productGroup":"\u003cstring\u003e"},"description":{"model":"\u003cstring\u003e","bodyType":"\u003cstring\u003e","baumuster":"\u003cstring\u003e","longName":"\u003cstring\u003e","modelYear":"\u003cstring\u003e","changeYear":"\u003cstring\u003e"}},"score":{"esScore":"\u003cnumber\u003e","similarity":"\u003cnumber\u003e"}}]}