TDV Adapter for Shopify

Build 22.0.8462

Creating a Custom OAuth App

When to Create a Custom OAuth App

You have to create a custom OAuth app to change the information displayed when users log into the Shopify OAuth endpoint to grant permissions to the adapter.

Create a Public or Custom App

Follow the procedure below to register a Public or Custom app and obtain the client credentials, such as the OAuthClientId and OAuthClientSecret:

  1. Log in to Shopify with the developer login portal.
  2. Select Apps > Create app > Create app manually, enter a name for the app and click Create.
  3. Note the displayed API key and API secret key on the Overview page.
  4. Navigate to the App setup page.
    • Note: You can request access for additional permissions for your app on this page which might be required for retrieving data from certain tables or views from a store.
  5. Provide an App URL, and a redirection URL under Allowed redirection URL(s), and click Save.
    • For Desktop, you can set the redirection URL to a local host, for example http://localhost:3333, the provider's default.
    • For Web Authentication, select a different port of your choice and set the CallbackURL to the exact reply URL you defined.
  6. Navigate to the Distribution page.
    • You can choose to either publish your app on the Shopify App Store as a public app or generate an install link exclusive to one store.
  7. After configuring a distribution method, you can use the API key and API secret key credentials to access your store's data.

Copyright (c) 2023 CData Software, Inc. - All rights reserved.
Build 22.0.8462