@plentymarkets/shop-api / PlentysystemsIntegrationContext
Type Alias: PlentysystemsIntegrationContext ​
PlentysystemsIntegrationContext =
IntegrationContext
<AxiosInstance
,MiddlewareConfig
,Endpoints
>
Defined in: types/context/index.ts:10
Runtime integration context, which includes API client instance, settings, and endpoints that will be passed via middleware server. This interface name is starting with Boilerplate
, but you should use your integration name in here.