Alokai

ModuleOptions

Connector options.

interface ModuleOptions {
	apiUrl: string;
	ssrApiUrl?: string;
}

Properties

NameRequiredTypeDescription
apiUrlRequiredstringThe API URL of the Magento instance
ssrApiUrlOptionalstringThe SSR API URL of the Magento instance

On this page