Home > @vsf-enterprise/bigcommerce-theme > BigcommerceIntegrationContext
# BigcommerceIntegrationContext type
Runtime integration context, which includes API client instance, settings, and endpoints that will be passed via middleware server.
Signature:
export declare type BigcommerceIntegrationContext = IntegrationContext<AxiosInstance, BigcommerceConfig, ContextualizedEndpoints>;
References: IntegrationContext, BigcommerceConfig, ContextualizedEndpoints