VinSearchCriteria
Search criteria using Vehicle Identification Number (VIN). VIN is decoded to retrieve vehicle details automatically.
- vinType: stringmin length:17max length:17required
17-character Vehicle Identification Number. Required. The VIN is decoded to retrieve vehicle make, model, year, and trim.
- mileageType: integerFormat: int32
Current vehicle odometer reading in miles. Required. Must be between 1 and 250,000.
- stateType: string | null
Short Name Two-letter US state code (e.g., "NY", "CA", "TX"). Required if zip is not provided.
- zipType: string | null
5-digit US ZIP code. Required if stateShortName is not provided. ZIP takes precedence over state for location-based pricing.