Vehicles V2024_11_01
- class sp_api.api.VehiclesV20241101(marketplace: ~sp_api.base.marketplaces.Marketplaces = Marketplaces.US, *, refresh_token=None, account='default', credentials=None, restricted_data_token=None, proxies=None, verify=True, timeout=None, version=None, credential_providers=None, auth_token_client_class=<class 'sp_api.auth.access_token_client.AccessTokenClient'>)
Vehicles SP-API Client :link:
The Selling Partner API for Automotive provides programmatic access to information needed by selling partners to provide compatibility information about their listed products.
- get_vehicles(self, **kwargs) ApiResponse
Get the latest collection of vehicles
Examples
literal blocks:
VehiclesV20241101().get_vehicles()
- Parameters:
pageToken (key) – object | A token to fetch a certain page when there are multiple pages worth of results.
marketplaceId (key) – object | required An identifier for the marketplace in which the resource operates.
vehicleType (key) – object | required An identifier for vehicle type.
updatedAfter (key) – object | Date in ISO 8601 format, if provided only vehicles which are modified/added to Amazon’s catalog after this date will be returned.
- Returns:
ApiResponse