EnableShopifyPlus
Specifies whether the app is installed on a Shopify Plus account. Set this to true to enable access to additional Shopify Plus-specific features.
Data Type
bool
Default Value
false
Remarks
This setting only has an effect if the connected store is on a Shopify Plus plan.
Set this property to true if your app is authorized on a Shopify Plus store. When enabled, the server exposes additional columns and tables that are only available to Shopify Plus merchants. These may include advanced analytics, checkout customization features, or B2B-related data.
Note: Enabling this property requires an updated OAuth access token that includes additional scopes, specifically read_users to retrieve data from Shopify Plus-specific resources. If your app was previously authorized without this property enabled, you must reauthenticate to obtain a token with the correct scopes. Failing to reauthenticate may result in empty datasets or API errors due to insufficient permissions.