Selling Partner API SDK for JavaScript
Preparing search index...
@sp-api-sdk/vehicles-api-2024-11-01
VehiclesApiAxiosParamCreator
Function VehiclesApiAxiosParamCreator
VehiclesApiAxiosParamCreator
(
configuration
?:
Configuration
,
)
:
{
getVehicles
:
(
marketplaceId
:
string
,
vehicleType
:
GetVehiclesVehicleTypeEnum
,
pageToken
?:
string
,
updatedAfter
?:
string
,
options
?:
RawAxiosRequestConfig
,
)
=>
Promise
<
RequestArgs
>
;
}
VehiclesApi - axios parameter creator
Parameters
Optional
configuration
:
Configuration
Returns
{
getVehicles
:
(
marketplaceId
:
string
,
vehicleType
:
GetVehiclesVehicleTypeEnum
,
pageToken
?:
string
,
updatedAfter
?:
string
,
options
?:
RawAxiosRequestConfig
,
)
=>
Promise
<
RequestArgs
>
;
}
getVehicles
:
(
marketplaceId
:
string
,
vehicleType
:
GetVehiclesVehicleTypeEnum
,
pageToken
?:
string
,
updatedAfter
?:
string
,
options
?:
RawAxiosRequestConfig
,
)
=>
Promise
<
RequestArgs
>
Get the latest collection of vehicles
Throws
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Selling Partner API SDK for JavaScript
Loading...
VehiclesApi - axios parameter creator