Shopify credentials

You can use these credentials to authenticate the following nodes with Shopify.

Prerequisites

Create a Shopify account.

Then create a custom app to authenticate to.

Supported authentication methods

  • Access Token . Requires:
    • Shop Subdomain (remove .myshopify.com )
    • Access Token: In Shopify UI, the Admin API Access Token
    • APP Secret Key: In Shopify UI, the API Secret Key
  • OAuth2 . Requires:
    • Client ID: In Shopify UI, the API Key
    • Client Secret: In Shopify UI, the API Secret Key
    • Shop Subdomain (remove .myshopify.com )
  • API Key. Requires:
    • API Key
    • Password
    • Shop Subdomain (remove .myshopify.com )

Forbidden credentials error

If you get a Couldn't connect with these settings / Forbidden - perhaps check your credentials warning when you test the credentials, this may be due to access scope dependencies. For example, read_orders scope also requires read_products scope.