Selling Partner API SDK for JavaScript
    Preparing search index...

    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

    logging?: {
        error?: true | ErrorLogConfig;
        request?: true | RequestLogConfig;
        response?: true | ResponseLogConfig;
    }
    rateLimiting?: {
        onRetry?: (retryInfo: OnRetryParameters) => void;
        retry: boolean;
    }
    restrictedDataToken?: string
    sandbox?: boolean
    userAgent?: string