Skip to main content

Add the Shopify Connector

Authenticate to Shopify

After you add the connector, you need to set the required properties. Shop URL: Enter the URL to your Shopify shop. supports authenticating to in several ways. Select your authentication method below to proceed to the relevant section that contains the authentication details.

OAuth

Access Token

To connect with an access token, specify the following properties:
  • Auth Scheme: Select AccessToken.
  • Access Token: Specify your access token. To obtain a token, follow these steps:
    1. Log in to your site from the admin page and select Apps > Apps and sales channels.
    2. Click Develop apps and select Create an app.
    3. On the Overview tab, click Configure Admin API scopes and select the access permissions for the store that you want to grant to your application. The following permissions are required in order for the connector to use all the tables and views:
      • read_assigned_fulfillment_orders, write_assigned_fulfillment_orders
      • read_content, write_content
      • read_customers, write_customers
      • read_draft_orders, write_draft_orders
      • read_fulfillments, write_fulfillments
      • read_gift_cards, write_gift_cards
      • read_inventory, write_inventory
      • read_marketing_events, write_marketing_events
      • read_orders, write_orders
      • read_price_rules, write_price_rules
      • read_product_listings, write_product_listings
      • read_products, write_products
      • read_reports, write_reports
      • read_script_tags, write_script_tags
      • read_shopify_payments_payouts
      • read_themes, write_themes
      • read_markets
      • read_shopify_payments_accounts
      • read_publications
      • unauthenticated_read_content (Storefront API)
    4. Click Save.
    5. Select API Credentials.
    6. Under Access tokens, click Install app. This action creates your access token.
    7. Copy the access token that is displayed under Admin API Access token and paste it in the Access Token field in .
      The token can be revealed and copied only once.

Complete Your Connection

To complete your connection:
  1. For Schema, select the server version to which you want to connect. The default server version is GRAPHQL-20204-07.
  2. Define advanced connection settings on the Advanced tab. (In most cases, though, you should not need these settings.)
  3. Connect to to connect to your account.
  4. Click Create & Test to create your connection.

More Information