Alokai
You are reading the documentation for SDK v2, which is no longer the latest version. Switch to current

ServerApiConfiguration

The serverApi property in integration configuration

export interface ServerApiConfiguration extends Pick<ApiConfig, "clientId" | "clientSecret" | "scopes"> {
	operations?: string[];
}

Properties

NameRequiredTypeDescription
operationsOptionalstring[]A list of GraphQL operations for which the server access token will be used. Predefined operations are: customerResetPassword, customerCreatePasswordResetToken, createReview, inventoryEntries, reviews.

Referenced Types

On this page