v1

latestOpenAPI 3.0.0Apache License 2.02026-07-263171,5614.1 MB
Vehicles v2024-11-01

getVehicles

Get the latest collection of vehicles

get/catalog/2024-11-01/automotive/vehicles

Query parameters

pageTokenstring

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

marketplaceIdstring required

An identifier for the marketplace in which the resource operates.

vehicleType'CAR' | 'MOTORBIKE' required

An identifier for vehicle type.

updatedAfterstring

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

Response

Success.

Example response

{
  "vehicles": [
    {
      "manufacturingStartDate": {
        "year": 2004,
        "month": 11
      },
      "manufacturingStopDate": {
        "year": 2004,
        "month": 11
      }
    }
  ]
}