ModuleOptions
Connector options.
interface ModuleOptions {
apiUrl: string;
ssrApiUrl?: string;
}Properties
| Name | Required | Type | Description |
|---|---|---|---|
apiUrl | Required | string | The API URL of the Magento instance |
ssrApiUrl | Optional | string | The SSR API URL of the Magento instance |