Home > @vsf-enterprise/bigcommerce-api > MiddlewareSDKSettingsConfig
# MiddlewareSDKSettingsConfig interface
SDK Settings provided in the middleware.config.js
file.
Signature:
export interface MiddlewareSDKSettingsConfig
# Properties
Property | Type | Description |
---|---|---|
accessToken | string | BigCommerce address URL. |
apiVersion | 'v2' | 'v3' | BigCommerce api version. |
callback | string | BigCommerce callback URL. |
clientId | string | BigCommerce client id. |
graphqlMaxRetry? | number | (Optional) Graphql requests number of allowed retry |
guestToken? | string | (Optional) BigCommerce guest token. |
headers | { 'Accept-Encoding': string; } | BigCommerce request headers. |
logLevel | string | BigCommerce log level. Example: 'info'. |
responseType | string | BigCommerce response type. |
secret | string | BigCommerce secret. |
storeHash | string | BigCommerce store hash. |