Selling Partner API SDK for JavaScript
    Preparing search index...
    • VehiclesApi - functional programming interface

      Parameters

      • Optionalconfiguration: Configuration

      Returns {
          getVehicles(
              marketplaceId: string,
              vehicleType: GetVehiclesVehicleTypeEnum,
              pageToken?: string,
              updatedAfter?: string,
              options?: RawAxiosRequestConfig,
          ): Promise<
              (
                  axios?: AxiosInstance,
                  basePath?: string,
              ) => AxiosPromise<VehiclesResponse>,
          >;
      }

      • getVehicles: function
        • Get the latest collection of vehicles

          Parameters

          • marketplaceId: string

            An identifier for the marketplace in which the resource operates.

          • vehicleType: GetVehiclesVehicleTypeEnum

            An identifier for vehicle type.

          • OptionalpageToken: string

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

          • OptionalupdatedAfter: string

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

          • Optionaloptions: RawAxiosRequestConfig

            Override http request option.

          Returns Promise<
              (
                  axios?: AxiosInstance,
                  basePath?: string,
              ) => AxiosPromise<VehiclesResponse>,
          >