SFCCIntegrationContext
Runtime integration context, which includes API client instance, settings, and endpoints that will be passed via middleware server.
export interface SFCCIntegrationContext extends IntegrationContext<ApiClients, MiddlewareConfig, Endpoints> {
}