Marketplace ID Lookup
A special use case endpoint for our marketplace customers to find their own leads on AutoGrab systems.
Overview
Example Usage
/v2/vehicles/marketplace/?marketplace=autotrader.co.nz&marketplace_id=808159®ion=nz{
"success": true,
"vehicle": {
"id": "4969003601429068",
"region": "au",
"title": "2023 GWM Haval H6GT Ultra Auto 4WD",
"year": "2023",
"make": "GWM",
"model": "Haval H6GT",
"badge": "Ultra",
"series": "B03",
"model_year": null,
"release_month": 8,
"release_year": 2022,
"body_type": "SUV",
"body_config": null,
"transmission": "Dual Clutch Automatic (DCT)",
"transmission_type": "Automatic",
"wheelbase": null,
"wheelbase_type": null,
"fuel": "Petrol",
"fuel_type": "Petrol",
"engine": "Piston",
"engine_type": "Piston",
"drive": "AWD",
"drive_type": "Four Wheel Drive",
"num_doors": 5,
"num_seats": 5,
"num_gears": 7,
"num_cylinders": 4,
"capacity_cc": 1998,
"power_kw": 150,
"torque_nm": 320,
"range": 714,
"options": [
{
"detail": "Metallic Paint",
"price": 495
},
{
"detail": "Standard Paint",
"price": 0
}
]
}
}Limitations
Was this helpful?