In the Create Connection panel provide the below details to setup a connection.
- Name your connection – Enter a clear and distinguishable name.
- API type – Choose your Shopify account API type:
- HTTP: Use traditional HTTP methods (GET, POST, PUT, DELETE) for straightforward interactions with individual resources.
- GraphQL: Use GraphQL for flexible, efficient queries and mutations, retrieving only the required data with a single endpoint.
- API version – Select your Shopify account’s API version. For example, 2024-10.
- Store name – Enter your Shopify store name. For example, if the URL is https://demo-store.myshopify.com, then demo-store is your store name.
- Auth type – Select Token as the authentication type for this connection.
- Access token – Enter the access token created in the Shopify custom app.
Follow the below steps to create the Access token from Shopify.
- Sign in to your Shopify account.
- Navigate to Apps > App and sales channel settings > Apps and sales channels > Develop apps.
- Click Create an app.
- Provide the App name.
- From the App developer drop-down, select the required name.
- Read the license and click Create app.
- Click Configure admin API scopes, select the required scopes, and click Save.
- Click Install app.
- Read the license and click Install.
- From the Admin API access token section, read the Note, and click Reveal token once.
- Copy the token.
- Note: You can view the Admin API access token on this page only once. Hence, it is recommended to copy and save your token in a secure place.