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
Key | Datatype | Required | Description |
---|---|---|---|
locale | string | (Required) Market locale for country and language (ISO 3166 countries, ISO 639 languages). | |
Currently supported markets covered in the enum values. |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
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"}}]}