Preparing search index...
The search index is not available
Selling Partner API SDK for JavaScript
Selling Partner API SDK for JavaScript
@sp-api-sdk/vendor-direct-fulfillment-payments-api-v1
Internal
ClientConfiguration
InterfaceClientConfiguration
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
rate
Limiting
?:
{
onRetry
?:
(
(
retryInfo
:
OnRetryParameters
)
=>
void
)
;
retry
:
boolean
;
}
region
region
:
SellingPartnerRegion
Optional
restricted
Data
Token
restricted
Data
Token
?:
string
Optional
sandbox
sandbox
?:
boolean
Optional
user
Agent
user
Agent
?:
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...