JDBC Driver for Shopify

Build 25.0.9434

AuthScheme

Specifies the authentication method used to connect to your Shopify store.

Possible Values

OAuth, AccessToken

Data 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.

Copyright (c) 2025 CData Software, Inc. - All rights reserved.
Build 25.0.9434