Creating a Custom OAuth Application
Creating a Custom OAuth Application
Since the driver is not registered with Shopify you must use custom OAuth credentials to connect via web, desktop, or headless server. To register an app and obtain the client credentials, such as the OAuthClientId and OAuthClientSecret, follow these steps:
- Log in to the Shopify Dev Dashboard.
- Select Apps > Create app.
- Enter a name for the application and click Create.
- In the Access section, specify the required scopes (see Establishing a Connection) and a redirection URL:
- For Desktop authentication, set the redirection URL to local host; for example, http://localhost:33333, 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.
- Click Release.
- Optionally enter a name and message for the version and click Release again.
- Select the Settings tab to view and record the client Id and secret.
- Select the Home tab. From here, you can optionally install the app on a specific store or select a distribution method.
You may now use the client Id and secret credentials to access your store's data.