Appearance
/searches
Searches
Release Notes
March 3, 2023
Added API updates and changes to support the v10 migration.
July 11, 2022
Updated various request and response parameters. Added clarifications on grant_types to be used with certain scopes. Removed references to outdated channels. Fixed various typos.
April 25, 2022
Added Authentication & Authorization section
October 20, 2021
Make API available to non-Cox Automotive consumers using scopes search:third-party and search:buyer-seller
Overview
The Searches API allows users to search for vehicle listings and obtain detailed information about these vehicles from various Manheim sources of inventory, such as Simulcast, OVE, and Manheim Express. In addition to the Searches endpoint, there are Taxonomy and Sort Options endpoints that allow users to further refine their searches with standardized values through the Searches API. For further details on Taxonomy, see Taxonomy.
Version 10 Upgrade
The Search and Recommendations APIs will switch from v9 to v10. Changes are highlighted below.
V10 attribute changes
| engineDisplacement, msrp, and warranty will be added as new fields in v10 |
| isManheimFacilitated, a new field available in v10, indicates that the location listed is a Manheim facilitated location |
| titleBrandings is a new field available in v10. Title brandings are set by the state in which the vehicle is registered, and can have many values per vehicle, varying widely from state to state. Manheim has grouped common values into 12 standard descriptions, which can be found in the Example Response section. |
| Autocheck fields will no longer be available via API and can be viewed on the Manheim.com listing |
Deprecated Fields
| Deprecated Field | Replaced With |
|---|---|
auctionComments | |
fuelType | |
startCrOrSd | startCR |
stopCrOrSd | stopCR |
priorPaint |
How to upgrade to v10
NOTE: Once version 9 is deprecated, all traffic will be routed to version 10. The API version used can be specified in the request header.
| v9 | v10 |
|---|---|
Accept: application/vnd.manheim.v9+json | Accept: application/vnd.manheim.v10+json |
Content-Type: application/vnd.manheim.v9+json | Content-Type: application/vnd.manheim.v10+json |
Authentication & Authorization
To use this API, you must have a Mashery API Package Key that is active with the search:buyer-seller or search:third-party scope assigned to it. When requesting an access token for this API, use the client_credentials grant type with the search:third-party scope or the password grant type with the search:buyer-seller scope.
The request header must include the Authorization key with a value of Basic followed by your Base64 encoded Mashery key:secret pair. Note that you must Base64 encode your Mashery key:secret. For details of how to do this refer to Preparing the Authorization Header.
| Attribute | Value(s) |
|---|---|
| Authorization | Basic |
| Content-Type | application/x-www-form-urlencoded |
| grant_type | password (for buyer-seller scope only) or client_credentials |
| username | Manheim.com username (For use with password grant_type ONLY) |
| password | Manheim.com password (For use with password grant_type ONLY) |
| scope | search:buyer-seller or search:third-party |
NOTE: For users with the search:buyer-seller scope, the grant_type "password" should be used.
Example cURL for search:buyer-seller:
curl --location --request POST 'https://api.manheim.com/oauth2/token.oauth2' \
--header 'Authorization: Basic aDNod2dtNDQ0NWtqenB0XXXXXXXXXXXXX=' \
--header 'Content-Type: application/x-www-form-urlencoded' \
--data-urlencode 'grant_type=password' \
--data-urlencode 'username=manheimUsername' \
--data-urlencode 'password=manheimPassword' \
--data-urlencode 'scope=search:buyer-seller'Example cURL for search:third-party:
curl --location --request POST 'https://api.manheim.com/oauth2/token.oauth2' \
--header 'Authorization: Basic aDNod2dtNDQ0NWtqenB0XXXXXXXXXXXXX=' \
--header 'Content-Type: application/x-www-form-urlencoded' \
--data-urlencode 'grant_type=client_credentials' \
--data-urlencode 'scope=search:third-party'For details on how to request a token and additional information on authentication and authorization, please refer to Authentication and Authorization.
Endpoints
The Searches APIs include the following 3 endpoints for API consumers who use scopes search:buyer-seller and search:third-party.
- POST -
/searches - GET -
/searches/sortOptions - GET -
/search/taxonomy
Searches
Create a Search
The Create Search API allows API consumers to create and retrieve a unique ID for a search performed with the ** Searches** API.
Endpoint
POST - https://api.manheim.com/searches
Common Return Codes
The Searches API generally returns standard HTTP status codes.
| Response Code | Description | Possible Next Actions |
|---|---|---|
| 201 Created | Successful response that includes a location “href” URL with the system-generated search ID | No action necessary |
| 400 Bad Request | Required parameter is invalid or missing | Correct the data error mentioned in the response and resubmit |
| 401 Unauthorized | Access denied due to incorrect credentials, malformed API token, or because user does not have access | Validate the token or contact us for API access |
| 403 Forbidden | Request denied because user does not have authorization | Check the URL or the method of the request and resubmit; if 403 persists, contact Manheim |
| 404 Not Found | Data specified in the request was not found | Modify request and resubmit |
| 500 Server Error | Critical error prevented the requested data from being retrieved; response may include details about the error's cause. | Verify and modify the request if necessary and resubmit; if error persists, data may not be available |
Request Parameters
If the field is described as an array, then the field can contain any number of values, and each value should be listed in its own entry.
| Field | Type | Notes |
|---|---|---|
| asIs | Boolean | true or false |
| auctionIds | String Array | Manheim’s auction IDs |
| beforeAuctionEndTime | Boolean | Limits search to vehicles where current timestamp <= auctionEndTime |
| biddable | Boolean | true or false, enables biddable vehicles |
| buyable | Boolean | true or false, enables buyable vehicles |
| canTakeOffers | Boolean | true or false, identifies if vehicle can accept offers |
| carrier | String | Wireless carrier of the recipient used for sending saved search alerts when notificationMethod = sms |
| closedSale | Boolean | true or false, enables closedSale vehicles |
| conditionTypeIds | String Array | Condition Types (response from Search Taxonomy API: Get Condition Types endpoint) |
| driveTrainIds | String Array | Drive-train ids (response from Search Taxonomy API: Get Drivetrains endpoint) |
| endingSoon | Integer | Limits search to vehicles ending within the number of days specified |
| engineFuelTypeIds | String Array | Engine fuel type ids (response from Search Taxonomy API: Get Fuel Types endpoint) |
| engineTypeIds | String Array | Engine type ids (response from Search Taxonomy API: Get Engines endpoint) |
| equipments | String Array | Equipments |
| eventSaleIds | Number Array | Event sale ids filter |
| excludeFilters | String Array | Contains a list of filter names to negatively filter. Currently "sellerNames" is the only valid entry for this field. |
| executeNow | Boolean | When true, create a saved search AND execute the search immediately (just like subsequently calling the /execute endpoint) |
| exteriorColorIds | String Array | Exterior color ids (response from Search Taxonomy API: Get Exterior Colors endpoint) |
| facetSize | Integer | Number of facets to return |
| facets | String Array | Return list of facets |
| facilitationLocationIds | String Array | Facilitation location ids (response from Search Taxonomy API: Get Facilitation Locations endpoint) |
| fields | String Array | Return list of fields |
| firstTimeListed | Boolean | Vehicle listed for the first time |
| floorPriceMessage | String | Floor Price Message no_floor_price, floor_price_met, floor_price_not_met |
| fromYearId | String | Year Id min in yyyy format |
| hasConditionGradeNumeric | Boolean | true or false |
| hasFrameDamage | Boolean | Return listings with or without frame damage |
| hasImages | Boolean | Has Images |
| hasSellerDisclosure | Boolean | true or false |
| includeAllFields | Boolean | Include all available fields true or false |
| includeAllListings | Boolean | Include All Listings |
| includeEnrichments | Boolean | Include all available enrichments in the result |
| includeFacets | Boolean | Summary counts for each attribute; true or false |
| includeFilters | Boolean | Include search filters true or false |
| includeImages | Boolean | Include all available images in the result |
| includeSortOptions | Boolean | Include sort options true or false |
| interiorColorIds | String Array | Interior color ids (response from Search Taxonomy API: Get Interior Colors endpoint) |
| interiorTypeIds | String Array | Interior type ids (response from Search Taxonomy API: Get Interior Types endpoint) |
| inventorySourceIds | String Array | Inventory Source ids (response from Search Taxonomy API: Get Inventory Sources endpoint) |
| isCertified | Boolean | If Vehicle is OVE certified |
| keyword | String | Character string used to filter the search. The keyword search is performed on the following attributes: Vehicle Type, Year ,Make ,Model ,Trim ,Transmission ,Drive Train, Engine,Exterior Color, Fuel Type, Interior Color, Top Type, Facilitation Location, Pickup Region, Status" |
| laneNumbers | Integer Array | Auction lane numbers |
| lattLong | Decimal Array | Four coordinates (latitude, longitude, latitude, longitude) that define opposite corners of a rectangle to encompass the search (response from Search Reference API:Get Zip Code Coordinates endpoint) |
| limit | Integer | Number of documents to return |
| listedOnOrAfter | String | UTC timestamp used to request units listed on or after the time specified |
| locationFullZipcodes | String Array | List of location full zip codes |
| locationStates | String Array | List of location states |
| makeModelTrimIds[x].makeId | String | Make taxonomy id |
| makeModelTrimIds[x].modelId | String | Model taxonomy id |
| makeModelTrimIds[x].trimId | String | Trim taxonomy id |
| newlyListed | Integer | Include vehicles created in last X days |
| odometerCheckOK | Boolean | Is the odometer functioning? true=yes, false=no |
| passengerCapacities | Integer Array | Passenger capacity number |
| pickupLocationStates | String Array | List of pick up location states |
| pickupLocationZipcodes | String Array | List of pick up location zip codes |
| pickupLocations | String Array | Pickup locations |
| pickupRegionIds | String Array | Pickup region ids (response from Search Taxonomy API: Get Pickup Regions endpoint) |
| vehicleLocationDescriptions | String Array | Vehicle location descriptions such as At Dealership, Onsite, In Transit, and others |
| previouslyCanadianListing | Boolean | Previously Canadian Listing |
| promotions | String Array | Promotion Names |
| radius | Integer | Value for distance from zip/postal code (Use only when one zip code is submitted) |
| radiusUnits | String | miles=mi kilometers=km (Use only when radius value is submitted) |
| runNumber | Integer | Auction run number |
| saleDates | String Array | Sale Dates |
| saleIds | String Array | saleIds is the unique identifier for an auction and sale date for Simulcast listings. In AS400 they are called saleHid |
| salvageVehicle | Boolean | true or false |
| sellerNames | String | Seller names |
| sellerTypes | String | Seller types (response from Searches API:Get OVE sellerTypes endpoint) |
| showOnlyAutograde | Boolean | Show only Autograde listings true or false |
| sortOptions | String | Sort options (response from Searches API:Get Search Sort Options endpoint) |
| sourceInventoryIds | String Array | Source Inventory Ids |
| sources | String Array | Inventory Sources (ODS, OVE) |
| start | Integer | Start offset of the result |
| startAutocheckScore | Integer | Beginning Autocheck score (accepts -1 as parameter to include null values) |
| startBuyNowPrice | Integer | Beginning Buy Now Price, 1-1000000 (accepts -1 as parameter to include null values) |
| startCr | Double | Beginning Condition ratingR 8-byte numeric floating value, 0-5 digits (accepts -1 as parameter to include null values) |
| startCrOrSd | Double | Beginning Condition rating or Seller disclosure grade 8-byte numeric floating value, 0-5 digits (accepts -1 as parameter to include null values) |
| startDoorCount | Integer | Beginning door count (accepts -1 as parameter to include null values) |
| startNumberOfAccidents | Integer | Beginning number of accidents (accepts -1 as parameter to include null values) |
| startOdo | Integer | Beginning odometer reading, 0-8 digits (accepts -1 as parameter to include null values) |
| startOwnerCount | Integer | Beginning Owner count (accepts -1 as parameter to include null values) |
| statusIds | String Array | Status ids (response from Search Taxonomy API: Get Status endpoint) |
| stopAutocheckScore | Integer | Ending Autocheck score (accepts -1 as parameter to include null values) |
| stopBidOrBuyNowPrice | Integer | Ending Bid or Buy Now Price, 1-1000000 (accepts -1 as parameter to include null values) |
| stopBidPrice | Integer | Ending Bid Price, 1-1000000 (accepts -1 as parameter to include null values) |
| stopBuyNowPrice | Integer | Ending Buy Now Price, 1-1000000 (accepts -1 as parameter to include null values) |
| stopCr | Double | Ending Condition rating 8-byte numeric floating value, 0-5 digits (accepts -1 as parameter to include null values) |
| stopCrOrSd | Double | Beginning Condition rating or Seller disclosure grade 8-byte numeric floating value, 0-5 digits (accepts -1 as parameter to include null values) |
| stopDoorCount | Integer | Ending door count (accepts -1 as parameter to include null values) |
| stopNumberOfAccidents | Integer | Ending number of accidents (accepts -1 as parameter to include null values) |
| stopOdo | Integer | Ending odometer reading, 0-8 digits (accepts -1 as parameter to include null values) |
| stopOwnerCount | Integer | Ending owner count (accepts -1 as parameter to include null values) |
| titleAndProblemCheckOK | Boolean | Are there any title problems? true=no problems, false=problems with title |
| titleStates | String Array | Title states |
| titleStatusIds | String Array | Title status ids (response from Search Taxonomy API: Get Title Statuses endpoint) |
| toYearId | String | Year Id max in yyyy format |
| topTypeIds | String Array | Top type ids (response from Search Taxonomy API: Get Top Types endpoint) |
| transmissionIds | String Array | Transmission ids (response from Search Taxonomy API: Get Transmissions endpoint) |
| trimIds | String Array | Vehicle trim ids (response from Search Taxonomy API: Get Vehicle Trims endpoint) |
| vehicleSubTypeIds | String Array | Vehicle sub-type (response from Search Taxonomy API: Get Vehicle Types endpoint) |
| vehicleTypeIds | String Array | Vehicle type (response from Search Taxonomy API: Get Vehicle Types endpoint) |
| vehicleUseAndEventCheckOK | Boolean | Are there problems with events and usage of the vehicle? true=no problems, false = problems |
| vins | String Array | Array of Vins |
| yearIds | String Array | Array of year ids for fromYear and toYear field values (ids retrieved from response to Search Taxonomy API: Get Vehicle Years endpoint |
| zips | String Array | Zip/postal codes (response from Search Reference API:Get Zip Code Coordinates endpoint) |
| listingIds | String Array | Filter listings by a list of listingId values |
| isPublicListing | Boolean | true or false filter AS400 listings. Default false |
Response Fields
Below are all the possible fields that could be returned from a call to the Searches API. The specific fields in the response will be based on the assigned scope and data available.
| Searches API Field Name | Description |
|---|---|
| auctionId | Manheim's code for auction |
| locationCity | Auction city for OVE |
| locationZipcode | For OVE, the zip code of the location of the vehicle |
| auctionStartTime | For both OVE and Simulcast, the time the auction begins |
| auctionEndTime | For OVE, the time the listing end. For Simulcast, the end of day for the auction sale day |
| facilitatingAuction | The auction handling paperwork and sale, not necessarily physical location |
| facilitationLocation | Address if available |
| facilitationServiceProviderCode | Manheim's code for auction |
| facilitationServiceProviderName | Full name, often same as facilitatingAuction, |
| eventSaleId | Identifier for event sales in OVE |
| eventSaleName | Name of event sale in OVE |
| laneNumber | Auction lane where the vehicle is being sold |
| runNumber | The sequential number within the lane where the vehicle is being sold |
| saleDate | The date of the sale, or for OVE if a multi-day sale, the start date of the sale |
| saleNumber | Numeric sequential number that identifies a particular sale at a particular auction |
| saleYear | Year the sale takes place, when combine with the saleNumber and an auctionID it uniquely identifies the specific sale |
| sellerName | Name of the seller of the vehicle |
| vin | The vehicle's VIN |
| year | The year of the vehicle |
| make | Make of vehicle |
| models | Model of vehicle (standardized thru taxonomy) |
| trims | Trims of vehicle (standardized thru taxonomy) |
| equipment | List of equipment included on the vehicle |
| mmrPrice | The price after MMR adjustment |
| odometer | Current odometer reading of vehicle |
| offsite | A flag to indicate if the vehicle is present at the auction |
| pickupLocationCity | If not at an auction, the location city where the vehicle can be picked up after a sale |
| pickupLocationState | If not at an auction, the location state where the vehicle can be picked up after a sale |
| pickupLocationZipcode | If not at an auction, the location zip code where the vehicle can be picked up after a sale |
| pickupRegion | Geographic reason within Canada and the US of the location of the vehicle |
| odometerUnits | Whether the odometer is miles or km |
| asIs | A flag to indicate that the vehicle is sold as is |
| announcements | Information announced at the auction during the sale |
| isCertified | A flag set for limited Volkswagon and Audi only to indicate that it's a certified vehicle |
| frameDamage | A flag to indicate if there is frame damage to the vehicle |
| hasAirConditioning | Flag to indicate if there is air conditioning |
| hasConditionReport | Flag to indicate if a condition report exists for the vehicle |
| priorPaint | A flag to indicate if there was prior paint for the vehicle |
| salvageVehicle | A flag to indicate if the vehicle is sold as salvage |
| comments | Comments made about the vehicle, typically further descriptions |
| remarks | Additional free-form information about the vehicle |
| auctionComments | Comments entered by the auction |
| additionalAnnouncements | Information announced at the auction during the sale |
| announcements | Information announced at the auction during the sale |
| inventorySource | This identifies the selling platform ex: Simulcast, OVE, Manheim Express |
| buyNowPrice | For OVE vehicles, the price set by the seller that will allow the vehicle to be purchased immediately |
| bodyType | For OVE describes the category of vehicle |
| doorCount | Number of doors |
| driveTrain | Type of drive train |
| engineType | This describes number of cylinders, turbo, etc |
| exteriorColor | Exterior Color |
| fuelType | Fuel type |
| topType | The type of roof/top of the vehicle |
| transmission | The type of transmission of the vehicle |
| vehicleTypes | High-level vehicle type (standardized thru taxonomy) like "Passenger" "Specialty" "Commercial" |
| atAuction | A flag that indicates the vehicle is present at the auction |
| bodyStyle | This is a description of the type of vehicle, not a standardized field |
| fordCategoryCode | A code specific to Ford vehicles that describes specific attributes |
| engineFuelType | Describes the type of fuel is use "gas" "diesel" etc |
| engineFuelTypeIds | Taxonomy ID for the fuel type (a full list of taxonomy IDs can be found by calling the taxonomy endpoints |
| engineTypeIds | Taxonomy ID for the engine type (a full list of taxonomy IDs can be found by calling the taxonomy endpoints |
| titleState | The state where the title was issued |
| titleStatus | The status of the title |
| images | This is a group that repeats for each image present for the vehicle |
| largeUrl | The URL for the large image |
| description | A description of the particular image to help identify what is being shown |
| sequence | The sequence the image is displayed on-screen |
| interiorColor | Interior color |
| interiorType | Type of interior such as "cloth" or "leather" etc |
| mComVdpUrl | The Url of the Vehicle Detail Page as seen on Manheim.com |
| options | Vehicle options for Simulcast. Note: A more complete list of individual options can be found in buildEnrichment, captureEnrichment and designatedDescriptionEnrichment below |
| buildEnrichment | Data Manheim adds to the listing obtained from the manufacturer |
| buildEnrichment.engineDisplacement | Displacement of engine |
| buildEnrichment.msrp | MSRP |
| buildEnrichment.warranty | Warranty information |
| buildEnrichment.warranty.period | Warranty period |
| buildEnrichment.warranty.type | Type of warranty period |
| buildEnrichment.standardOptions | Standard options |
| buildEnrichment.standardOptions.group | Name of standard options group |
| buildEnrichment.standardOptions.values | Values for standard options group |
| buildEnrichment.standardOptions.values.name | Descriptive information about standard option |
| buildEnrichment.highValueOptions | High value options |
| buildEnrichment.highValueOptions.group | Name of high value options group |
| buildEnrichment.highValueOptions.values | Values for high value options group |
| buildEnrichment.highValueOptions.values.name | Descriptive information about high value option |
| captureEnrichment | Capture enrichment data |
| captureEnrichment.standardOptions | Standard options |
| captureEnrichment.standardOptions.group | Name of standard options group |
| captureEnrichment.standardOptions.values | Values for standard options group |
| captureEnrichment.standardOptions.values.name | Descriptive information about standard option |
| captureEnrichment.highValueOptions | High value options |
| captureEnrichment.highValueOptions.group | Name of high value options group |
| captureEnrichment.highValueOptions.values | Values for high value options group |
| captureEnrichment.highValueOptions.values.name | Descriptive information about high value option |
| designatedDescriptionEnrichment | Root object containing comprehensive vehicle description and enrichment data |
| designatedDescriptionEnrichment.vin | Vehicle Identification Number - unique 17-character code identifying the specific vehicle |
| designatedDescriptionEnrichment.year | Model year of the vehicle |
| designatedDescriptionEnrichment.manufacturer | Full legal name of the vehicle manufacturer |
| designatedDescriptionEnrichment.make | Brand name of the vehicle |
| designatedDescriptionEnrichment.model | Model name/series of the vehicle |
| designatedDescriptionEnrichment.trim | Trim level or package designation indicating specific features and equipment |
| designatedDescriptionEnrichment.exteriorColors | Array of exterior paint colors applied to the vehicle |
| designatedDescriptionEnrichment.interiorColors | Array of interior upholstery/trim colors |
| designatedDescriptionEnrichment.manheimStandardDescription | Standardized vehicle description object following Manheim conventions |
| designatedDescriptionEnrichment.manheimStandardDescription.shortDescription | Concise one-line vehicle description combining year, make, model, and trim |
| designatedDescriptionEnrichment.powertrain | Object containing engine, transmission, and drivetrain specifications |
| designatedDescriptionEnrichment.powertrain.engine | Engine specifications and characteristics |
| designatedDescriptionEnrichment.powertrain.engine.primaryDescription | Complete engine description summarizing key specifications |
| designatedDescriptionEnrichment.powertrain.engine.displacement | Engine displacement/volume information |
| designatedDescriptionEnrichment.powertrain.engine.displacement.amount | Numeric value of engine displacement |
| designatedDescriptionEnrichment.powertrain.engine.displacement.unitOfMeasure | Unit of measurement for displacement (Liter, Cubic Inch, etc.) |
| designatedDescriptionEnrichment.powertrain.engine.camshaft | Camshaft configuration (SOHC, DOHC, OHV, etc.) |
| designatedDescriptionEnrichment.powertrain.engine.blockType | Engine block configuration (I=Inline, V=V-shaped, F=Flat/Boxer, W=W-shaped) |
| designatedDescriptionEnrichment.powertrain.engine.cylinderCount | Number of cylinders in the engine |
| designatedDescriptionEnrichment.powertrain.engine.valveCount | Total number of valves in the engine |
| designatedDescriptionEnrichment.powertrain.engine.fuelIntake | Fuel delivery system type (Direct Injection, Port Injection, Carbureted, etc.) |
| designatedDescriptionEnrichment.powertrain.engine.fuelType | Primary fuel type (Gasoline, Diesel, Electric, Hybrid, etc.) |
| designatedDescriptionEnrichment.powertrain.engine.fuelCategory | Specific fuel grade or category required |
| designatedDescriptionEnrichment.powertrain.engine.aspiration | Engine aspiration method (Naturally Aspirated, Turbocharged, Supercharged) |
| designatedDescriptionEnrichment.powertrain.transmission | Transmission specifications |
| designatedDescriptionEnrichment.powertrain.transmission.primaryDescription | Complete transmission description |
| designatedDescriptionEnrichment.powertrain.transmission.type | Transmission type (Automatic, Manual, CVT, Dual-Clutch) |
| designatedDescriptionEnrichment.powertrain.transmission.gearCount | Number of forward gears (CVTs typically shown as 1) |
| designatedDescriptionEnrichment.powertrain.drivetrain | Drivetrain configuration details |
| designatedDescriptionEnrichment.powertrain.drivetrain.description | Full drivetrain description |
| designatedDescriptionEnrichment.powertrain.drivetrain.type | Drivetrain type abbreviation (FWD, RWD, AWD, 4WD) |
| designatedDescriptionEnrichment.bodyDescription | Vehicle body style and physical characteristics |
| designatedDescriptionEnrichment.bodyDescription.segment | Market segment classification |
| designatedDescriptionEnrichment.bodyDescription.vehicleType | General vehicle category (Car, Truck, SUV, Van, etc.) |
| designatedDescriptionEnrichment.bodyDescription.primaryBodyStyle | Specific body style designation |
| designatedDescriptionEnrichment.bodyDescription.bedLength | Truck bed length (null for non-truck vehicles) |
| designatedDescriptionEnrichment.bodyDescription.passengerDoors | Number of passenger entry doors |
| designatedDescriptionEnrichment.installedEquipment | Array of equipment and features installed on the vehicle |
| designatedDescriptionEnrichment.installedEquipment.primaryDescription | Primary name/description of the installed equipment item |
| designatedDescriptionEnrichment.installedEquipment.classification | Equipment category (INTERIOR, EXTERIOR, MECHANICAL, SAFETY, TECHNOLOGY) |
| designatedDescriptionEnrichment.installedEquipment.installedReason | Why equipment is present (Standard, Optional, Package, Factory) |
| designatedDescriptionEnrichment.installedEquipment.extendedDescription | Detailed description of the equipment feature |
| designatedDescriptionEnrichment.installedEquipment.generics | Array of generic/searchable feature names for the equipment |
| designatedDescriptionEnrichment.installedEquipment.generics.name | Generic feature name for searchability |
| designatedDescriptionEnrichment.technicalSpecifications | Technical specifications and detailed measurements |
| designatedDescriptionEnrichment.technicalSpecifications .electricComponentInformation | Electric/hybrid vehicle component specifications |
| designatedDescriptionEnrichment.technicalSpecifications .electricComponentInformation.batteryRange | Array of battery range specifications |
| designatedDescriptionEnrichment.technicalSpecifications .electricComponentInformation.batteryRange.value | Numeric or string value of the specification |
| designatedDescriptionEnrichment.technicalSpecifications .electricComponentInformation.batteryRange.unitOfMeasure | Unit of measurement for the value |
| designatedDescriptionEnrichment.technicalSpecifications .electricComponentInformation.batteryType | Array of battery chemistry/type specifications |
| designatedDescriptionEnrichment.technicalSpecifications .electricComponentInformation.batteryType.value | Battery chemistry or type description |
| designatedDescriptionEnrichment.technicalSpecifications .electricComponentInformation.batteryType.unitOfMeasure | Unit of measurement (null when not applicable) |
| designatedDescriptionEnrichment.technicalSpecifications .electricComponentInformation.batteryCapacity | Array of battery capacity/size specifications |
| designatedDescriptionEnrichment.technicalSpecifications .electricComponentInformation.batteryCapacity.value | Total Battery capacity numeric value when new |
| designatedDescriptionEnrichment.technicalSpecifications .electricComponentInformation.batteryCapacity.unitOfMeasure | Unit for battery capacity (kWh = kilowatt-hours) |
| designatedDescriptionEnrichment.technicalSpecifications .electricComponentInformation.connectorTypes | Array of charging connector types supported |
| designatedDescriptionEnrichment.technicalSpecifications .electricComponentInformation.connectorTypes.value | Charging connector standard (CCS, CHAdeMO, J1772, Tesla) |
| designatedDescriptionEnrichment.technicalSpecifications .electricComponentInformation.connectorTypes.unitOfMeasure | Unit of measurement (null when not applicable) |
| designatedDescriptionEnrichment.technicalSpecifications .electricComponentInformation.chargingLevelMax | Array of maximum charging level capabilities |
| designatedDescriptionEnrichment.technicalSpecifications .electricComponentInformation.chargingLevelMax.value | Maximum DC fast charging level supported |
| designatedDescriptionEnrichment.technicalSpecifications .electricComponentInformation.chargingLevelMax.unitOfMeasure | Unit of measurement (null when not applicable) |
| designatedDescriptionEnrichment.technicalSpecifications .electricComponentInformation.electricMotorCount | Array indicating number of electric motors |
| designatedDescriptionEnrichment.technicalSpecifications .electricComponentInformation.electricMotorCount.value | Number of electric drive motors (dual-motor configuration) |
| designatedDescriptionEnrichment.technicalSpecifications .electricComponentInformation.electricMotorCount.unitOfMeasure | Unit of measurement (null when not applicable) |
| designatedDescriptionEnrichment.technicalSpecifications .electricComponentInformation.batteryEnergyCapacity | Total energy storage capacity of battery pack when new |
| designatedDescriptionEnrichment.technicalSpecifications .electricComponentInformation.batteryEnergyCapacity.value | Battery capacity numeric value |
| designatedDescriptionEnrichment.technicalSpecifications. electricComponentInformation.batteryEnergyCapacity.unitOfMeasure | Unit for battery capacity (kWh = kilowatt-hours) |
| designatedDescriptionEnrichment.consumerInformation | Array of consumer-relevant information like warranties |
| designatedDescriptionEnrichment.consumerInformation.type | Type of consumer information (Warranty, Safety Rating, Recall, etc.) |
| designatedDescriptionEnrichment.consumerInformation.content | Object containing structured information content |
| designatedDescriptionEnrichment.consumerInformation.content .Basic Years | Basic warranty coverage duration in years |
| designatedDescriptionEnrichment.consumerInformation.content .Basic Miles/km | Basic warranty coverage distance limit |
| designatedDescriptionEnrichment.consumerInformation.content .Drivetrain Years | Powertrain/drivetrain warranty duration in years |
| designatedDescriptionEnrichment.consumerInformation.content .Drivetrain Miles/km | Powertrain warranty distance limit |
| designatedDescriptionEnrichment.consumerInformation.content .Corrosion Years | Corrosion/rust warranty duration in years |
| designatedDescriptionEnrichment.consumerInformation.content .Corrosion Miles/km | Corrosion warranty distance limit |
| designatedDescriptionEnrichment.consumerInformation.content .Roadside Assistance Years | Roadside assistance coverage duration |
| designatedDescriptionEnrichment.consumerInformation.content .Roadside Assistance Miles/km | Roadside assistance distance limit |
| designatedDescriptionEnrichment.designatedDescription | Designated vehicle description with pricing information |
| designatedDescriptionEnrichment.designatedDescription.pricing | Object containing pricing information |
| designatedDescriptionEnrichment.designatedDescription.pricing .msrp | Manufacturer Suggested Retail Price for base model |
| designatedDescriptionEnrichment.designatedDescription.pricing .msrp.amount | Monetary amount value |
| designatedDescriptionEnrichment.designatedDescription.pricing .msrp.unitOfMeasure | Currency code (USD, CAD, EUR, etc.) |
| designatedDescriptionEnrichment.designatedDescription.pricing .asBuiltMsrp | As-built MSRP including all installed options and packages |
| designatedDescriptionEnrichment.designatedDescription.pricing .asBuiltMsrp.amount | Total MSRP with all factory-installed equipment |
| designatedDescriptionEnrichment.designatedDescription.pricing .asBuiltMsrp.unitOfMeasure | Currency code (USD, CAD, EUR, etc.) |
| conditionGradeNumeric | The condition grade determined for the vehicle in numeric format |
| conditionReportUrl | This URL will display the complete condition report of the vehicle |
| sellerDisclosureUrl | If the seller has provided disclosure information, this is the URL of the document |
| isAutoGradeOrManheimGrade | A yes or no field that indicates if the provided grade is from either AutoGrade or Manheim |
| closedSale | Boolean field to indicate whether a listing is closed or not |
| isManheimFacilitated | Indicates that the location listed is a Manheim facilitated location |
| statuses | Status values related to the lifecycle of the listing (possible values are Live, No Sale, Preview) |
| titleBrandings | Title brandings are set by the state in which the vehicle is registered, and can have many values per vehicle, varying widely from state to state |
| Title Branding values |
|---|
Salvage |
TMU |
Repo Affidavit |
Lemon Law |
Classic |
Reconstructed |
Irreparable |
Police/Taxi |
Fire |
Bond |
Stolen/Theft Recovery |
Other |
Sample Scope Response (Buyer-Seller)
json
{
"href": "https://api.manheim.com/searches/execute/id/670ee6da-6eda-40eb-9b35-9512a5a3facd",
"executionTime": "2025-08-25T18:46:00+00:00",
"count": 1,
"items": [
{
"source": "Simulcast",
"id": "Simulcast.BIGH.12667269",
"additionalAnnouncements": null,
"announcements": null,
"asIs": false,
"atAuction": true,
"auctionEndTime": "2025-08-27T04:59:59Z",
"auctionId": "BIGH",
"auctionStartTime": "2025-08-26T14:30:00Z",
"bidPrice": null,
"bodyStyle": "SUV",
"bodyType": "SUV",
"buildEnrichment": {
"engineDisplacement": "3.6 L",
"msrp": "42870",
"warranty": [
{
"period": "3",
"type": "Basic Years"
},
{
"period": "36,000",
"type": "Basic Miles/km"
},
{
"period": "5",
"type": "Drivetrain Years"
},
{
"period": "60,000",
"type": "Drivetrain Miles/km"
},
{
"period": "Certain commercial, government, and qualified fleet vehicles: 5 years/100,000 miles",
"type": "Drivetrain Note"
},
{
"period": "6",
"type": "Corrosion Years"
},
{
"period": "3",
"type": "Corrosion Years"
},
{
"period": "100,000",
"type": "Corrosion Miles/km"
},
{
"period": "36,000",
"type": "Corrosion Miles/km"
},
{
"period": "5",
"type": "Roadside Assistance Years"
},
{
"period": "60,000",
"type": "Roadside Assistance Miles/km"
},
{
"period": "Certain commercial, government, and qualified fleet vehicles: 5 years/100,000 miles",
"type": "Roadside Assistance Note"
},
{
"period": "First Visit: 12 Months/12,000 Miles",
"type": "Maintenance Note"
}
],
"standardOptions": [
{
"group": "Package",
"values": [
{
"name": "Chevy Safety Assist includes (UHY) Automatic Emergency Braking, (UKJ) Front Pedestrian Braking, (UHX) Lane Keep Assist with Lane Departure Warning, (UE4) Following Distance Indicator, (UEU) Forward Collision Alert and (TQ5) IntelliBeam"
}
]
},
{
"group": "Safety Features",
"values": [
{
"name": "Lane Departure Warning"
},
{
"name": "Lane Keeping Assist"
},
{
"name": "Front Collision Mitigation"
},
{
"name": "Front Collision Warning"
},
{
"name": "Automatic Highbeams"
},
{
"name": "Automatic Headlights"
},
{
"name": "Integrated Turn Signal Mirrors"
},
{
"name": "Traction Control"
},
{
"name": "Stability Control"
},
{
"name": "Daytime Running Lights"
},
{
"name": "Blind Spot Monitor"
},
{
"name": "Cross-Traffic Alert"
},
{
"name": "Child Safety Locks"
},
{
"name": "Driver Restriction Features"
}
]
},
{
"group": "Mechanical",
"values": [
{
"name": "E10 Fuel capable"
},
{
"name": "Engine control, stop-start system"
},
{
"name": "Engine control, stop-start system override"
},
{
"name": "Driver Mode Selector"
},
{
"name": "Axle, 3.49 final drive ratio"
},
{
"name": "Chassis, All-Wheel Drive System (Requires AWD models.)"
},
{
"name": "Battery, heavy-duty 600 cold-cranking amps"
},
{
"name": "Alternator, 170 amps"
},
{
"name": "GVWR, 6160 lbs. (2800 kg)"
},
{
"name": "Suspension, Ride and Handling"
},
{
"name": "Steering, power"
},
{
"name": "Brakes, 4-wheel antilock, 4-wheel disc, 17\" front and rear"
},
{
"name": "Electric Parking Brake"
},
{
"name": "Capless fuel fill"
},
{
"name": "Exhaust, dual-outlet with circular bright tips"
},
{
"name": "Tool kit, road emergency"
}
]
},
{
"group": "Drivetrain",
"values": [
{
"name": "All Wheel Drive"
}
]
},
{
"group": "Steering",
"values": [
{
"name": "Power Steering"
}
]
},
{
"group": "Brakes",
"values": [
{
"name": "ABS"
},
{
"name": "4-Wheel Disc Brakes"
}
]
},
{
"group": "Exterior",
"values": [
{
"name": "Wheel, spare, 18\" (45.7 cm) steel"
},
{
"name": "Tire, compact spare, T135/70R18, blackwall"
},
{
"name": "Roof rails, Black"
},
{
"name": "Active Aero Shutters, upper and lower"
},
{
"name": "Moldings, Black bodyside"
},
{
"name": "Headlamps, LED"
},
{
"name": "IntelliBeam, auto high beam control"
},
{
"name": "Headlamps, automatic on/off"
},
{
"name": "Taillamps, LED"
},
{
"name": "Mirror caps, body-color"
},
{
"name": "Mirrors, outside heated, power-adjustable manual-folding, body-color, with turn signal indicators"
},
{
"name": "Glass, deep-tinted"
},
{
"name": "Wipers, front intermittent with washers"
},
{
"name": "Wiper, rear intermittent with washer"
},
{
"name": "Door handles, body-color"
},
{
"name": "Liftgate, rear power (On FWD, included and only available with (ZL3) Convenience and Driver Confidence Package. Standard on AWD.)"
}
]
},
{
"group": "Tire - Spare",
"values": [
{
"name": "Conventional Spare Tire"
},
{
"name": "Temporary Spare Tire"
}
]
},
{
"group": "Mirrors",
"values": [
{
"name": "Heated Mirrors"
},
{
"name": "Power Mirror(s)"
},
{
"name": "Driver Vanity Mirror"
},
{
"name": "Passenger Vanity Mirror"
},
{
"name": "Driver Illuminated Vanity Mirror"
},
{
"name": "Passenger Illuminated Visor Mirror"
}
]
},
{
"group": "Window",
"values": [
{
"name": "Privacy Glass"
},
{
"name": "Power Windows"
},
{
"name": "Rear Defrost"
}
]
},
{
"group": "Convenience Groups",
"values": [
{
"name": "Intermittent Wipers"
},
{
"name": "Remote Trunk Release"
},
{
"name": "Power Liftgate"
},
{
"name": "Requires Subscription"
},
{
"name": "Adjustable Steering Wheel"
},
{
"name": "Cruise Control"
},
{
"name": "Steering Wheel Audio Controls"
},
{
"name": "Remote Engine Start"
},
{
"name": "Keyless Start"
},
{
"name": "Universal Garage Door Opener"
},
{
"name": "Security System"
},
{
"name": "Front Reading Lamps"
},
{
"name": "Rear Reading Lamps"
},
{
"name": "Telematics"
},
{
"name": "Rear Parking Aid"
}
]
},
{
"group": "Entertainment",
"values": [
{
"name": "Audio system feature, 6-speaker system"
},
{
"name": "SiriusXM Radio enjoy a Platinum Plan trial subscription with over 150 channels including commercial-free music, plus sports, news and entertainment. Plus listening on the SiriusXM app, online and at home on compatible connected devices is included, so you'll hear the best SiriusXM has to offer, anywhere life takes you. Welcome to the world of SiriusXM. (IMPORTANT: The SiriusXM radio trial package is not provided on vehicles that are ordered for Fleet Daily Rental (\"FDR\") use. If you decide to continue service after your trial, the subscription plan you choose will automatically renew thereafter and you will be charged according to your chosen payment method at then-current rates. Fees and taxes apply. See the SiriusXM Customer Agreement at www.siriusxm.com for complete terms and how to cancel. All fees, content, features, and availability are subject to change.)"
},
{
"name": "SiriusXM with 360L Equipped with SiriusXM with 360L. Enjoy a trial subscription of the Platinum Plan package for the full 360L experience, with a greater variety of SiriusXM content, a more personalized experience and easier navigation. With the Platinum Plan package, you can also enjoy your favorites everywhere you go, with the SiriusXM app, online and at home on compatible connected devices. (Included and only available with (IOS) Chevrolet Infotainment 3 Plus system, 8\" diagonal HD color touchscreen. IMPORTANT: The SiriusXM radio trial package is not provided on vehicles that are ordered for Fleet Daily Rental (\"FDR\") use. If you decide to continue service after your trial, the subscription plan you choose will automatically renew thereafter and you will be charged according to your chosen payment method at then-current rates. Fees and taxes apply. See the SiriusXM Customer Agreement at www.siriusxm.com for complete terms and how to cancel. All fees, content, features, and availability are subject to change. GM connected vehicle services vary by vehicle model and require active service plan, working electrical system, cell reception and GPS signal. See onstar.com for details and limitations.)"
},
{
"name": "Wi-Fi Hotspot capable (Terms and limitations apply. See onstar.com or dealer for details.)"
},
{
"name": "Active Noise Cancellation"
}
]
},
{
"group": "Audio",
"values": [
{
"name": "Satellite Radio"
},
{
"name": "WiFi Hotspot"
}
]
},
{
"group": "Interior",
"values": [
{
"name": "Seat adjuster, driver 8-way power"
},
{
"name": "Seat adjuster, front passenger 2-way manual"
},
{
"name": "Seat adjuster, power driver lumbar control"
},
{
"name": "Seats, heated driver and front passenger (On FWD, included and only available with (ZL3) Convenience and Driver Confidence Package. Standard on AWD.)"
},
{
"name": "Seats, third row 60/40 split-bench, manual-folding"
},
{
"name": "Head restraints, front, 2-way adjustable"
},
{
"name": "Head restraints, second and third row outboard, 2-way manual-folding"
},
{
"name": "Console, front center with 2 cup holders, covered storage bin with storage and removable tray"
},
{
"name": "Floor mats, color-keyed all rows (Deleted when LPO floor mats or LPO floor liners are ordered.)"
},
{
"name": "Steering wheel, wrapped"
},
{
"name": "Steering column, tilt"
},
{
"name": "Steering wheel controls, mounted controls for audio, phone and cruise"
},
{
"name": "Display, 4.2\" diagonal driver instrument information, enhanced, multi-color (On FWD, included and only available with (ZL3) Convenience and Driver Confidence Package. Standard on AWD.)"
},
{
"name": "Compass display, digital"
},
{
"name": "Windows, power with driver Express Up/Down and front passenger Express-Down"
},
{
"name": "Door locks, power programmable with lockout protection"
},
{
"name": "Keyless Open includes extended range Remote Keyless Entry with lock/unlock feature"
},
{
"name": "Remote Start (On FWD, included and only available with (ZL3) Convenience and Driver Confidence Package. Standard on AWD.)"
},
{
"name": "Keyless Start"
},
{
"name": "Universal Home Remote includes garage door opener, programmable (On FWD, included and only available with (ZL3) Convenience and Driver Confidence Package. Standard on AWD.)"
},
{
"name": "Vehicle health management"
},
{
"name": "Cruise control, electronic with set and resume speed"
},
{
"name": "Remote panic alarm"
},
{
"name": "Theft-deterrent system, electrical, unauthorized entry"
},
{
"name": "Wireless Phone Charging"
},
{
"name": "USB ports 2 first row, 2 second row, 2 third row"
},
{
"name": "Air conditioning, tri-zone automatic climate control with individual climate settings for driver, right front passenger and rear seat occupants"
},
{
"name": "Sensor, humidity and windshield temperature"
},
{
"name": "Defogger, rear-window electric"
},
{
"name": "Heater ducts, 2nd row"
},
{
"name": "Cup holders, 10 total"
},
{
"name": "Umbrella holders, driver and front passenger doors"
},
{
"name": "Mirror, inside rearview manual day/night"
},
{
"name": "Visors, driver and passenger illuminated vanity mirrors, covered"
},
{
"name": "Lighting, interior with theater dimming, cargo compartment, reading lights for front seats, second row reading lamps integrated into dome light, door-and tailgate-activated switches and illuminated entry and exit feature"
},
{
"name": "Cargo storage, bin under rear floor"
},
{
"name": "Chevrolet Connected Access capable (Subject to terms. See onstar.com or dealer for details.)"
}
]
},
{
"group": "Seats",
"values": [
{
"name": "Power Driver Seat"
},
{
"name": "Driver Adjustable Lumbar"
},
{
"name": "Heated Front Seat(s)"
},
{
"name": "Pass-Through Rear Seat"
}
]
},
{
"group": "Locks",
"values": [
{
"name": "Power Door Locks"
},
{
"name": "Keyless Entry"
}
]
},
{
"group": "Air Conditioning",
"values": [
{
"name": "Climate Control"
},
{
"name": "Multi-Zone A/C"
},
{
"name": "A/C"
},
{
"name": "Rear A/C"
}
]
},
{
"group": "Safety",
"values": [
{
"name": "StabiliTrak, stability control system with traction control"
},
{
"name": "Daytime Running Lamps, LED"
},
{
"name": "Airbags, dual-stage frontal and side-impact for driver and front passenger, driver inboard seat-mounted side-impact and roof-rail side-impact for all rows in outboard seating positions (Always use seat belts and the correct child restraints. Children are safer when properly secured in a rear seat in the appropriate child restraint. See the Owner's Manual for more information.)"
},
{
"name": "Passenger Sensing System sensor indicator inflatable restraint, front passenger/child presence detector (Always use seat belts and the correct child restraints. Children are safer when properly secured in a rear seat in the appropriate child restraint. See the Owner's Manual for more information.)"
},
{
"name": "OnStar and Chevrolet connected services capable (Terms and limitations apply. See onstar.com or dealer for details.)"
},
{
"name": "Rear Vision Camera"
},
{
"name": "Rear Park Assist with audible warning (Beginning with start of production through July 25, 2022, certain vehicles will be forced to include (00Y) Not Equipped with Rear Park Assist, which removes Rear Park Assist. See dealer for details or the window label for the features on a specific vehicle. Beginning October 17, 2022, certain vehicles will be forced to include (060) Not Equipped with Rear Park Assist, which removes Rear Park Assist. Does not include later dealer retrofit. See dealer for details or the window label for the features on a specific vehicle.)"
},
{
"name": "Lane Change Alert with Side Blind Zone Alert"
},
{
"name": "Lane Keep Assist with Lane Departure Warning"
},
{
"name": "Following Distance Indicator"
},
{
"name": "Forward Collision Alert"
},
{
"name": "Automatic Emergency Braking"
},
{
"name": "Rear Cross Traffic Alert"
},
{
"name": "Front Pedestrian Braking"
},
{
"name": "Buckle to Drive prevents vehicle from being shifted out of Park until driver seat belt is fastened; times out after 20 seconds and encourages seat belt use, can be turned on and off in Settings or Teen Driver menu"
},
{
"name": "Door locks, rear child security"
},
{
"name": "Rear Seat Reminder"
},
{
"name": "LATCH system (Lower Anchors and Tethers for CHildren), for child restraint seats"
},
{
"name": "Teen Driver a configurable feature that lets you activate customizable vehicle settings associated with a key fob, to help encourage safe driving behavior. It can limit certain available vehicle features, and it prevents certain safety systems from being turned off. It includes the Buckle-to-Drive feature which prevents the driver from shifting from Park for up to 20 seconds if the driver's seat belt is not buckled. An in-vehicle report card gives you information on driving habits and helps you to continue to coach your new driver"
},
{
"name": "Tire Pressure Monitor, includes Tire Fill Alert (Does not monitor spare.)"
},
{
"name": "Horn, dual-note"
},
{
"name": "3 Years of Remote Access The Remote Access Plan gives you simplified remote control of your properly equipped vehicle and unlocks a variety of great features in your myChevrolet mobile app. See dealer for details. (Remote Access Plan does not include emergency or security services. See onstar.com for details and limitations. Available on select Apple and Android devices. Service availability, features and functionality vary by vehicle, device, and the plan you are enrolled in. Terms apply. Device data connection required.)"
}
]
},
{
"group": "Air Bag - Frontal",
"values": [
{
"name": "Driver Air Bag"
},
{
"name": "Passenger Air Bag"
},
{
"name": "Passenger Air Bag Sensor"
}
]
},
{
"group": "Air Bag - Side",
"values": [
{
"name": "Front Side Air Bag"
},
{
"name": "Front Head Air Bag"
},
{
"name": "Rear Head Air Bag"
}
]
},
{
"group": "Tires",
"values": [
{
"name": "Tire Pressure Monitor"
}
]
}
],
"highValueOptions": [
{
"group": "Safety Features",
"values": [
{
"name": "Lane Departure Warning"
},
{
"name": "Lane Keeping Assist"
},
{
"name": "Integrated Turn Signal Mirrors"
},
{
"name": "Blind Spot Monitor"
},
{
"name": "Cross-Traffic Alert"
}
]
},
{
"group": "Window",
"values": [
{
"name": "Privacy Glass"
}
]
},
{
"group": "Convenience Groups",
"values": [
{
"name": "Power Liftgate"
},
{
"name": "Keyless Start"
},
{
"name": "Back-Up Camera"
},
{
"name": "Rear Parking Aid"
}
]
},
{
"group": "Audio",
"values": [
{
"name": "Satellite Radio"
},
{
"name": "WiFi Hotspot"
},
{
"name": "Smart Device Integration"
}
]
},
{
"group": "Seats",
"values": [
{
"name": "Power Driver Seat"
},
{
"name": "Heated Front Seat(s)"
},
{
"name": "3rd Row Seat"
}
]
},
{
"group": "Air Conditioning",
"values": [
{
"name": "Climate Control"
},
{
"name": "Multi-Zone A/C"
},
{
"name": "Rear A/C"
}
]
},
{
"group": "Tires",
"values": [
{
"name": "Tire Pressure Monitor"
}
]
},
{
"group": "Telephone",
"values": [
{
"name": "Bluetooth Connection"
}
]
}
]
},
"buyNowPrice": null,
"buyable": false,
"buyerGroupId": "0",
"canTakeOffers": false,
"captureEnrichment": {
"standardOptions": [
{
"group": "Engine",
"values": [
{
"name": "V6 Cylinder Engine"
}
]
},
{
"group": "Fuel",
"values": [
{
"name": "Gasoline Fuel"
}
]
},
{
"group": "Transmission",
"values": [
{
"name": "A/T"
}
]
},
{
"group": "Drivetrain",
"values": [
{
"name": "All Wheel Drive"
}
]
},
{
"group": "Seat Trim",
"values": [
{
"name": "Cloth Seats"
}
]
},
{
"group": "Wheels",
"values": [
{
"name": "Aluminum Wheels"
}
]
},
{
"group": "Roof",
"values": [
{
"name": "Hard Top"
}
]
},
{
"group": "Seats",
"values": [
{
"name": "3rd Row Seat"
},
{
"name": "Bucket Seats"
},
{
"name": "Driver Adjustable Lumbar"
},
{
"name": "Heated Front Seat(s)"
},
{
"name": "Pass-Through Rear Seat"
},
{
"name": "Power Driver Seat"
}
]
},
{
"group": "Air Conditioning",
"values": [
{
"name": "A/C"
},
{
"name": "Climate Control"
},
{
"name": "Multi-Zone A/C"
},
{
"name": "Rear A/C"
}
]
},
{
"group": "Brakes",
"values": [
{
"name": "ABS"
}
]
},
{
"group": "Audio",
"values": [
{
"name": "AM/FM Stereo"
},
{
"name": "Auxiliary Audio Input"
},
{
"name": "MP3 Capability"
},
{
"name": "Satellite Radio"
},
{
"name": "Smart Device Integration"
},
{
"name": "WiFi Hotspot"
}
]
},
{
"group": "Convenience",
"values": [
{
"name": "Adjustable Steering Wheel"
},
{
"name": "Back-Up Camera"
},
{
"name": "Cruise Control"
},
{
"name": "Front Reading Lamps"
},
{
"name": "Intermittent Wipers"
},
{
"name": "Keyless Start"
},
{
"name": "Power Liftgate"
},
{
"name": "Rear Parking Aid"
},
{
"name": "Rear Reading Lamps"
},
{
"name": "Remote Engine Start"
},
{
"name": "Remote Trunk Release"
},
{
"name": "Security System"
},
{
"name": "Steering Wheel Audio Controls"
},
{
"name": "Telematics"
},
{
"name": "Universal Garage Door Opener"
}
]
},
{
"group": "Safety Features",
"values": [
{
"name": "Automatic Headlights"
},
{
"name": "Blind Spot Monitor"
},
{
"name": "Child Safety Locks"
},
{
"name": "Cross-Traffic Alert"
},
{
"name": "Daytime Running Lights"
},
{
"name": "Integrated Turn Signal Mirrors"
},
{
"name": "Lane Departure Warning"
},
{
"name": "Lane Keeping Assist"
},
{
"name": "Stability Control"
},
{
"name": "Traction Control"
}
]
},
{
"group": "Telephone",
"values": [
{
"name": "Bluetooth Connection"
}
]
},
{
"group": "Air Bag - Frontal",
"values": [
{
"name": "Driver Air Bag"
},
{
"name": "Passenger Air Bag"
},
{
"name": "Passenger Air Bag Sensor"
}
]
},
{
"group": "Mirrors",
"values": [
{
"name": "Driver Illuminated Vanity Mirror"
},
{
"name": "Driver Vanity Mirror"
},
{
"name": "Heated Mirrors"
},
{
"name": "Passenger Illuminated Visor Mirror"
},
{
"name": "Passenger Vanity Mirror"
},
{
"name": "Power Mirror(s)"
}
]
},
{
"group": "Floor Mats",
"values": [
{
"name": "Floor Mats"
}
]
},
{
"group": "Air Bag - Side",
"values": [
{
"name": "Front Head Air Bag"
},
{
"name": "Front Side Air Bag"
},
{
"name": "Rear Head Air Bag"
}
]
},
{
"group": "Locks",
"values": [
{
"name": "Keyless Entry"
},
{
"name": "Power Door Locks"
}
]
},
{
"group": "Steering",
"values": [
{
"name": "Power Steering"
}
]
},
{
"group": "Window",
"values": [
{
"name": "Power Windows"
},
{
"name": "Privacy Glass"
},
{
"name": "Rear Defrost"
}
]
},
{
"group": "Tires",
"values": [
{
"name": "Tire Pressure Monitor"
}
]
}
],
"highValueOptions": [
{
"group": "Seats",
"values": [
{
"name": "3rd Row Seat"
},
{
"name": "Heated Front Seat(s)"
},
{
"name": "Power Driver Seat"
}
]
},
{
"group": "Convenience",
"values": [
{
"name": "Back-Up Camera"
},
{
"name": "Keyless Start"
},
{
"name": "Power Liftgate"
},
{
"name": "Rear Parking Aid"
}
]
},
{
"group": "Safety Features",
"values": [
{
"name": "Blind Spot Monitor"
},
{
"name": "Cross-Traffic Alert"
},
{
"name": "Integrated Turn Signal Mirrors"
},
{
"name": "Lane Departure Warning"
},
{
"name": "Lane Keeping Assist"
}
]
},
{
"group": "Telephone",
"values": [
{
"name": "Bluetooth Connection"
}
]
},
{
"group": "Air Conditioning",
"values": [
{
"name": "Climate Control"
},
{
"name": "Multi-Zone A/C"
},
{
"name": "Rear A/C"
}
]
},
{
"group": "Window",
"values": [
{
"name": "Privacy Glass"
}
]
},
{
"group": "Audio",
"values": [
{
"name": "Satellite Radio"
},
{
"name": "Smart Device Integration"
},
{
"name": "WiFi Hotspot"
}
]
},
{
"group": "Tires",
"values": [
{
"name": "Tire Pressure Monitor"
}
]
}
]
},
"channelSaleType": "LIVE_SALE",
"closedSale": false,
"comments": null,
"conditionGradeNumeric": 4.8,
"conditionReportUrl": "//insightcr.manheim.com/cr-display?conditionOrderId=f6cfe8f8-8c5b-4ddf-b630-aa756238f975&workOrderNumber=5873715&locationCode=BIGH",
"conditionType": "With Condition Report",
"conditionTypeIds": [
"00000000-0000-2000-0000-000000970200"
],
"designatedDescriptionEnrichment": {
"powertrain": {
"engine": {
"displacement": {
"amount": 3.6,
"unitOfMeasure": "Liter"
}
}
},
"installedEquipment": [
{
"primaryDescription": "Active Aero Shutters, upper and lower",
"classification": "EXTERIOR",
"installedReason": "Standard"
},
{
"primaryDescription": "Active Noise Cancellation",
"classification": "COMFORT_AND_CONVENIENCE",
"installedReason": "Standard"
},
{
"primaryDescription": "Airbags, dual-stage frontal and side-impact for driver and front passenger, driver inboard seat-mounted side-impact and roof-rail side-impact for all rows in outboard seating positions (Always use seat belts and the correct child restraints. Children are safer when properly secured in a rear seat in the appropriate child restraint. See the Owner's Manual for more information.)",
"classification": "SAFETY_AND_SECURITY",
"installedReason": "Standard",
"generics": [
{
"id": 100,
"name": "Driver Air Bag"
},
{
"id": 130,
"name": "Front Head Air Bag"
},
{
"id": 134,
"name": "Front Side Air Bag"
},
{
"id": 191,
"name": "Passenger Air Bag"
},
{
"id": 232,
"name": "Rear Head Air Bag"
}
]
},
{
"primaryDescription": "Air conditioning, tri-zone automatic climate control with individual climate settings for driver, right front passenger and rear seat occupants",
"classification": "COMFORT_AND_CONVENIENCE",
"installedReason": "Standard",
"generics": [
{
"id": 11,
"name": "Air Conditioning"
},
{
"id": 75,
"name": "Climate Control"
},
{
"id": 183,
"name": "Multi-Zone Air Conditioning"
},
{
"id": 221,
"name": "Rear Air Conditioning"
}
]
},
{
"primaryDescription": "Alternator, 170 amps",
"classification": "MECHANICAL",
"installedReason": "Standard"
},
{
"primaryDescription": "Audio system feature, 6-speaker system",
"classification": "COMFORT_AND_CONVENIENCE",
"installedReason": "Standard"
},
{
"primaryDescription": "Automatic Emergency Braking",
"classification": "SAFETY_AND_SECURITY",
"installedReason": "Standard",
"generics": [
{
"id": 336,
"name": "Front Collision Mitigation"
},
{
"id": 337,
"name": "Front Collision Warning"
}
]
},
{
"primaryDescription": "Axle, 3.49 final drive ratio",
"classification": "MECHANICAL",
"installedReason": "Standard"
},
{
"primaryDescription": "Battery, heavy-duty 600 cold-cranking amps",
"classification": "MECHANICAL",
"installedReason": "Standard"
},
{
"primaryDescription": "Brakes, 4-wheel antilock, 4-wheel disc, 17\" front and rear",
"classification": "MECHANICAL",
"installedReason": "Standard",
"generics": [
{
"id": 2,
"name": "4-Wheel Disc Brakes"
},
{
"id": 23,
"name": "Anti-Lock Brakes"
}
]
},
{
"primaryDescription": "Buckle to Drive prevents vehicle from being shifted out of Park until driver seat belt is fastened; times out after 20 seconds and encourages seat belt use, can be turned on and off in Settings or Teen Driver menu",
"classification": "SAFETY_AND_SECURITY",
"installedReason": "Standard"
},
{
"primaryDescription": "Capless fuel fill",
"classification": "MECHANICAL",
"installedReason": "Standard"
},
{
"primaryDescription": "Cargo storage, bin under rear floor",
"classification": "INTERIOR",
"installedReason": "Standard"
},
{
"primaryDescription": "Chevrolet Connected Access capable (Subject to terms. See onstar.com or dealer for details.)",
"classification": "INTERIOR",
"installedReason": "Standard"
},
{
"primaryDescription": "Chevy Safety Assist includes (UHY) Automatic Emergency Braking, (UKJ) Front Pedestrian Braking, (UHX) Lane Keep Assist with Lane Departure Warning, (UE4) Following Distance Indicator, (UEU) Forward Collision Alert and (TQ5) IntelliBeam",
"classification": "SAFETY_AND_SECURITY",
"installedReason": "Standard",
"generics": [
{
"id": 165,
"name": "Lane Departure Warning"
},
{
"id": 166,
"name": "Lane Keeping Assist"
},
{
"id": 336,
"name": "Front Collision Mitigation"
},
{
"id": 337,
"name": "Front Collision Warning"
},
{
"id": 342,
"name": "Automatic Highbeams"
}
]
},
{
"primaryDescription": "Compass display, digital",
"classification": "INTERIOR",
"installedReason": "Standard"
},
{
"primaryDescription": "Console, front center with 2 cup holders, covered storage bin with storage and removable tray",
"classification": "INTERIOR",
"installedReason": "Standard"
},
{
"primaryDescription": "Convenience and Driver Confidence Package",
"classification": "PACKAGE",
"installedReason": "Standard",
"extendedDescription": "includes (IOS) Chevrolet Infotainment 3 Plus system with 8\" diagonal HD color touchscreen, (UDD) multi-color Driver Information Center display, (KA1) heated front seats, (UG1) Universal Home Remote, (BTV) Remote Start and (TB5) rear power liftgate (Available on FWD. Standard on AWD.)",
"generics": [
{
"id": 21,
"name": "AM/FM Radio"
},
{
"id": 32,
"name": "Auxiliary Audio Input"
},
{
"id": 42,
"name": "Bluetooth Connection"
},
{
"id": 145,
"name": "Heated Front Seat"
},
{
"id": 204,
"name": "Power Liftgate"
},
{
"id": 248,
"name": "Remote Engine Start"
},
{
"id": 249,
"name": "Remote Trunk Release"
},
{
"id": 317,
"name": "Universal Garage Door Opener"
},
{
"id": 480,
"name": "MP3 Capability"
}
]
},
{
"primaryDescription": "Cruise control, electronic with set and resume speed",
"classification": "COMFORT_AND_CONVENIENCE",
"installedReason": "Standard",
"generics": [
{
"id": 88,
"name": "Cruise Control"
}
]
},
{
"primaryDescription": "Cup holders, 10 total",
"classification": "INTERIOR",
"installedReason": "Standard"
},
{
"primaryDescription": "Daytime Running Lamps, LED",
"classification": "SAFETY_AND_SECURITY",
"installedReason": "Standard",
"generics": [
{
"id": 89,
"name": "Daytime Running Lights"
}
]
},
{
"primaryDescription": "Defogger, rear-window electric",
"classification": "INTERIOR",
"installedReason": "Standard",
"generics": [
{
"id": 231,
"name": "Rear Defrost"
}
]
},
{
"primaryDescription": "Door handles, body-color",
"classification": "EXTERIOR",
"installedReason": "Standard"
},
{
"primaryDescription": "Door locks, power programmable with lockout protection",
"classification": "COMFORT_AND_CONVENIENCE",
"installedReason": "Standard",
"generics": [
{
"id": 200,
"name": "Power Door Locks"
}
]
},
{
"primaryDescription": "Door locks, rear child security",
"classification": "SAFETY_AND_SECURITY",
"installedReason": "Standard",
"generics": [
{
"id": 72,
"name": "Child Safety Locks"
}
]
},
{
"primaryDescription": "Driver Mode Selector",
"classification": "MECHANICAL",
"installedReason": "Standard"
},
{
"primaryDescription": "E10 Fuel capable",
"classification": "MECHANICAL",
"installedReason": "Standard"
},
{
"primaryDescription": "Electric Parking Brake",
"classification": "MECHANICAL",
"installedReason": "Standard"
},
{
"primaryDescription": "Engine control, stop-start system",
"classification": "MECHANICAL",
"installedReason": "Standard"
},
{
"primaryDescription": "Engine control, stop-start system override",
"classification": "MECHANICAL",
"installedReason": "Standard"
},
{
"primaryDescription": "Exhaust, dual-outlet with circular bright tips",
"classification": "MECHANICAL",
"installedReason": "Standard"
},
{
"primaryDescription": "Floor mats, color-keyed all rows (Deleted when LPO floor mats or LPO floor liners are ordered.)",
"classification": "INTERIOR",
"installedReason": "Standard",
"generics": [
{
"id": 118,
"name": "Floor Mats"
}
]
},
{
"primaryDescription": "Following Distance Indicator",
"classification": "SAFETY_AND_SECURITY",
"installedReason": "Standard"
},
{
"primaryDescription": "Forward Collision Alert",
"classification": "SAFETY_AND_SECURITY",
"installedReason": "Standard",
"generics": [
{
"id": 337,
"name": "Front Collision Warning"
}
]
},
{
"primaryDescription": "Front Pedestrian Braking",
"classification": "SAFETY_AND_SECURITY",
"installedReason": "Standard",
"generics": [
{
"id": 336,
"name": "Front Collision Mitigation"
}
]
},
{
"primaryDescription": "Glass, deep-tinted",
"classification": "EXTERIOR",
"installedReason": "Standard",
"generics": [
{
"id": 215,
"name": "Privacy Glass"
}
]
},
{
"primaryDescription": "GVWR, 6160 lbs. (2800 kg)",
"classification": "MECHANICAL",
"installedReason": "Standard"
},
{
"primaryDescription": "Headlamps, automatic on/off",
"classification": "EXTERIOR",
"installedReason": "Standard",
"generics": [
{
"id": 29,
"name": "Automatic Headlights"
}
]
},
{
"primaryDescription": "Headlamps, LED",
"classification": "EXTERIOR",
"installedReason": "Standard"
},
{
"primaryDescription": "Head restraints, front, 2-way adjustable",
"classification": "INTERIOR",
"installedReason": "Standard"
},
{
"primaryDescription": "Head restraints, second and third row outboard, 2-way manual-folding",
"classification": "INTERIOR",
"installedReason": "Standard"
},
{
"primaryDescription": "Heater ducts, 2nd row",
"classification": "INTERIOR",
"installedReason": "Standard"
},
{
"primaryDescription": "Horn, dual-note",
"classification": "SAFETY_AND_SECURITY",
"installedReason": "Standard"
},
{
"primaryDescription": "IntelliBeam, auto high beam control",
"classification": "SAFETY_AND_SECURITY",
"installedReason": "Standard",
"generics": [
{
"id": 342,
"name": "Automatic Highbeams"
}
]
},
{
"primaryDescription": "Keyless Open includes extended range Remote Keyless Entry with lock/unlock feature",
"classification": "COMFORT_AND_CONVENIENCE",
"installedReason": "Standard",
"generics": [
{
"id": 160,
"name": "Keyless Entry"
},
{
"id": 200,
"name": "Power Door Locks"
}
]
},
{
"primaryDescription": "Keyless Start",
"classification": "COMFORT_AND_CONVENIENCE",
"installedReason": "Standard",
"generics": [
{
"id": 161,
"name": "Keyless Start"
}
]
},
{
"primaryDescription": "Lane Change Alert with Side Blind Zone Alert",
"classification": "SAFETY_AND_SECURITY",
"installedReason": "Standard",
"generics": [
{
"id": 40,
"name": "Blind Spot Monitor"
}
]
},
{
"primaryDescription": "Lane Keep Assist with Lane Departure Warning",
"classification": "SAFETY_AND_SECURITY",
"installedReason": "Standard",
"generics": [
{
"id": 165,
"name": "Lane Departure Warning"
},
{
"id": 166,
"name": "Lane Keeping Assist"
}
]
},
{
"primaryDescription": "LATCH system (Lower Anchors and Tethers for CHildren), for child restraint seats",
"classification": "SAFETY_AND_SECURITY",
"installedReason": "Standard"
},
{
"primaryDescription": "Liftgate, rear power (On FWD, included and only available with (ZL3) Convenience and Driver Confidence Package. Standard on AWD.)",
"classification": "COMFORT_AND_CONVENIENCE",
"installedReason": "Standard",
"generics": [
{
"id": 204,
"name": "Power Liftgate"
},
{
"id": 249,
"name": "Remote Trunk Release"
}
]
},
{
"primaryDescription": "Lighting, interior with theater dimming, cargo compartment, reading lights for front seats, second row reading lamps integrated into dome light, door-and tailgate-activated switches and illuminated entry and exit feature",
"classification": "INTERIOR",
"installedReason": "Standard",
"generics": [
{
"id": 133,
"name": "Front Reading Lamps"
},
{
"id": 236,
"name": "Rear Reading Lamps"
}
]
},
{
"primaryDescription": "Mirror caps, body-color",
"classification": "EXTERIOR",
"installedReason": "Standard"
},
{
"primaryDescription": "Mirror, inside rearview manual day/night",
"classification": "INTERIOR",
"installedReason": "Standard"
},
{
"primaryDescription": "Mirrors, outside heated, power-adjustable manual-folding, body-color, with turn signal indicators",
"classification": "COMFORT_AND_CONVENIENCE",
"installedReason": "Standard",
"generics": [
{
"id": 146,
"name": "Heated Mirrors"
},
{
"id": 155,
"name": "Integrated Turn Signal Mirrors"
},
{
"id": 205,
"name": "Power Mirror(s)"
}
]
},
{
"primaryDescription": "Moldings, Black bodyside",
"classification": "EXTERIOR",
"installedReason": "Standard"
},
{
"primaryDescription": "OnStar and Chevrolet connected services capable (Terms and limitations apply. See onstar.com or dealer for details.)",
"classification": "TECHNOLOGY",
"installedReason": "Standard",
"generics": [
{
"id": 296,
"name": "Telematics"
}
]
},
{
"primaryDescription": "Passenger Sensing System sensor indicator inflatable restraint, front passenger/child presence detector (Always use seat belts and the correct child restraints. Children are safer when properly secured in a rear seat in the appropriate child restraint. See the Owner's Manual for more information.)",
"classification": "SAFETY_AND_SECURITY",
"installedReason": "Standard",
"generics": [
{
"id": 193,
"name": "Passenger Air Bag Sensor"
}
]
},
{
"primaryDescription": "Rear Cross Traffic Alert",
"classification": "SAFETY_AND_SECURITY",
"installedReason": "Standard",
"generics": [
{
"id": 87,
"name": "Cross-Traffic Alert"
}
]
},
{
"primaryDescription": "Rear Seat Reminder",
"classification": "SAFETY_AND_SECURITY",
"installedReason": "Standard"
},
{
"primaryDescription": "Rear Vision Camera",
"classification": "SAFETY_AND_SECURITY",
"installedReason": "Standard",
"generics": [
{
"id": 37,
"name": "Back-up Camera"
}
]
},
{
"primaryDescription": "Remote panic alarm",
"classification": "SAFETY_AND_SECURITY",
"installedReason": "Standard",
"generics": [
{
"id": 265,
"name": "Security System"
}
]
},
{
"primaryDescription": "Remote Start (On FWD, included and only available with (ZL3) Convenience and Driver Confidence Package. Standard on AWD.)",
"classification": "COMFORT_AND_CONVENIENCE",
"installedReason": "Standard",
"generics": [
{
"id": 248,
"name": "Remote Engine Start"
}
]
},
{
"primaryDescription": "Roof rails, Black",
"classification": "EXTERIOR",
"installedReason": "Standard"
},
{
"primaryDescription": "Seat adjuster, driver 8-way power",
"classification": "COMFORT_AND_CONVENIENCE",
"installedReason": "Standard",
"generics": [
{
"id": 201,
"name": "Power Driver Seat"
}
]
},
{
"primaryDescription": "Seat adjuster, power driver lumbar control",
"classification": "COMFORT_AND_CONVENIENCE",
"installedReason": "Standard",
"generics": [
{
"id": 99,
"name": "Driver Adjustable Lumbar"
}
]
},
{
"primaryDescription": "Seats, third row 60/40 split-bench, manual-folding",
"classification": "INTERIOR",
"installedReason": "Standard",
"generics": [
{
"id": 1,
"name": "3rd Row Seat"
},
{
"id": 196,
"name": "Pass-Through Rear Seat"
}
]
},
{
"primaryDescription": "Sensor, humidity and windshield temperature",
"classification": "INTERIOR",
"installedReason": "Standard"
},
{
"primaryDescription": "SiriusXM Radio",
"classification": "COMFORT_AND_CONVENIENCE",
"installedReason": "Standard",
"extendedDescription": "enjoy a Platinum Plan trial subscription with over 150 channels including commercial-free music, plus sports, news and entertainment. Plus listening on the SiriusXM app, online and at home on compatible connected devices is included, so you'll hear the best SiriusXM has to offer, anywhere life takes you. Welcome to the world of SiriusXM. (IMPORTANT: The SiriusXM radio trial package is not provided on vehicles that are ordered for Fleet Daily Rental (\"FDR\") use. If you decide to continue service after your trial, the subscription plan you choose will automatically renew thereafter and you will be charged according to your chosen payment method at then-current rates. Fees and taxes apply. See the SiriusXM Customer Agreement at www.siriusxm.com for complete terms and how to cancel. All fees, content, features, and availability are subject to change.)",
"generics": [
{
"id": 259,
"name": "Satellite Radio"
}
]
},
{
"primaryDescription": "SiriusXM with 360L Equipped with SiriusXM with 360L. Enjoy a trial subscription of the Platinum Plan package for the full 360L experience, with a greater variety of SiriusXM content, a more personalized experience and easier navigation. With the Platinum Plan package, you can also enjoy your favorites everywhere you go, with the SiriusXM app, online and at home on compatible connected devices. (Included and only available with (IOS) Chevrolet Infotainment 3 Plus system, 8\" diagonal HD color touchscreen. IMPORTANT: The SiriusXM radio",
"classification": "PACKAGE",
"installedReason": "Standard",
"extendedDescription": "trial package is not provided on vehicles that are ordered for Fleet Daily Rental (\"FDR\") use. If you decide to continue service after your trial, the subscription plan you choose will automatically renew thereafter and you will be charged according to your chosen payment method at then-current rates. Fees and taxes apply. See the SiriusXM Customer Agreement at www.siriusxm.com for complete terms and how to cancel. All fees, content, features, and availability are subject to change. GM connected vehicle services vary by vehicle model and require active service plan, working electrical system, cell reception and GPS signal. See onstar.com for details and limitations.)",
"generics": [
{
"id": 259,
"name": "Satellite Radio"
}
]
},
{
"primaryDescription": "StabiliTrak, stability control system with traction control",
"classification": "SAFETY_AND_SECURITY",
"installedReason": "Standard",
"generics": [
{
"id": 279,
"name": "Stability Control"
},
{
"id": 308,
"name": "Traction Control"
}
]
},
{
"primaryDescription": "Steering column, tilt",
"classification": "INTERIOR",
"installedReason": "Standard",
"generics": [
{
"id": 7,
"name": "Adjustable Steering Wheel"
}
]
},
{
"primaryDescription": "Steering, power",
"classification": "MECHANICAL",
"installedReason": "Standard",
"generics": [
{
"id": 209,
"name": "Power Steering"
}
]
},
{
"primaryDescription": "Steering wheel controls, mounted controls for audio, phone and cruise",
"classification": "COMFORT_AND_CONVENIENCE",
"installedReason": "Standard",
"generics": [
{
"id": 88,
"name": "Cruise Control"
},
{
"id": 286,
"name": "Steering Wheel Audio Controls"
}
]
},
{
"primaryDescription": "Steering wheel, wrapped",
"classification": "INTERIOR",
"installedReason": "Standard"
},
{
"primaryDescription": "Suspension, Ride and Handling",
"classification": "MECHANICAL",
"installedReason": "Standard"
},
{
"primaryDescription": "Taillamps, LED",
"classification": "EXTERIOR",
"installedReason": "Standard"
},
{
"primaryDescription": "Teen Driver a configurable feature that lets you activate customizable vehicle settings associated with a key fob, to help encourage safe driving behavior. It can limit certain available vehicle features, and it prevents certain safety systems from being turned off. It includes the Buckle-to-Drive feature which prevents the driver from shifting from Park for up to 20 seconds if the driver's seat belt is not buckled. An in-vehicle report card gives you information on driving habits and helps you to continue to coach your new driver",
"classification": "SAFETY_AND_SECURITY",
"installedReason": "Standard",
"generics": [
{
"id": 343,
"name": "Other"
}
]
},
{
"primaryDescription": "Theft-deterrent system, electrical, unauthorized entry",
"classification": "SAFETY_AND_SECURITY",
"installedReason": "Standard",
"generics": [
{
"id": 265,
"name": "Security System"
}
]
},
{
"primaryDescription": "Tire, compact spare, T135/70R18, blackwall",
"classification": "EXTERIOR",
"installedReason": "Standard",
"generics": [
{
"id": 298,
"name": "Temporary Spare Tire"
}
]
},
{
"primaryDescription": "Tire Pressure Monitor, includes Tire Fill Alert (Does not monitor spare.)",
"classification": "SAFETY_AND_SECURITY",
"installedReason": "Standard",
"generics": [
{
"id": 302,
"name": "Tire Pressure Monitor"
}
]
},
{
"primaryDescription": "Tool kit, road emergency",
"classification": "MECHANICAL",
"installedReason": "Standard"
},
{
"primaryDescription": "Umbrella holders, driver and front passenger doors",
"classification": "INTERIOR",
"installedReason": "Standard"
},
{
"primaryDescription": "Universal Home Remote includes garage door opener, programmable (On FWD, included and only available with (ZL3) Convenience and Driver Confidence Package. Standard on AWD.)",
"classification": "COMFORT_AND_CONVENIENCE",
"installedReason": "Standard",
"generics": [
{
"id": 317,
"name": "Universal Garage Door Opener"
}
]
},
{
"primaryDescription": "USB ports 2 first row, 2 second row, 2 third row",
"classification": "INTERIOR",
"installedReason": "Standard"
},
{
"primaryDescription": "Vehicle health management",
"classification": "INTERIOR",
"installedReason": "Standard"
},
{
"primaryDescription": "Visors, driver and passenger illuminated vanity mirrors, covered",
"classification": "INTERIOR",
"installedReason": "Standard",
"generics": [
{
"id": 101,
"name": "Driver Illuminated Vanity Mirror"
},
{
"id": 104,
"name": "Driver Vanity Mirror"
},
{
"id": 194,
"name": "Passenger Illuminated Visor Mirror"
},
{
"id": 195,
"name": "Passenger Vanity Mirror"
}
]
},
{
"primaryDescription": "Wheel, spare, 18\" (45.7 cm) steel",
"classification": "EXTERIOR",
"installedReason": "Standard",
"generics": [
{
"id": 81,
"name": "Conventional Spare Tire"
}
]
},
{
"primaryDescription": "Wi-Fi Hotspot capable (Terms and limitations apply. See onstar.com or dealer for details.)",
"classification": "COMFORT_AND_CONVENIENCE",
"installedReason": "Standard",
"generics": [
{
"id": 329,
"name": "WiFi Hotspot"
}
]
},
{
"primaryDescription": "Windows, power with driver Express Up/Down and front passenger Express-Down",
"classification": "COMFORT_AND_CONVENIENCE",
"installedReason": "Standard",
"generics": [
{
"id": 212,
"name": "Power Windows"
}
]
},
{
"primaryDescription": "Wiper, rear intermittent with washer",
"classification": "COMFORT_AND_CONVENIENCE",
"installedReason": "Standard",
"generics": [
{
"id": 159,
"name": "Intermittent Wipers"
}
]
},
{
"primaryDescription": "Wipers, front intermittent with washers",
"classification": "COMFORT_AND_CONVENIENCE",
"installedReason": "Standard",
"generics": [
{
"id": 159,
"name": "Intermittent Wipers"
}
]
},
{
"primaryDescription": "Wireless Phone Charging",
"classification": "INTERIOR",
"installedReason": "Standard"
},
{
"primaryDescription": "JET BLACK, PREMIUM CLOTH SEAT TRIM",
"classification": "INTERIOR",
"installedReason": "Build Data",
"generics": [
{
"id": 76,
"name": "Cloth Seats"
},
{
"id": 262,
"name": "Seat Trim"
}
]
},
{
"primaryDescription": "SEATS, FRONT BUCKET",
"classification": "INTERIOR",
"installedReason": "Build Data",
"generics": [
{
"id": 54,
"name": "Bucket Seat"
}
]
},
{
"primaryDescription": "HITCH GUIDANCE, TRAILERING ASSIST GUIDELINE",
"classification": "OTHER",
"installedReason": "Build Data"
},
{
"primaryDescription": "TIRES, P255/65R18 ALL-SEASON BLACKWALL",
"classification": "EXTERIOR",
"installedReason": "Build Data",
"generics": [
{
"id": 124,
"name": "Front All-Season Tires"
},
{
"id": 222,
"name": "Rear All-Season Tires"
}
]
},
{
"primaryDescription": "LICENSE PLATE FRONT MOUNTING PACKAGE",
"classification": "PACKAGE",
"installedReason": "Build Data",
"extendedDescription": "(will be forced on orders with ship-to states that require a front license plate)"
},
{
"primaryDescription": "LPO, INTEGRATED CARGO LINER",
"classification": "OTHER",
"installedReason": "Build Data"
},
{
"primaryDescription": "LPO, FLOOR LINER PACKAGE",
"classification": "PACKAGE",
"installedReason": "Build Data",
"extendedDescription": "Includes (RIA) front and second row all-weather floor liner, LPO, (RIB) third row all-weather floor liner, LPO and (CAV) integrated cargo liner, LPO",
"generics": [
{
"id": 118,
"name": "Floor Mats"
}
]
},
{
"primaryDescription": "LPO, ALL-WEATHER FLOOR LINER, FIRST AND SECOND ROW",
"classification": "INTERIOR",
"installedReason": "Build Data",
"generics": [
{
"id": 118,
"name": "Floor Mats"
}
]
},
{
"primaryDescription": "LPO, ALL-WEATHER FLOOR LINER, 3RD ROW",
"classification": "OTHER",
"installedReason": "Build Data"
},
{
"primaryDescription": "TRAILERING EQUIPMENT",
"classification": "EXTERIOR",
"installedReason": "Build Data",
"extendedDescription": "includes (V08) heavy-duty cooling system, trailer hitch and (CTT) trailering assist guidelines (On AWD, includes (PZ8) Hitch Guidance with Hitch View.)",
"generics": [
{
"id": 304,
"name": "Tow Hitch"
}
]
},
{
"primaryDescription": "WHEELS, 18-INCH (45.7 CM) BRIGHT SILVER-PAINTED ALUMINUM",
"classification": "EXTERIOR",
"installedReason": "Build Data",
"generics": [
{
"id": 20,
"name": "Aluminum Wheels"
}
]
},
{
"primaryDescription": "SEATING, 7-PASSENGER (2-2-3 SEATING CONFIGURATION)",
"classification": "INTERIOR",
"installedReason": "Build Data",
"generics": [
{
"id": 1,
"name": "3rd Row Seat"
},
{
"id": 54,
"name": "Bucket Seat"
},
{
"id": 263,
"name": "Second Row Captain's Chairs"
}
]
},
{
"primaryDescription": "FLEET PROCESSING OPTION",
"classification": "OTHER",
"installedReason": "Build Data"
},
{
"primaryDescription": "EMISSIONS, FEDERAL REQUIREMENTS",
"classification": "EMISSIONS",
"installedReason": "Build Data"
},
{
"primaryDescription": "COOLING SYSTEM, HEAVY-DUTY",
"classification": "OTHER",
"installedReason": "Build Data"
},
{
"primaryDescription": "AUDIO SYSTEM, CHEVROLET INFOTAINMENT 3 PLUS SYSTEM",
"classification": "COMFORT_AND_CONVENIENCE",
"installedReason": "Build Data",
"extendedDescription": "8\" diagonal HD color touchscreen, AM/FM stereo, Bluetooth audio streaming for 2 active devices, Apple CarPlay and Android Auto capable, voice recognition, in-vehicle apps, cloud connected personalization for select infotainment and vehicle settings. Subscription required for enhanced and connected services after trial period",
"generics": [
{
"id": 21,
"name": "AM/FM Radio"
},
{
"id": 22,
"name": "Android Auto"
},
{
"id": 24,
"name": "Apple CarPlay"
},
{
"id": 32,
"name": "Auxiliary Audio Input"
},
{
"id": 42,
"name": "Bluetooth Connection"
},
{
"id": 273,
"name": "Smart Device Integration"
},
{
"id": 480,
"name": "MP3 Capability"
}
]
},
{
"primaryDescription": "LT CLOTH PREFERRED EQUIPMENT GROUP",
"classification": "PACKAGE",
"installedReason": "Build Data",
"extendedDescription": "Includes Standard Equipment",
"generics": [
{
"id": 76,
"name": "Cloth Seats"
}
]
},
{
"primaryDescription": "HITCH GUIDANCE WITH HITCH VIEW",
"classification": "SAFETY_AND_SECURITY",
"installedReason": "Build Data",
"generics": [
{
"id": 37,
"name": "Back-up Camera"
}
]
},
{
"primaryDescription": "Seat adjuster, front passenger 2-way manual",
"classification": "INTERIOR",
"installedReason": "Standard"
},
{
"primaryDescription": "Display, 4.2\" diagonal driver instrument information, enhanced, multi-color (On FWD, included and only available with (ZL3) Convenience and Driver Confidence Package. Standard on AWD.)",
"classification": "INTERIOR",
"installedReason": "Standard"
},
{
"primaryDescription": "3 Years of Remote Access The Remote Access Plan gives you simplified remote control of your properly equipped vehicle and unlocks a variety of great features in your myChevrolet mobile app. See dealer for details. (Remote Access Plan does not include emergency or security services. See onstar.com for details and limitations. Available on select Apple and Android devices. Service availability, features and functionality vary by vehicle, device, and the plan you are enrolled in. Terms apply. Device data connection required.)",
"classification": "SAFETY_AND_SECURITY",
"installedReason": "Standard"
},
{
"primaryDescription": "DELETED 3 YEARS OF REMOTE ACCESS",
"classification": "OTHER",
"installedReason": "Build Data"
},
{
"primaryDescription": "NOT EQUIPPED WITH REAR PARK ASSIST, SEE DEALER FOR DETAILS.",
"classification": "OTHER",
"installedReason": "Build Data",
"extendedDescription": "Does not include later dealer retrofit. (Beginning October 17, 2022, certain vehicles will be forced to include (060) Not Equipped with Rear Park Assist, which removes Rear Park Assist. Does not include later dealer retrofit. See dealer for details or the window label for the features on a specific vehicle.)"
},
{
"primaryDescription": "Seats, heated driver and front passenger (On FWD, included and only available with (ZL3) Convenience and Driver Confidence Package. Standard on AWD.)",
"classification": "COMFORT_AND_CONVENIENCE",
"installedReason": "Standard",
"generics": [
{
"id": 145,
"name": "Heated Front Seat"
}
]
}
],
"consumerInformation": [
{
"type": "Warranty",
"content": {
"Corrosion Miles/km | Rust-Through": "100,000",
"Drivetrain Miles/km": "60,000",
"Roadside Assistance Miles/km": "60,000",
"Corrosion Years | Rust-Through": "6",
"Basic Miles/km": "36,000",
"Maintenance Note": "First Visit: 12 Months/12,000 Miles",
"Roadside Assistance Note": "Certain commercial, government, and qualified fleet vehicles: 5 years/100,000 miles",
"Corrosion Miles/km": "36,000",
"Roadside Assistance Years": "5",
"Drivetrain Years": "5",
"Drivetrain Note": "Certain commercial, government, and qualified fleet vehicles: 5 years/100,000 miles",
"Basic Years": "3",
"Corrosion Years": "3"
}
}
]
},
"detailPageUrl": null,
"doorCount": 4,
"driveTrain": "AWD",
"driveTrainIds": [
"740a9317-9362-4747-9d5c-98cc0fa11c97"
],
"engineFuelType": "Gasoline",
"engineFuelTypeIds": [
"00000000-0000-2000-0000-000000000254"
],
"engineType": "6 Cylinder",
"engineTypeIds": [
"00000000-0000-2000-0000-000000008499"
],
"equipment": null,
"eventSaleId": null,
"eventSaleName": null,
"exteriorColor": "White",
"exteriorColorCode": "GAZ",
"exteriorColorIds": [
"00000000-0000-1000-0000-000000000116"
],
"facilitatingAuction": "Manheim Houston",
"facilitationLocation": "Manheim Houston",
"facilitationServiceProviderCode": "BIGH",
"fordCategoryCode": null,
"frameDamage": null,
"hasAirConditioning": true,
"hasConditionReport": true,
"hasFrameDamage": false,
"hasPriorPaint": false,
"images": null,
"interiorColor": "Black",
"interiorColorCode": null,
"interiorColorIds": [
"00000000-0000-1000-0000-000000000151"
],
"interiorType": "Cloth",
"inventorySource": "Simulcast",
"inventorySourceIds": [
"00000000-0000-1000-0000-200000000003"
],
"isAutoGradeOrManheimGrade": true,
"isCertified": false,
"isManheimFacilitated": true,
"isTra": false,
"laneNumber": 2,
"listedAt": "2025-08-20T22:05:53Z",
"locationCity": null,
"locationFullZipcode": "",
"locationZipcode": "",
"mComVdpUrl": "https://search.manheim.com/results#/details/1GNEVGKW7PJ233743/Simulcast",
"make": "Chevrolet",
"makeId": "00000000-0000-3010-0000-000000010000",
"mmrPrice": 32300,
"modelIds": [
"7582ec89-50ac-4f1e-bc1b-36cfb84c9293"
],
"models": [
"Traverse"
],
"odometer": 23574,
"odometerUnits": "mi",
"offsite": false,
"options": [
"Driver Air Bag",
"Power Windows",
"AM/FM Stereo",
"Front Side Air Bag",
"50 State Emissions",
"Front Head Air Bag",
"Cloth Seats",
"Cruise Control",
"Hard Top",
"Passenger Air Bag",
"Power Steering",
"Rear Defrost",
"ABS",
"A/C",
"Rear Head Air Bag",
"Rear Side Air Bag",
"Adjustable Steering Wheel",
"Power Door Locks",
"Power Driver Seat"
],
"orgGroupCodes": null,
"pickupLocation": "TX - Manheim Houston",
"pickupLocationCity": "Houston",
"pickupLocationState": "TX",
"pickupLocationZipcode": "77041-1103",
"pickupRegion": "Southwest",
"pickupRegionIds": [
"00000000-0000-2000-0000-000000000230"
],
"remarks": "*CLEAN CAR FAX",
"runNumber": 57,
"saleDate": "2025-08-26",
"saleDateList": [
"2025-08-26"
],
"saleNumber": 35,
"saleYear": 2025,
"salvageVehicle": false,
"salvageVehicleOrTitleStatus": false,
"sellerDisclosureUrl": "",
"sellerName": "Auto Mall 59",
"sellerTypes": [
"Independent"
],
"simulcastSaleUrl": "https://simulcast.manheim.com/simulcast/checkRequirementsAndStartBuyerAuction.do?vehicleGroupKey=a:BIGH_s:167471_c:OPEN_l:2_v:2_q:1-999&country=usa&locale=en_US",
"statusIds": [
"99999999-9999-9999-9999-000000000005"
],
"statuses": [
"Not Specified"
],
"titleBrandings": null,
"titleState": null,
"titleStatus": "Not Specified",
"titleStatusIds": [
"99999999-9999-9999-9999-000000000019"
],
"topType": "Hard Top Roof",
"topTypeIds": [
"00000000-0000-2000-0000-000000000266"
],
"transmission": "Automatic",
"transmissionIds": [
"00000000-0000-2000-0000-000000000263"
],
"trimIds": [
"a4a6d18f-12d9-4468-95ac-6f32811b4a00"
],
"trims": [
"LT Cloth"
],
"updatedAt": "2025-08-20T22:05:53Z",
"vehicleSubTypeIds": [
"00000000-0000-1000-0000-000100000003"
],
"vehicleSubTypes": [
"Sport Utility"
],
"vehicleTypeIds": [
"00000000-0000-1000-0000-000100000100"
],
"vehicleTypes": [
"Passenger"
],
"vin": "1GNEVGKW7PJ233743",
"year": "2023",
"yearId": "00000000-0000-1000-0000-000000002023"
}
],
"totalCount": 1,
"filters": {
"contactGuid": "bcefe9f6-a5f0-eb11-b307-00505697f152",
"vins": [
"1GNEVGKW7PJ233743"
]
},
"sortOptions": "relevance:desc",
"id": "670ee6da-6eda-40eb-9b35-9512a5a3facd"
}Sample request with enrichments
json
{
"executeNow": true,
"includeEnrichments": true,
"limit": 1
}Examples
Example JSON Request - Minimal Search Request
json
{
"limit": 1
}Response:
json
{
"id": "a3af69a1-613e-40eb-a15a-cb2b0f27cda7",
"href": "https://api.manheim.com/searches/execute/id/a3af69a1-613e-40eb-a15a-cb2b0f27cda7"
}Example JSON Request - Minimal Search Request and Execute
json
{
"limit": 1,
"executeNow": true
}Response:
json
{
"executionTime": "2021-10-20T01:33:38+00:00",
"hiddenCount": 3,
"count": 1,
"href": "https://api.manheim.com/searches/execute/id/a2b4c75e-4808-49e8-a7d1-4ffcda407fd8",
"filters": {
"contactGuid": "00000000-0000-0000-0000-000000000000"
},
"id": "a2b4c75e-4808-49e8-a7d1-4ffcda407fd8",
"totalCount": 149302,
"items": [
{
"source": "Simulcast",
"id": "Simulcast.NADE.17883469"
}
]
}Example JSON Request - Simple Search with taxonomy ID's
json
{
"executeNow": true,
"includeFacets": false,
"includeFilters": false,
"makeModelTrimIds": [
{
"makeId": "00000000-0000-3006-0000-000000010000",
"modelId": "00000000-0000-3006-0000-000000000106"
}
],
"fields": [
"vin",
"make",
"models",
"odometer"
],
"limit": 5,
"start": 0
}Response:
json
{
"executionTime": "2021-10-20T01:26:57+00:00",
"hiddenCount": 3,
"count": 5,
"href": "https://api.manheim.com/searches/execute/id/a5f1d2df-539e-47e2-a750-49ef7c143955",
"id": "a5f1d2df-539e-47e2-a750-49ef7c143955",
"totalCount": 756,
"items": [
{
"models": [
"5 Series"
],
"odometer": 31302,
"vin": "WBAJE5C58KWW26211",
"source": "Simulcast",
"id": "Simulcast.CADE.13899683",
"make": "BMW"
},
{
"models": [
"5 Series"
],
"odometer": 45415,
"vin": "WBAJE5C51KWE66448",
"source": "Simulcast",
"id": "Simulcast.CADE.13898356",
"make": "BMW"
},
{
"models": [
"5 Series"
],
"odometer": 22630,
"vin": "WBAJA5C55JG898221",
"source": "OVE",
"id": "OVE.TLAA.238389741",
"make": "BMW"
},
{
"models": [
"5 Series"
],
"odometer": 56001,
"vin": "WBA5B1C5XGG551130",
"source": "Simulcast",
"id": "Simulcast.MAA.22050118",
"make": "BMW"
},
{
"models": [
"5 Series"
],
"odometer": 66753,
"vin": "WBAJA5C52JG898497",
"source": "Simulcast",
"id": "Simulcast.TBAA.12695956",
"make": "BMW"
}
]
}Example JSON Request - Complex Search and Execute
json
{
"executeNow": true,
"includeFacets": false,
"includeFilters": false,
"keyword": "BMW",
"makeModelTrimIds": [
{
"makeId": "00000000-0000-3006-0000-000000010000",
"modelId": "00000000-0000-3006-0000-000000000106"
}
],
"startOdo": 15000,
"stopOdo": 90000,
"startDoorCount": 0,
"stopDoorCount": 5,
"hasSellerDisclosure": false,
"asIs": false,
"odometerCheckOK": true,
"startOwnerCount": 1,
"stopOwnerCount": 9,
"limit": 1
}Response:
json
{
"executionTime": "2021-10-20T15:19:21+00:00",
"hiddenCount": 0,
"sortOptions": "relevance:desc",
"count": 1,
"href": "https://api.manheim.com/searches/execute/id/ffbcd0fd-01db-480c-86c2-e42c5eba8c23",
"id": "ffbcd0fd-01db-480c-86c2-e42c5eba8c23",
"totalCount": 153129,
"items": [
{
"bodyType": "Sedan",
"auctionStartTime": "2021-10-20T20:00:00Z",
"exteriorColorIds": [
"00000000-0000-1000-0000-000000000116"
],
"offsite": null,
"locationFullZipcode": "16066",
"year": "2018",
"trims": [
"Not Specified"
],
"source": "OVE",
"facilitationServiceProviderCode": "BAA",
"saleNumber": null,
"salvageVehicleOrTitleStatus": false,
"yearId": "00000000-0000-1000-0000-000000002018",
"hasPriorPaint": true,
"engineFuelType": "Gasoline",
"transmission": "Automatic",
"options": null,
"vin": "19UUB3F60JA802103",
"id": "OVE.BAA.238878719",
"hasAirConditioning": true,
"doorCount": 4,
"updatedAt": "2021-10-25T07:19:53Z",
"makeId": "00000000-0000-1000-0000-000101000001",
"topType": "Sun Roof",
"models": [
"TLX"
],
"images": [
{
"largeUrl": "https://images.cdn.manheim.com/20210929204058-7e002679-1f17-4151-8074-bdbd0f42b152.jpg",
"smallUrl": "https://images.cdn.manheim.com/20210929204058-7e002679-1f17-4151-8074-bdbd0f42b152.jpg?size=w86h64",
"description": "Image 1",
"angle": "",
"dziUrl": "",
"sequence": 1
},
{
"largeUrl": "https://images.cdn.manheim.com/20210929204059-676a51ad-b0d1-4c2c-a45f-09de094bc118.jpg",
"smallUrl": "https://images.cdn.manheim.com/20210929204059-676a51ad-b0d1-4c2c-a45f-09de094bc118.jpg?size=w86h64",
"description": "Image 2",
"angle": "",
"dziUrl": "",
"sequence": 2
},
{
"largeUrl": "https://images.cdn.manheim.com/20210929204100-bb412cbf-2f33-4915-9bd1-482fdfd7c704.jpg",
"smallUrl": "https://images.cdn.manheim.com/20210929204100-bb412cbf-2f33-4915-9bd1-482fdfd7c704.jpg?size=w86h64",
"description": "Image 3",
"angle": "",
"dziUrl": "",
"sequence": 3
},
{
"largeUrl": "https://images.cdn.manheim.com/20210929204141-2896f60a-dd61-4638-baea-54e06018be76.jpg",
"smallUrl": "https://images.cdn.manheim.com/20210929204141-2896f60a-dd61-4638-baea-54e06018be76.jpg?size=w86h64",
"description": "Image 4",
"angle": "",
"dziUrl": "",
"sequence": 4
},
{
"largeUrl": "https://images.cdn.manheim.com/20210929204140-5ea0667c-4f07-4a4d-92b5-b64c86759020.jpg",
"smallUrl": "https://images.cdn.manheim.com/20210929204140-5ea0667c-4f07-4a4d-92b5-b64c86759020.jpg?size=w86h64",
"description": "Image 5",
"angle": "",
"dziUrl": "",
"sequence": 5
},
{
"largeUrl": "https://images.cdn.manheim.com/20210929204139-2b7ed823-3339-4e34-8656-e84dfb37e3c0.jpg",
"smallUrl": "https://images.cdn.manheim.com/20210929204139-2b7ed823-3339-4e34-8656-e84dfb37e3c0.jpg?size=w86h64",
"description": "Image 6",
"angle": "",
"dziUrl": "",
"sequence": 6
},
{
"largeUrl": "https://images.cdn.manheim.com/20210929204138-16f8449a-b32f-443f-8cdd-ae3bce428756.jpg",
"smallUrl": "https://images.cdn.manheim.com/20210929204138-16f8449a-b32f-443f-8cdd-ae3bce428756.jpg?size=w86h64",
"description": "Image 7",
"angle": "",
"dziUrl": "",
"sequence": 7
},
{
"largeUrl": "https://images.cdn.manheim.com/20210929204101-d5b450d8-e4c8-48d4-81ff-d0e206d9905b.jpg",
"smallUrl": "https://images.cdn.manheim.com/20210929204101-d5b450d8-e4c8-48d4-81ff-d0e206d9905b.jpg?size=w86h64",
"description": "Image 8",
"angle": "",
"dziUrl": "",
"sequence": 8
},
{
"largeUrl": "https://images.cdn.manheim.com/20210929204102-503ac8d1-5254-4818-94ab-1a1dfcae35d0.jpg",
"smallUrl": "https://images.cdn.manheim.com/20210929204102-503ac8d1-5254-4818-94ab-1a1dfcae35d0.jpg?size=w86h64",
"description": "Image 9",
"angle": "",
"dziUrl": "",
"sequence": 9
},
{
"largeUrl": "https://images.cdn.manheim.com/20210929204103-adb387cf-f1bb-4198-9a15-3b6870270288.jpg",
"smallUrl": "https://images.cdn.manheim.com/20210929204103-adb387cf-f1bb-4198-9a15-3b6870270288.jpg?size=w86h64",
"description": "Image 10",
"angle": "",
"dziUrl": "",
"sequence": 10
},
{
"largeUrl": "https://images.cdn.manheim.com/20210929204105-afb8eb56-59f6-417e-be86-fb5afc34e7c7.jpg",
"smallUrl": "https://images.cdn.manheim.com/20210929204105-afb8eb56-59f6-417e-be86-fb5afc34e7c7.jpg?size=w86h64",
"description": "Image 11",
"angle": "",
"dziUrl": "",
"sequence": 11
},
{
"largeUrl": "https://images.cdn.manheim.com/20210929204107-9ff49929-6ec3-4911-9487-11732508ed23.jpg",
"smallUrl": "https://images.cdn.manheim.com/20210929204107-9ff49929-6ec3-4911-9487-11732508ed23.jpg?size=w86h64",
"description": "Image 12",
"angle": "",
"dziUrl": "",
"sequence": 12
},
{
"largeUrl": "https://images.cdn.manheim.com/20210929204108-9ad07b14-9a5b-4350-abcf-b6fd84959eb9.jpg",
"smallUrl": "https://images.cdn.manheim.com/20210929204108-9ad07b14-9a5b-4350-abcf-b6fd84959eb9.jpg?size=w86h64",
"description": "Image 13",
"angle": "",
"dziUrl": "",
"sequence": 13
},
{
"largeUrl": "https://images.cdn.manheim.com/20210929204109-42090778-ae92-4b75-b702-ad1753b83638.jpg",
"smallUrl": "https://images.cdn.manheim.com/20210929204109-42090778-ae92-4b75-b702-ad1753b83638.jpg?size=w86h64",
"description": "Image 14",
"angle": "",
"dziUrl": "",
"sequence": 14
},
{
"largeUrl": "https://images.cdn.manheim.com/20210929204111-ea711dbf-808b-433c-bb4f-1f87bff69eca.jpg",
"smallUrl": "https://images.cdn.manheim.com/20210929204111-ea711dbf-808b-433c-bb4f-1f87bff69eca.jpg?size=w86h64",
"description": "Image 15",
"angle": "",
"dziUrl": "",
"sequence": 15
},
{
"largeUrl": "https://images.cdn.manheim.com/20210929204112-1cb26c9e-2fe6-45a7-89c8-e67d28951292.jpg",
"smallUrl": "https://images.cdn.manheim.com/20210929204112-1cb26c9e-2fe6-45a7-89c8-e67d28951292.jpg?size=w86h64",
"description": "Image 16",
"angle": "",
"dziUrl": "",
"sequence": 16
},
{
"largeUrl": "https://images.cdn.manheim.com/20210929204113-5846182e-14a4-4b88-bd89-72c4d3aaf1a8.jpg",
"smallUrl": "https://images.cdn.manheim.com/20210929204113-5846182e-14a4-4b88-bd89-72c4d3aaf1a8.jpg?size=w86h64",
"description": "Image 17",
"angle": "",
"dziUrl": "",
"sequence": 17
},
{
"largeUrl": "https://images.cdn.manheim.com/20210929204114-cdc6afde-635f-4ab2-bf8a-2cd4d0d78991.jpg",
"smallUrl": "https://images.cdn.manheim.com/20210929204114-cdc6afde-635f-4ab2-bf8a-2cd4d0d78991.jpg?size=w86h64",
"description": "Image 18",
"angle": "",
"dziUrl": "",
"sequence": 18
},
{
"largeUrl": "https://images.cdn.manheim.com/20210929204116-bb27469b-adf0-4848-901c-ad94fe8dfc43.jpg",
"smallUrl": "https://images.cdn.manheim.com/20210929204116-bb27469b-adf0-4848-901c-ad94fe8dfc43.jpg?size=w86h64",
"description": "Image 19",
"angle": "",
"dziUrl": "",
"sequence": 19
},
{
"largeUrl": "https://images.cdn.manheim.com/20210929204117-0879fc09-6400-4c29-a6a1-272675122386.jpg",
"smallUrl": "https://images.cdn.manheim.com/20210929204117-0879fc09-6400-4c29-a6a1-272675122386.jpg?size=w86h64",
"description": "Image 20",
"angle": "",
"dziUrl": "",
"sequence": 20
},
{
"largeUrl": "https://images.cdn.manheim.com/20210929204118-4bf4b6ac-f880-44d2-8f28-e1e992e03a05.jpg",
"smallUrl": "https://images.cdn.manheim.com/20210929204118-4bf4b6ac-f880-44d2-8f28-e1e992e03a05.jpg?size=w86h64",
"description": "Image 21",
"angle": "",
"dziUrl": "",
"sequence": 21
},
{
"largeUrl": "https://images.cdn.manheim.com/20210929204119-809c1921-909c-4363-ae61-af14bde7daaa.jpg",
"smallUrl": "https://images.cdn.manheim.com/20210929204119-809c1921-909c-4363-ae61-af14bde7daaa.jpg?size=w86h64",
"description": "Image 22",
"angle": "",
"dziUrl": "",
"sequence": 22
},
{
"largeUrl": "https://images.cdn.manheim.com/20210929204120-149b83db-40a7-4530-832e-e36b82c16b12.jpg",
"smallUrl": "https://images.cdn.manheim.com/20210929204120-149b83db-40a7-4530-832e-e36b82c16b12.jpg?size=w86h64",
"description": "Image 23",
"angle": "",
"dziUrl": "",
"sequence": 23
},
{
"largeUrl": "https://images.cdn.manheim.com/20210929204121-6685e7e6-0d40-4be3-86f9-d52d41a9da28.jpg",
"smallUrl": "https://images.cdn.manheim.com/20210929204121-6685e7e6-0d40-4be3-86f9-d52d41a9da28.jpg?size=w86h64",
"description": "Image 24",
"angle": "",
"dziUrl": "",
"sequence": 24
},
{
"largeUrl": "https://images.cdn.manheim.com/20210929204122-9e143b82-1f09-4850-8fa2-395d528574da.jpg",
"smallUrl": "https://images.cdn.manheim.com/20210929204122-9e143b82-1f09-4850-8fa2-395d528574da.jpg?size=w86h64",
"description": "Image 25",
"angle": "",
"dziUrl": "",
"sequence": 25
},
{
"largeUrl": "https://images.cdn.manheim.com/20210929204124-c9190a7c-0e8b-4bc5-9661-88ec5abc7b48.jpg",
"smallUrl": "https://images.cdn.manheim.com/20210929204124-c9190a7c-0e8b-4bc5-9661-88ec5abc7b48.jpg?size=w86h64",
"description": "Image 26",
"angle": "",
"dziUrl": "",
"sequence": 26
},
{
"largeUrl": "https://images.cdn.manheim.com/20210929204125-a10dd708-59f9-4ef4-aac9-f5977c2703e7.jpg",
"smallUrl": "https://images.cdn.manheim.com/20210929204125-a10dd708-59f9-4ef4-aac9-f5977c2703e7.jpg?size=w86h64",
"description": "Image 27",
"angle": "",
"dziUrl": "",
"sequence": 27
},
{
"largeUrl": "https://images.cdn.manheim.com/20210929204126-39740c8f-0864-426f-bf1e-29d622378b8a.jpg",
"smallUrl": "https://images.cdn.manheim.com/20210929204126-39740c8f-0864-426f-bf1e-29d622378b8a.jpg?size=w86h64",
"description": "Image 28",
"angle": "",
"dziUrl": "",
"sequence": 28
},
{
"largeUrl": "https://images.cdn.manheim.com/20210929204127-1c83d467-cd92-4fa6-89bc-812a5919d3f0.jpg",
"smallUrl": "https://images.cdn.manheim.com/20210929204127-1c83d467-cd92-4fa6-89bc-812a5919d3f0.jpg?size=w86h64",
"description": "Image 29",
"angle": "",
"dziUrl": "",
"sequence": 29
},
{
"largeUrl": "https://images.cdn.manheim.com/20210929204128-f3fca300-7436-4c15-9635-eacb3eaf42fd.jpg",
"smallUrl": "https://images.cdn.manheim.com/20210929204128-f3fca300-7436-4c15-9635-eacb3eaf42fd.jpg?size=w86h64",
"description": "Image 30",
"angle": "",
"dziUrl": "",
"sequence": 30
},
{
"largeUrl": "https://images.cdn.manheim.com/20210929204129-60b86ffc-0bf1-436b-ab0d-273110d92b1e.jpg",
"smallUrl": "https://images.cdn.manheim.com/20210929204129-60b86ffc-0bf1-436b-ab0d-273110d92b1e.jpg?size=w86h64",
"description": "Image 31",
"angle": "",
"dziUrl": "",
"sequence": 31
},
{
"largeUrl": "https://images.cdn.manheim.com/20210929204131-2b8d33cc-43b3-4e98-ac86-d8ca810d0748.jpg",
"smallUrl": "https://images.cdn.manheim.com/20210929204131-2b8d33cc-43b3-4e98-ac86-d8ca810d0748.jpg?size=w86h64",
"description": "Image 32",
"angle": "",
"dziUrl": "",
"sequence": 32
},
{
"largeUrl": "https://images.cdn.manheim.com/20210929204132-9c9f2af2-81c7-4487-b69e-93070cda0c4f.jpg",
"smallUrl": "https://images.cdn.manheim.com/20210929204132-9c9f2af2-81c7-4487-b69e-93070cda0c4f.jpg?size=w86h64",
"description": "Image 33",
"angle": "",
"dziUrl": "",
"sequence": 33
},
{
"largeUrl": "https://images.cdn.manheim.com/20210929204133-9f198d7e-9845-4dd2-ae94-e55adbe7b552.jpg",
"smallUrl": "https://images.cdn.manheim.com/20210929204133-9f198d7e-9845-4dd2-ae94-e55adbe7b552.jpg?size=w86h64",
"description": "Image 34",
"angle": "",
"dziUrl": "",
"sequence": 34
},
{
"largeUrl": "https://images.cdn.manheim.com/20210929204135-e018f19c-6250-468c-a6f8-98603c5739b5.jpg",
"smallUrl": "https://images.cdn.manheim.com/20210929204135-e018f19c-6250-468c-a6f8-98603c5739b5.jpg?size=w86h64",
"description": "Image 35",
"angle": "",
"dziUrl": "",
"sequence": 35
},
{
"largeUrl": "https://images.cdn.manheim.com/20210929204136-f9bbb43e-fd1f-48c2-a8ce-01e3e70fcc92.jpg",
"smallUrl": "https://images.cdn.manheim.com/20210929204136-f9bbb43e-fd1f-48c2-a8ce-01e3e70fcc92.jpg?size=w86h64",
"description": "Image 36",
"angle": "",
"dziUrl": "",
"sequence": 36
},
{
"largeUrl": "https://images.cdn.manheim.com/20210929204136-e6fcb82b-b920-46c7-b94c-a8e02a5c61dc.jpg",
"smallUrl": "https://images.cdn.manheim.com/20210929204136-e6fcb82b-b920-46c7-b94c-a8e02a5c61dc.jpg?size=w86h64",
"description": "Image 37",
"angle": "",
"dziUrl": "",
"sequence": 37
},
{
"largeUrl": "https://images.cdn.manheim.com/20210929204137-45936030-2cee-4097-b285-9ef5ccf38308.jpg",
"smallUrl": "https://images.cdn.manheim.com/20210929204137-45936030-2cee-4097-b285-9ef5ccf38308.jpg?size=w86h64",
"description": "Image 38",
"angle": "",
"dziUrl": "",
"sequence": 38
}
],
"titleStatus": "Not Specified",
"odometer": 67663,
"captureEnrichment": {
"found": false,
"error": false
},
"isCertified": false,
"eventSaleId": null,
"additionalAnnouncements": null,
"bodyStyle": null,
"equipment": [
"Child Seat",
"GPS",
"Tinted Glass",
"Dual Climate Control",
"Air Bag - Side Curtain",
"Power Windows",
"Power Steering",
"Power Mirrors",
"Child Seat Anchors",
"Heated Seats",
"Power Seats",
"Rear Window Defroster",
"Power Brakes",
"Antilock Brakes",
"Tilt/Telescope Wheel",
"Power Door Locks",
"Alloy Wheels",
"Airbags",
"Air Conditioning",
"Cruise Control"
],
"isAutoGradeOrManheimGrade": false,
"atAuction": false,
"buyNowPrice": 30900,
"engineFuelTypeIds": [
"00000000-0000-2000-0000-000000000254"
],
"eventSaleName": null,
"vehicleTypeIds": [
"00000000-0000-1000-0000-000100000100",
"00000000-0000-1000-0000-000100000001"
],
"exteriorColorCode": null,
"frameDamage": false,
"fordCategoryCode": null,
"runNumber": null,
"titleState": "OH",
"engineTypeIds": [
"00000000-0000-2000-0000-000000008499"
],
"auctionEndTime": "2021-10-25T20:00:00Z",
"locationCity": "CRANBERRY TOWNSHIP",
"interiorColorIds": [
"00000000-0000-1000-0000-000000000163"
],
"hasFrameDamage": false,
"locationZipcode": "16066",
"vehicleTypes": [
"Passenger",
"Car"
],
"pickupRegion": "Northeast",
"engineType": "6 Cylinder",
"odometerUnits": "miles",
"pickupLocationCity": "CRANBERRY TOWNSHIP",
"saleDate": "",
"driveTrain": "All Wheel Drive",
"highBidAmount": null,
"saleYear": null,
"conditionGradeNumeric": null,
"titleStatusIds": [
"99999999-9999-9999-9999-000000000019"
],
"asIs": false,
"interiorColor": "Red",
"isAutogradeConditionGrade": false,
"priorPaint": "true",
"buildEnrichment": {
"found": false,
"error": false
},
"modelIds": [
"00000000-0000-1000-0000-000102189238"
],
"make": "Acura",
"topTypeIds": [
"00000000-0000-2000-0000-000000000269"
],
"driveTrainIds": [
"00000000-0000-2000-0000-000000000424"
],
"pickupRegionIds": [
"00000000-0000-2000-0000-000000000227"
],
"hasConditionReport": false,
"comments": "2018 Acura TLX SH-AWD Tech A-Spec",
"exteriorColor": "White",
"trimIds": [
"00000000-0000-1000-1001-000000000004"
],
"facilitatingAuction": "Manheim Pittsburgh",
"laneNumber": null,
"facilitationServiceProviderName": "Manheim Pittsburgh",
"auctionId": "BAA",
"saleDateList": null,
"sellerTypes": [
"Independent"
],
"fuelType": null,
"interiorColorCode": null,
"facilitationLocation": "Manheim Pittsburgh",
"pickupLocationZipcode": "16066",
"salvageVehicle": false,
"pickupLocationState": "PA",
"transmissionIds": [
"00000000-0000-2000-0000-000000000263"
],
"bodyStyleCode": null,
"remarks": null,
"interiorType": "Leather"
}
]
}Execute a Search
Searches are executed using the system-generated search ID.
Endpoint
POST - https://api.manheim.com/searches/execute/id/{id}
Common Return Codes
See "Common Return Codes" section above.
Request Parameters
| Field | Type | Notes |
|---|---|---|
| beforeAuctionEndTime | Boolean | Limits search to vehicles where current timestamp <= auctionEndTime |
| facetSize | Integer | Number of facets to return |
| facets | String Array | Return list of facets |
| fields | String Array | Return list of fields |
| id | String | REQUIRED Search ID (response from Searches API: Create Search endpoint) |
| includeAllFields | Boolean | Include all available fields - true or false |
| includeEnrichments | Boolean | Include all enrichments in the result - true or false |
| includeFacets | Boolean | Summary counts for each attribute - true or false |
| includeFilters | Boolean | Include search filters - true or false |
| includeImages | Boolean | Include all available images in the result - true or false |
| limit | Integer | Number of results to limit to a page. When left blank, the default number returned per page is ten |
| listedOnOrAfter | String | UTC timestamp used to request units listed on or after the time specified |
| sortOptions | String | Sort options (response from Searches API: Get Search Sort Options endpoint) |
| sourceInventoryIds | String Array | Inventory’s id in the source system ["OVE.NADE.57971676", "OVE.THAA.63715235"] |
| start | Integer | |
| updatedOnOrAfter | String |
Example Response
The following is an example of a response that could be returned to Execute a Search for scope search:third-party.
json
{
"executionTime": "2021-10-20T15:19:21+00:00",
"hiddenCount": 0,
"sortOptions": "relevance:desc",
"count": 1,
"href": "https://api.manheim.com/searches/execute/id/ffbcd0fd-01db-480c-86c2-e42c5eba8c23",
"id": "ffbcd0fd-01db-480c-86c2-e42c5eba8c23",
"totalCount": 153129,
"items": [
{
"bodyType": "Sedan",
"auctionStartTime": "2021-10-20T20:00:00Z",
"exteriorColorIds": [
"00000000-0000-1000-0000-000000000116"
],
"offsite": null,
"locationFullZipcode": "16066",
"year": "2018",
"trims": [
"Not Specified"
],
"source": "OVE",
"facilitationServiceProviderCode": "BAA",
"saleNumber": null,
"salvageVehicleOrTitleStatus": false,
"yearId": "00000000-0000-1000-0000-000000002018",
"hasPriorPaint": true,
"engineFuelType": "Gasoline",
"transmission": "Automatic",
"options": null,
"vin": "19UUB3F60JA802103",
"id": "OVE.BAA.238878719",
"hasAirConditioning": true,
"doorCount": 4,
"updatedAt": "2021-10-25T07:19:53Z",
"makeId": "00000000-0000-1000-0000-000101000001",
"topType": "Sun Roof",
"models": [
"TLX"
],
"images": [
{
"largeUrl": "https://images.cdn.manheim.com/20210929204058-7e002679-1f17-4151-8074-bdbd0f42b152.jpg",
"smallUrl": "https://images.cdn.manheim.com/20210929204058-7e002679-1f17-4151-8074-bdbd0f42b152.jpg?size=w86h64",
"description": "Image 1",
"angle": "",
"dziUrl": "",
"sequence": 1
},
{
"largeUrl": "https://images.cdn.manheim.com/20210929204059-676a51ad-b0d1-4c2c-a45f-09de094bc118.jpg",
"smallUrl": "https://images.cdn.manheim.com/20210929204059-676a51ad-b0d1-4c2c-a45f-09de094bc118.jpg?size=w86h64",
"description": "Image 2",
"angle": "",
"dziUrl": "",
"sequence": 2
},
{
"largeUrl": "https://images.cdn.manheim.com/20210929204100-bb412cbf-2f33-4915-9bd1-482fdfd7c704.jpg",
"smallUrl": "https://images.cdn.manheim.com/20210929204100-bb412cbf-2f33-4915-9bd1-482fdfd7c704.jpg?size=w86h64",
"description": "Image 3",
"angle": "",
"dziUrl": "",
"sequence": 3
},
{
"largeUrl": "https://images.cdn.manheim.com/20210929204141-2896f60a-dd61-4638-baea-54e06018be76.jpg",
"smallUrl": "https://images.cdn.manheim.com/20210929204141-2896f60a-dd61-4638-baea-54e06018be76.jpg?size=w86h64",
"description": "Image 4",
"angle": "",
"dziUrl": "",
"sequence": 4
},
{
"largeUrl": "https://images.cdn.manheim.com/20210929204140-5ea0667c-4f07-4a4d-92b5-b64c86759020.jpg",
"smallUrl": "https://images.cdn.manheim.com/20210929204140-5ea0667c-4f07-4a4d-92b5-b64c86759020.jpg?size=w86h64",
"description": "Image 5",
"angle": "",
"dziUrl": "",
"sequence": 5
},
{
"largeUrl": "https://images.cdn.manheim.com/20210929204139-2b7ed823-3339-4e34-8656-e84dfb37e3c0.jpg",
"smallUrl": "https://images.cdn.manheim.com/20210929204139-2b7ed823-3339-4e34-8656-e84dfb37e3c0.jpg?size=w86h64",
"description": "Image 6",
"angle": "",
"dziUrl": "",
"sequence": 6
},
{
"largeUrl": "https://images.cdn.manheim.com/20210929204138-16f8449a-b32f-443f-8cdd-ae3bce428756.jpg",
"smallUrl": "https://images.cdn.manheim.com/20210929204138-16f8449a-b32f-443f-8cdd-ae3bce428756.jpg?size=w86h64",
"description": "Image 7",
"angle": "",
"dziUrl": "",
"sequence": 7
},
{
"largeUrl": "https://images.cdn.manheim.com/20210929204101-d5b450d8-e4c8-48d4-81ff-d0e206d9905b.jpg",
"smallUrl": "https://images.cdn.manheim.com/20210929204101-d5b450d8-e4c8-48d4-81ff-d0e206d9905b.jpg?size=w86h64",
"description": "Image 8",
"angle": "",
"dziUrl": "",
"sequence": 8
},
{
"largeUrl": "https://images.cdn.manheim.com/20210929204102-503ac8d1-5254-4818-94ab-1a1dfcae35d0.jpg",
"smallUrl": "https://images.cdn.manheim.com/20210929204102-503ac8d1-5254-4818-94ab-1a1dfcae35d0.jpg?size=w86h64",
"description": "Image 9",
"angle": "",
"dziUrl": "",
"sequence": 9
}
],
"titleStatus": "Not Specified",
"odometer": 67663,
"captureEnrichment": {
"found": false,
"error": false
},
"isCertified": false,
"eventSaleId": null,
"additionalAnnouncements": null,
"bodyStyle": null,
"equipment": [
"Child Seat",
"GPS",
"Tinted Glass",
"Dual Climate Control",
"Air Bag - Side Curtain",
"Power Windows",
"Power Steering",
"Power Mirrors",
"Child Seat Anchors",
"Heated Seats",
"Power Seats",
"Rear Window Defroster",
"Power Brakes",
"Antilock Brakes",
"Tilt/Telescope Wheel",
"Power Door Locks",
"Alloy Wheels",
"Airbags",
"Air Conditioning",
"Cruise Control"
],
"isAutoGradeOrManheimGrade": false,
"atAuction": false,
"buyNowPrice": 30900,
"engineFuelTypeIds": [
"00000000-0000-2000-0000-000000000254"
],
"eventSaleName": null,
"vehicleTypeIds": [
"00000000-0000-1000-0000-000100000100",
"00000000-0000-1000-0000-000100000001"
],
"exteriorColorCode": null,
"frameDamage": false,
"fordCategoryCode": null,
"runNumber": null,
"titleState": "OH",
"engineTypeIds": [
"00000000-0000-2000-0000-000000008499"
],
"auctionEndTime": "2021-10-25T20:00:00Z",
"locationCity": "CRANBERRY TOWNSHIP",
"interiorColorIds": [
"00000000-0000-1000-0000-000000000163"
],
"hasFrameDamage": false,
"locationZipcode": "16066",
"vehicleTypes": [
"Passenger",
"Car"
],
"pickupRegion": "Northeast",
"engineType": "6 Cylinder",
"odometerUnits": "miles",
"pickupLocationCity": "CRANBERRY TOWNSHIP",
"saleDate": "",
"driveTrain": "All Wheel Drive",
"highBidAmount": null,
"saleYear": null,
"conditionGradeNumeric": null,
"titleStatusIds": [
"99999999-9999-9999-9999-000000000019"
],
"asIs": false,
"interiorColor": "Red",
"isAutogradeConditionGrade": false,
"priorPaint": "true",
"buildEnrichment": {
"found": false,
"error": false
},
"modelIds": [
"00000000-0000-1000-0000-000102189238"
],
"make": "Acura",
"topTypeIds": [
"00000000-0000-2000-0000-000000000269"
],
"driveTrainIds": [
"00000000-0000-2000-0000-000000000424"
],
"pickupRegionIds": [
"00000000-0000-2000-0000-000000000227"
],
"hasConditionReport": false,
"comments": "2018 Acura TLX SH-AWD Tech A-Spec",
"exteriorColor": "White",
"trimIds": [
"00000000-0000-1000-1001-000000000004"
],
"facilitatingAuction": "Manheim Pittsburgh",
"laneNumber": null,
"facilitationServiceProviderName": "Manheim Pittsburgh",
"auctionId": "BAA",
"saleDateList": null,
"sellerTypes": [
"Independent"
],
"fuelType": null,
"interiorColorCode": null,
"facilitationLocation": "Manheim Pittsburgh",
"pickupLocationZipcode": "16066",
"salvageVehicle": false,
"pickupLocationState": "PA",
"transmissionIds": [
"00000000-0000-2000-0000-000000000263"
],
"bodyStyleCode": null,
"remarks": null,
"interiorType": "Leather"
}
]
}Get Search Sort Options
The Search Sort Options API allows API consumers to retrieve the relative sort orders for executing searches. The field value retrieved is used for the sortName field when creating a search.
Endpoint
GET - https://api.manheim.com/searches/sortOptions
Common Return Codes
| Response Code | Description | Possible Next Actions |
|---|---|---|
| 200 OK | Successful response | No action necessary |
| 500 Server Error | Critical error prevented the requested data from being retrieved; response may include details about the error's cause. | Verify and modify the request if necessary and resubmit; if error persists, data may not be available |
Example Response
json
{
"sort_profile_year": {
"forward": "years:desc,makes:asc,models:asc,inventorySortValue:asc,inventorySortLocationValue:asc,odometer:asc",
"reverse": "years:asc,makes:asc,models:asc,inventorySortValue:desc,inventorySortLocationValue:desc,odometer:asc"
},
"sort_profile_make": {
"forward": "makes:asc,models:asc,years:desc,odometer:asc",
"reverse": "makes:desc,models:asc,years:desc,odometer:asc"
},
"sort_profile_model": {
"forward": "models:asc,makes:asc,years:desc,odometer:asc",
"reverse": "models:desc,makes:asc,years:desc,odometer:asc"
},
"sort_profile_vin": {
"forward": "vin:asc,years:desc,makes:asc,models:asc,odometer:asc",
"reverse": "vin:desc,years:desc,makes:asc,models:asc,odometer:asc"
},
"sort_profile_exterior_color": {
"forward": "exteriorColors:asc,years:desc,makes:asc,models:asc,odometer:asc",
"reverse": "exteriorColors:desc,years:desc,makes:asc,models:asc,odometer:asc"
},
"sort_profile_interior_color": {
"forward": "interiorColors:asc,years:desc,makes:asc,models:asc,odometer:asc",
"reverse": "interiorColors:desc,years:desc,makes:asc,models:asc,odometer:asc"
},
"sort_profile_odometer": {
"forward": "odometer:asc,years:desc,makes:asc,models:asc",
"reverse": "odometer:desc,years:desc,makes:asc,models:asc"
},
"sort_profile_mmr": {
"forward": "mmrPrice:desc,years:desc,makes:asc,models:asc,odometer:asc",
"reverse": "mmrPrice:asc,years:desc,makes:asc,models:asc,odometer:asc"
},
"sort_profile_average_mmr_valuation": {
"forward": "hasMmrValuation:desc,mmrPrice:asc,conditionGradeNumeric:desc,sellerRating:desc,years:desc,makes:asc,models:asc,odometer:asc",
"reverse": "hasMmrValuation:desc,mmrPrice:desc,conditionGradeNumeric:desc,sellerRating:desc,years:desc,makes:asc,models:asc,odometer:asc"
},
"sort_profile_mmrPercentage": {
"forward": "mmrPercentage:asc,mmrPrice:desc,years:desc,makes:asc,models:asc,odometer:asc",
"reverse": "mmrPercentage:desc,mmrPrice:desc,years:desc,makes:asc,models:asc,odometer:asc"
},
"sort_profile_grade": {
"forward": "conditionGradeNumeric:desc,years:desc,makes:asc,models:asc,odometer:asc",
"reverse": "conditionGradeNumeric:asc,years:desc,makes:asc,models:asc,odometer:asc"
},
"sort_profile_sale_end_datetime": {
"forward": "auctionEndTime:desc,years:desc,makes:asc,models:asc,odometer:asc",
"reverse": "auctionEndTime:asc,years:desc,makes:asc,models:asc,odometer:asc"
},
"sort_profile_inventory": {
"forward": "inventorySortValue:asc,inventorySortLocationValue:asc,years:desc,makes:asc,models:asc,odometer:asc",
"reverse": "inventorySortValue:desc,inventorySortLocationValue:desc,years:desc,makes:asc,models:asc,odometer:asc"
},
"sort_profile_location_lane_run": {
"forward": "pickupLocationState:asc,auctionName:asc,laneNumber:asc,runNumber:asc",
"reverse": "pickupLocationState:desc,auctionName:desc,laneNumber:desc,runNumber:desc"
},
"sort_profile_lane_run": {
"forward": "laneNumber:asc,runNumber:asc",
"reverse": "laneNumber:desc,runNumber:desc"
},
"sort_profile_run": {
"forward": "runNumber:asc,years:desc,makes:asc,models:asc,odometer:asc",
"reverse": "runNumber:desc,years:desc,makes:asc,models:asc,odometer:asc"
},
"sort_profile_pickup_location": {
"forward": "pickupLocation:asc,years:desc,makes:asc,models:asc,odometer:asc",
"reverse": "pickupLocation:desc,years:desc,makes:asc,models:asc,odometer:asc"
},
"sort_profile_seller": {
"forward": "sellerName:asc,years:desc,makes:asc,models:asc,odometer:asc",
"reverse": "sellerName:desc,years:desc,makes:asc,models:asc,odometer:asc"
},
"sort_profile_time_remaining": {
"forward": "auctionTimeRemainingEndTime:desc,laneNumber:desc,runNumber:desc,conditionGradeNumeric:asc,odometer:desc",
"reverse": "auctionTimeRemainingEndTime:asc,laneNumber:asc,runNumber:asc,conditionGradeNumeric:desc,odometer:asc"
},
"sort_profile_newlyListed": {
"forward": "firstTimeListed:desc,createdAt:desc,sellerRating:desc,years:desc,makes:asc,models:asc,odometer:asc",
"reverse": "firstTimeListed:asc,createdAt:asc,sellerRating:desc,years:desc,makes:asc,models:asc,odometer:asc"
},
"sort_profile_bid_or_buynow_price": {
"forward": "asIs:asc,salvageVehicle:asc,minBidOrBuyNowPrice:asc,years:desc,makes:asc,models:asc,odometer:asc",
"reverse": "asIs:asc,salvageVehicle:asc,minBidOrBuyNowPrice:desc,years:desc,makes:asc,models:asc,odometer:asc"
},
"sort_profile_bid_count": {
"forward": "bidCount:desc,years:desc,makes:asc,models:asc,odometer:asc",
"reverse": "bidCount:asc,years:desc,makes:asc,models:asc,odometer:asc"
},
"sort_profile_recently_sold": {
"forward": "soldAt:desc",
"reverse": "soldAt:asc"
}
}Searches Taxonomy
The Search Taxonomy API allows API consumers to retrieve the vehicle taxonomy/classification data such as year, make, model, trim, and vehicle type, as well as sale location. The data retrieved can be used to create a search using the Searches API: Create Search endpoint.
The Search Taxonomy API provides the following endpoints. Each of these endpoints is described in detail in the sections below.
- GET
/search/taxonomy/vehicleTypes - GET
/search/taxonomy/years - GET
/search/taxonomy/makes - GET
/search/taxonomy/series - GET
/search/taxonomy/models - GET
/search/taxonomy/trims/id/{modelId} - GET
/search/taxonomy/exteriorColors - GET
/search/taxonomy/interiorColors - GET
/search/taxonomy/pickupRegions - GET
/search/taxonomy/transmissions - GET
/search/taxonomy/driveTrains - GET
/search/taxonomy/fuelTypes - GET
/search/taxonomy/engines - GET
/search/taxonomy/topTypes - GET
/search/taxonomy/facilitationLocations - GET
/search/taxonomy/interiorTypes - GET
/search/taxonomy/titleStatuses - GET
/search/taxonomy/sellerTypes - GET
/search/taxonomy/conditionTypes - GET
/search/taxonomy/status
Get Vehicle Types
The Get Vehicle Types endpoint looks up and retrieves the vehicle types and corresponding IDs assigned by Manheim.
Endpoint
GET - https://api.manheim.com/search/taxonomy/vehicleTypes
Common Return Codes
See "Common Return Codes" section above.
Request Parameters
Example Response
json
{
"href": "https://api.manheim.com/search/taxonomy/vehicleTypes",
"count": 3,
"items": [
{
"id": "00000000-0000-1000-0000-000100000102",
"name": "Commercial",
"subTypes": [
{
"id": "00000000-0000-1000-0000-000100000009",
"name": "Heavy Duty Truck"
},
{
"id": "00000000-0000-1000-0000-000100000014",
"name": "Heavy Equipment"
}
]
},
{
"id": "00000000-0000-1000-0000-000100000100",
"name": "Passenger Vehicle",
"subTypes": [
{
"id": "00000000-0000-1000-0000-000100000001",
"name": "Car"
},
{
"id": "00000000-0000-1000-0000-000100000003",
"name": "SUV"
}
]
}
]
}Get Vehicle Years
The Get Vehicle Years endpoint looks up and retrieves vehicle years and corresponding IDs, assigned by Manheim.
Endpoint
GET - https://api.manheim.com/search/taxonomy/years
Common Return Codes
See "Common Return Codes" section above.
Example Response
json
{
"href": "https://api.manheim.com/search/taxonomy/years",
"count": 2,
"items": [
{
"id": "00000000-0000-1000-0000-000000002015",
"name": "2015"
},
{
"id": "00000000-0000-1000-0000-000000002014",
"name": "2014"
}
]
}Get Vehicle Makes
The Get Vehicle Makes endpoint looks up and retrieves vehicle makes and corresponding IDs, assigned by Manheim.
Endpoint
GET - https://api.manheim.com/search/taxonomy/makes
Common Return Codes
See "Common Return Codes" section above.
Request Parameters
| Field | Type | Notes |
|---|---|---|
| vehicleTypeIds | String | Vehicle type ids separated by comma |
| vehicleSubTypeIds | String | Vehicle sub-type ids separated by comma |
Example Response
json
{
"href": "https://api.manheim.com/search/taxonomy/makes?vehicleSubTypeIds=00000000-0000-1000-0000-0001",
"count": 2,
"items": [
{
"id": "00000000-0000-1000-0000-000101000001",
"name": "Acura"
},
{
"id": "00000000-0000-1000-0000-000101000002",
"name": "Alfa Romeo"
}
]
}Get Vehicle Series
The Get Vehicle Series endpoint looks up and retrieves vehicle series and corresponding IDs, assigned by Manheim.
Endpoint
GET - https://api.manheim.com/search/taxonomy/series
Common Return Codes
See "Common Return Codes" section above.
Request Parameters
| Field | Type | Notes |
|---|---|---|
| makeIds | String | REQUIRED Vehicle make ids separated by comma |
| vehicleTypeIds | String | Vehicle type ids separated by comma |
| vehicleSubTypeIds | String | Vehicle sub-type ids separated by comma |
Example Response
json
{
"href": "https://api.manheim.com/search/taxonomy/series?makeIds=00000000-0000-1000-0000-000101000007",
"count": 3,
"items": [
{
"id": "00000000-0000-1000-0000-000102184330",
"name": "1 Series"
},
{
"id": "00000000-0000-1000-0000-000102188512",
"name": "2 Series"
},
{
"id": "00000000-0000-1000-0000-000102184333",
"name": "3 Series"
}
]
}Get Vehicle Models
The Get Vehicle Models endpoint looks up and retrieves vehicle models and corresponding IDs, assigned by Manheim.
Endpoint
GET - https://api.manheim.com/search/taxonomy/models
Common Return Codes
See "Common Return Codes" section above.
Request Parameters
| Field | Type | Notes |
|---|---|---|
| makeIds | String | REQUIRED Vehicle make ids separated by comma |
| vehicleTypeIds | String | Vehicle type ids separated by comma |
| vehicleSubTypeIds | String | Vehicle sub-type ids separated by comma |
Example Response
json
{
"href": "https://api.manheim.com/search/taxonomy/models?makeIds=00000000-0000-3027-0000-000000010000",
"count": 4,
"items": [
{
"id": "00000000-0000-3027-0000-000000000100",
"name": "Accord",
"parentId": "00000000-0000-3027-0000-000000010000",
"parentName": "Honda"
},
{
"id": "00000000-0000-3027-0000-000000000101",
"name": "Accord Coupe",
"parentId": "00000000-0000-3027-0000-000000010000",
"parentName": "Honda"
},
{
"id": "00000000-0000-3027-0000-000000000102",
"name": "Accord Crosstour",
"parentId": "00000000-0000-3027-0000-000000010000",
"parentName": "Honda"
},
{
"id": "00000000-0000-3027-0000-000000000103",
"name": "Accord Hybrid",
"parentId": "00000000-0000-3027-0000-000000010000",
"parentName": "Honda"
}
]
}Get Vehicle Trims
The Get Vehicle Trims endpoint looks up and retrieves the trims and corresponding IDs, assigned by Manheim, for a submitted modelId. model ID.
Endpoint
GET - https://api.manheim.com/search/taxonomy/trims/id/{modelId}
Common Return Codes
See "Common Return Codes" section above.
Request Parameters
| Field | Type | Notes |
|---|---|---|
| modelId | String | REQUIRED Model id's |
Example Response
json
{
"href": "https://api.manheim.com/search/taxonomy/trims/id/8ce72e23-5720-3a5a-ab12-349f6880e752",
"count": 1,
"items": [
{
"id": "dd8b7905-4565-326a-893b-6c1f78b1d15e",
"name": "el"
}
]
}Get Exterior Colors
The Get Exterior Colors endpoint looks up and retrieves the vehicle exterior colors and corresponding IDs, assigned by Manheim.
Endpoint
GET - https://api.manheim.com/search/taxonomy/exteriorColors
Common Return Codes
See "Common Return Codes" section above.
Example Response
json
{
"href": "https://api.manheim.com/search/taxonomy/exteriorColors",
"count": 2,
"items": [
{
"id": "00000000-0000-1000-0000-000000000117",
"name": "Yellow"
},
{
"id": "00000000-0000-1000-0000-000000000116",
"name": "White"
}
]
}Get Interior Colors
The Get Interior Colors endpoint looks up and retrieves the vehicle interior colors and corresponding IDs, assigned by Manheim.
Endpoint
GET - https://api.manheim.com/search/taxonomy/interiorColors
Common Return Codes
See "Common Return Codes" section above.
Example Response
json
{
"href": "https://api.manheim.com/search/taxonomy/interiorColors",
"count": 2,
"items": [
{
"id": "00000000-0000-1000-0000-000000000167",
"name": "Yellow"
},
{
"id": "00000000-0000-1000-0000-000000000166",
"name": "White"
}
]
}Get Pickup Regions
The Get Pickup Regions endpoint looks up and retrieves vehicle pickup regions and corresponding IDs, assigned by Manheim.
Endpoint
GET - https://api.manheim.com/search/taxonomy/pickupRegions
Common Return Codes
See "Common Return Codes" section above.
Example Response
json
{
"href": "https://api.manheim.com/search/taxonomy/pickupRegions",
"count": 2,
"items": [
{
"id": "00000000-0000-2000-0000-000000000229",
"name": "West"
},
{
"id": "00000000-0000-2000-0000-000000000230",
"name": "Southwest"
}
]
}Get Transmissions
The Get Transmissions endpoint looks up and retrieves the vehicle transmission types and corresponding IDs, assigned by Manheim.
Endpoint
GET - https://api.manheim.com/search/taxonomy/transmissions
Common Return Codes
See "Common Return Codes" section above.
Example Response
json
{
"href": "https://api.manheim.com/search/taxonomy/transmissions",
"count": 2,
"items": [
{
"id": "00000000-0000-2000-0000-000000000262",
"name": "Manual"
},
{
"id": "00000000-0000-2000-0000-000000000263",
"name": "Automatic"
}
]
}Get Drivetrains
The Get Drivetrains endpoint looks up and retrieves the vehicle drivetrain types and corresponding IDs, assigned by Manheim.
Endpoint
GET - https://api.manheim.com/search/taxonomy/driveTrains
Common Return Codes
See "Common Return Codes" section above.
Example Response
json
{
"href": "https://api.manheim.com/search/taxonomy/driveTrains",
"count": 3,
"items": [
{
"id": "00000000-0000-2000-0000-000000000424",
"name": "All Wheel Drive"
},
{
"id": "00000000-0000-2000-0000-000000000422",
"name": "4 Wheel Drive"
},
{
"id": "00000000-0000-2000-0000-000000000423",
"name": "2 Wheel Drive"
}
]
}Get Fuel Types
The Get Fuel Types endpoint looks up and retrieves fuel types and corresponding IDs, assigned by Manheim.
Endpoint
GET - https://api.manheim.com/search/taxonomy/fuelTypes
Common Return Codes
See "Common Return Codes" section above.
Example Response
json
{
"href": "https://api.manheim.com/search/taxonomy/fuelTypes",
"count": 4,
"items": [
{
"id": "00000000-0000-2000-0000-000000000257",
"name": "Propane"
},
{
"id": "00000000-0000-2000-0000-000000000256",
"name": "Natural Gas"
},
{
"id": "00000000-0000-2000-0000-000000000259",
"name": "Hybrid"
},
{
"id": "00000000-0000-2000-0000-000000000254",
"name": "Gasoline"
}
]
}Get Engines
The Get Engines endpoint looks up and retrieves the vehicle engine types and corresponding IDs, assigned by Manheim.
Endpoint
GET - https://api.manheim.com/search/taxonomy/engines
Common Return Codes
See "Common Return Codes" section above.
Example Response
json
{
"href": "https://api.manheim.com/search/taxonomy/engines",
"count": 2,
"items": [
{
"id": "00000000-0000-2000-0000-000000008511",
"name": "Rotary"
},
{
"id": "00000000-0000-2000-0000-000000008512",
"name": "Electric"
}
]
}Get Top Types
The Get Top Types endpoint looks up and retrieves vehicle top types and corresponding IDs, assigned by Manheim.
Endpoint
GET - https://api.manheim.com/search/taxonomy/topTypes
Common Return Codes
See "Common Return Codes" section above.
Example Response
json
{
"href": "https://api.manheim.com/search/taxonomy/topTypes",
"count": 2,
"items": [
{
"id": "00000000-0000-2000-0000-000000000272",
"name": "Vinyl Top Roof"
},
{
"id": "00000000-0000-2000-0000-000000013127",
"name": "Tonneau Cover"
}
]
}Get Facilitation Locations
The Get Facilitation Locations endpoint looks up and retrieves the vehicle sales facilities and corresponding IDs, assigned by Manheim.
Endpoint
GET - https://api.manheim.com/search/taxonomy/facilitationLocations
Common Return Codes
See "Common Return Codes" section above.
Example Response
json
{
"href": "https://api.manheim.com/search/taxonomy/facilitationLocations",
"count": 3,
"items": [
{
"id": "00000000-0000-0016-0001-000000000643",
"name": "135 Auto Auction",
"state": "KS",
"region": "Southwest",
"country": "USA"
},
{
"id": "00000000-0000-0016-0000-000000107935",
"name": "166 Auto Auction",
"state": "MO",
"region": "Midwest",
"country": "USA"
},
{
"id": "00000000-0000-0016-0000-000000107648",
"name": "71b Auto Auction",
"state": "AR",
"region": "Southeast",
"country": "USA"
}
]
}Get Interior Types
The Get Interior Types endpoint looks up and retrieves interior types.
Endpoint
GET - https://api.manheim.com/search/taxonomy/interiorTypes
Common Return Codes
See "Common Return Codes" section above.
Example Response
json
{
"href": "https://api.manheim.com/search/taxonomy/interiorTypes",
"count": 4,
"items": [
{
"id": "00000000-0000-2000-0000-000000970100",
"name": "Cloth"
},
{
"id": "00000000-0000-2000-0000-000000970101",
"name": "Leather"
},
{
"id": "99999999-9999-9999-9999-000000000017",
"name": "Not Specified"
},
{
"id": "00000000-0000-2000-0000-000000970102",
"name": "Vinyl"
}
]
}Get Title Statuses
The Get Title Statuses endpoint looks up and retrieves title statuses.
Endpoint
GET - https://api.manheim.com/search/taxonomy/titleStatuses
Common Return Codes
See "Common Return Codes" section above.
Example Response
json
{
"href": "https://api.manheim.com/search/taxonomy/titleStatuses",
"count": 15,
"items": [
{
"id": "00000000-0000-1000-0000-100000000003",
"name": "Branded"
},
{
"id": "00000000-0000-1000-0000-100000000011",
"name": "Given at Counter"
},
{
"id": "00000000-0000-1000-0000-100000000014",
"name": "Held at Auction"
},
{
"id": "00000000-0000-1000-0000-100000000013",
"name": "Mailed to Buyer"
},
{
"id": "00000000-0000-1000-0000-100000000004",
"name": "MSO"
},
{
"id": "00000000-0000-1000-0000-100000000005",
"name": "No Title"
},
{
"id": "99999999-9999-9999-9999-000000000019",
"name": "Not Specified"
},
{
"id": "00000000-0000-1000-0000-100000000009",
"name": "Problem"
},
{
"id": "00000000-0000-1000-0000-100000000008",
"name": "Received at Auction"
},
{
"id": "00000000-0000-1000-0000-100000000006",
"name": "Repo Affidavit"
},
{
"id": "00000000-0000-1000-0000-100000000010",
"name": "Returned to Seller"
},
{
"id": "00000000-0000-1000-0000-100000000007",
"name": "Salvage"
},
{
"id": "00000000-0000-1000-0000-100000000012",
"name": "Sent to State or County"
},
{
"id": "00000000-0000-1000-0000-100000000002",
"name": "Title Absent"
},
{
"id": "00000000-0000-1000-0000-100000000001",
"name": "Title Present"
}
]
}Get Seller Types
The Get Seller Types endpoint looks up and retrieves OVE seller types.
Endpoint
GET - https://api.manheim.com/search/taxonomy/sellerTypes
Common Return Codes
See "Common Return Codes" section above.
Example Response
json
{
"href": "https://api.manheim.com/search/taxonomy/sellerTypes",
"count": 5,
"items": [
{
"id": "Fleet/Lease",
"name": "Fleet/Lease"
},
{
"id": "Dealer",
"name": "Dealer"
},
{
"id": "Rental",
"name": "Rental"
},
{
"id": "Captive Finance",
"name": "Captive Finance"
},
{
"id": "Factory",
"name": "Factory"
}
]
}Get Condition Types
The Get Condition Types endpoint looks up and retrieves valid condition types.
Endpoint
GET - https://api.manheim.com/search/taxonomy/conditionTypes
Common Return Codes
See "Common Return Codes" section above.
Example Response
json
{
"href": "https://api.manheim.com/search/taxonomy/conditionTypes",
"count": 3,
"items": [
{
"id": "99999999-9999-9999-9999-000000000018",
"name": "Not Specified"
},
{
"id": "00000000-0000-2000-0000-000000970200",
"name": "With Condition Report"
},
{
"id": "00000000-0000-2000-0000-000000970201",
"name": "With Seller Disclosure"
}
]
}Get Status
The Get Status endpoint looks up and retrieves valid status values.
Endpoint
GET - https://api.manheim.com/search/taxonomy/status
Common Return Codes
See "Common Return Codes" section above.
Example Response
json
{
"href": "https://api.manheim.com/search/taxonomy/status",
"count": 8,
"items": [
{
"id": "00000000-0000-1000-0000-000000050088",
"name": "Awaiting"
},
{
"id": "00000000-0000-1000-0000-000000050089",
"name": "Cancelled"
},
{
"id": "00000000-0000-1000-0000-000000050087",
"name": "Expired"
},
{
"id": "00000000-0000-1000-0000-000000050083",
"name": "Live"
},
{
"id": "00000000-0000-1000-0000-000000050086",
"name": "No Sale"
},
{
"id": "99999999-9999-9999-9999-000000000005",
"name": "Not Specified"
},
{
"id": "00000000-0000-1000-0000-000000050084",
"name": "Preview"
},
{
"id": "00000000-0000-1000-0000-000000050085",
"name": "Sold"
}
]
}