HomeDocumentationCode SamplesAPI ReferenceAnnouncementsModelsRelease NotesFAQGitHubVideos
Developer HubAPI StatusSupport
API Reference
Developer HubAPI StatusSupport

getVehicles

Get the latest collection of vehicles

Query Params
string

A token to fetch a certain page when there are multiple pages worth of results.

string
required

An identifier for the marketplace in which the resource operates.

string
required

An identifier for vehicle type.

string

Date in ISO 8601 format, if provided only vehicles which are modified/added to Amazon's catalog after this date will be returned.

Responses

Response body
object
pagination
object

When a request produces a response that exceeds the pageSize, pagination occurs. This means the response is divided into individual pages. To retrieve the next page or the previous page, you must pass the nextToken value or the previousToken value as the pageToken parameter in the next request. When you receive the last page, there will be no nextToken key in the pagination object.

string

A token that can be used to fetch the next page.

string

A token that can be used to fetch the previous page.

vehicles
array of objects
required

List of vehicles from Amazon's catalog.

vehicles*
object
string
required

Vehicle Brand.

string
required

Specific model of a vehicle.

string

Name of the vehicle variant.

string

Body style of vehicle (example: Hatchback, Cabriolet).

string

Drive type of vehicle(example: Rear wheel drive).

string

Energy Source for the vehicle(example: Petrol)

engineOutput
array of objects
length ≥ 1

Engine output of vehicle.

engineOutput
object
number
required

Engine power value in specified unit.

string
required

Unit for measuring engine power.

KILOWATT HORSEPOWER

Show Details
KILOWATTKILOWATT or kW is a unit used to measure engine power output.
HORSEPOWERHORSEPOWER or HP is a unit used to measure engine power output.
manufacturingStartDate
object

Represents a month in a specific year.

manufacturingStopDate
object

Represents a month in a specific year.

string

The date on which the vehicle was last updated, in ISO-8601 date/time format.

string

Status of vehicle in Amazon's catalog.

ACTIVE DELETED

Show Details
ACTIVEVehicle is active in Amazon's catalog.
DELETEDVehicle is deleted from Amazon's catalog.
identifiers
array of objects
required
length ≥ 1

Identifiers that can be used to identify the vehicle uniquely

identifiers*
object
string
required

Standard followed to uniquely identify a vehicle.

KTYPE AMAZON_ID

Show Details
KTYPEUnique vehicle identification standard as provided by TecDoc
AMAZON_IDUnique vehicle identification standard as provided by Amazon
string
required

Id that can uniquely identify a vehicle based the vehicle identification standard.

Headers
object
string

Your rate limit (requests per second) for this operation.

string

Unique request reference identifier.

Language