? How VINs Go Live on the Console – Quick Overview
To make a vehicle (VIN) visible on the Console, it must be pushed through our Inventory API with all required details and marked as ACTIVE.
? API Endpoint to Push / Activate VIN
➤ Create or Update VIN
POST https://api.spyne.ai/v1/inventory/vehicles
➤ Make Existing VIN Live
PATCH https://api.spyne.ai/v1/inventory/vehicles/{vin}
Sample Payload to Go Live
{ "status": "ACTIVE", "publishToConsole": true }
✅ Required Details for VIN to Go Live
Valid 17-character VIN
Year, Make, Model
Price (greater than 0)
Status set to ACTIVE
Media processed (if applicable)
? How the Process Works
VIN is submitted via API.
System validates required fields.
Media is processed.
If everything is valid and status = ACTIVE, VIN becomes LIVE on the Console.
⚠ Common Reasons a VIN May Not Go Live
Missing required fields (price, model, etc.)
Invalid VIN format
Status not set to ACTIVE
Media still processing
Mapping mismatch (make/model)
? How to Check
Search the VIN directly on the Console.
If it does not appear, please share the VIN number with our support team for verification.
Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article