Selling Partner API SDK for JavaScript
    Preparing search index...

    Request parameters for getVehicles operation in VehiclesApi.

    interface VehiclesApiGetVehiclesRequest {
        marketplaceId: string;
        pageToken?: string;
        updatedAfter?: string;
        vehicleType: GetVehiclesVehicleTypeEnum;
    }
    Index

    Properties

    marketplaceId: string

    An identifier for the marketplace in which the resource operates.

    pageToken?: string

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

    updatedAfter?: string

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

    An identifier for vehicle type.