Preparing search index...
The search index is not available
Selling Partner API SDK for JavaScript
Selling Partner API SDK for JavaScript
@sp-api-sdk/supply-sources-api-2020-07-01
Internal
AxiosResponse
InterfaceAxiosResponse<T, D>
interface
AxiosResponse
<
T
,
D
>
{
config
:
InternalAxiosRequestConfig
<
D
>
;
data
:
T
;
headers
:
Partial
<
RawAxiosHeaders
&
{
Cache-Control
:
AxiosHeaderValue
;
Content-Encoding
:
AxiosHeaderValue
;
Content-Length
:
AxiosHeaderValue
;
Content-Type
:
AxiosHeaderValue
;
Server
:
AxiosHeaderValue
;
}
&
{
set-cookie
:
string
[]
;
}
>
|
AxiosResponseHeaders
;
request
?:
any
;
status
:
number
;
statusText
:
string
;
}
Type Parameters
T
=
any
D
=
any
Index
Properties
config
data
headers
request?
status
status
Text
Properties
config
config
:
InternalAxiosRequestConfig
<
D
>
data
data
:
T
headers
headers
:
Partial
<
RawAxiosHeaders
&
{
Cache-Control
:
AxiosHeaderValue
;
Content-Encoding
:
AxiosHeaderValue
;
Content-Length
:
AxiosHeaderValue
;
Content-Type
:
AxiosHeaderValue
;
Server
:
AxiosHeaderValue
;
}
&
{
set-cookie
:
string
[]
;
}
>
|
AxiosResponseHeaders
Optional
request
request
?:
any
status
status
:
number
status
Text
status
Text
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
config
data
headers
request
status
status
Text
Selling Partner API SDK for JavaScript
Loading...