interface APIConfigurationParameters {
    accessToken?: string;
    axios?: AxiosInstance;
    baseOptions?: AxiosRequestConfig;
    basePath?: string;
    credentials?: AmazonSellingPartnerAPICredentials;
    region?: string;
    roleArn?: string;
}

Properties

accessToken?: string

parameter for oauth2 security

APIConfigurationParameters

axios?: AxiosInstance

Axios Instance

APIConfigurationParameters

baseOptions?: AxiosRequestConfig

base options for axios calls

APIConfigurationParameters

basePath?: string

override base path

APIConfigurationParameters

Selling partner API credentials

Amazon no longer requires the requests to be signed with AWS4

APIConfigurationParameters

region?: string

Selling partner API region

APIConfigurationParameters

roleArn?: string

ARN of the IAM Role to be assumed to get the credentials from.

Amazon no longer requires the requests to be signed with AWS4

APIConfigurationParameters

MMNEPVFCICPMFPCPTTAAATR