AuthScheme
Specifies the authentication method used to connect to your Shopify store.
Possible Values
OAuth, AccessTokenData Type
string
Default Value
"OAuth"
Remarks
Use this property to control how the driver authenticates with the Shopify API:
- OAuth: Select this option to authenticate using Shopify’s OAuth 2.0 flow. This is typically used when building apps that require interactive user consent and support for refresh tokens. It is the recommended option for most integrations, especially public apps.
- AccessToken: Select this option to authenticate using a static Admin API access token obtained from a custom app. This is suitable for private or internal apps where you already have a valid token and want to avoid interactive logins.