DealerMAX Developers
Vehicle not found
No visible active vehicle matching id_auto is available for this dealer and service.
Response shape
HTTP/1.1 404
Content-Type: application/problem+json
X-Request-ID: req_...
{
"type": "https://developers.dealermax.app/errors/vehicle_not_found",
"title": "Vehicle not found",
"status": 404,
"code": "vehicle_not_found",
"request_id": "req_..."
}
The response may include a human-readable detail field.
Validation failures also include an errors array with the
invalid parameters reported by FastAPI.
How to recover
Refresh GET /dealer/{service}/listing and use an id_auto returned there.
Related
Full catalog: https://developers.dealermax.app/errors. API reference: https://developers.dealermax.app/api.