Preparing search index...
The search index is not available
Selling Partner API SDK for JavaScript
Selling Partner API SDK for JavaScript
@sp-api-sdk/common
ClientConfiguration
Interface ClientConfiguration
interface
ClientConfiguration
{
auth
:
SellingPartnerApiAuth
;
logging
?:
{
error
?:
true
|
ErrorLogConfig
;
request
?:
true
|
RequestLogConfig
;
response
?:
true
|
ResponseLogConfig
;
}
;
rateLimiting
?:
{
onRetry
?:
(
retryInfo
:
OnRetryParameters
)
=>
void
;
retry
:
boolean
;
}
;
region
:
SellingPartnerRegion
;
restrictedDataToken
?:
string
;
sandbox
?:
boolean
;
userAgent
?:
string
;
}
Index
Properties
auth
logging?
rate
Limiting?
region
restricted
Data
Token?
sandbox?
user
Agent?
Properties
auth
auth
:
SellingPartnerApiAuth
Optional
logging
logging
?:
{
error
?:
true
|
ErrorLogConfig
;
request
?:
true
|
RequestLogConfig
;
response
?:
true
|
ResponseLogConfig
;
}
Optional
rate
Limiting
rateLimiting
?:
{
onRetry
?:
(
retryInfo
:
OnRetryParameters
)
=>
void
;
retry
:
boolean
;
}
region
region
:
SellingPartnerRegion
Optional
restricted
Data
Token
restrictedDataToken
?:
string
Optional
sandbox
sandbox
?:
boolean
Optional
user
Agent
userAgent
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
auth
logging
rate
Limiting
region
restricted
Data
Token
sandbox
user
Agent
Selling Partner API SDK for JavaScript
Loading...