To get the Shopify API you need to have a Shopify store account. If you are not having a Shopify store account then, create it by going to the Shopify Signup form.
Log in to your Shopify account and click the Stores menu option and login in particular store as per the below image.
This will navigate you to the App page.
Here, click the Develop Apps link which will redirect you to the New App page as per the below image.
Now, click the Create an app button.
Here, enter your App Name and App Developer Email. Then, hit the save button.
Then create the app button and go to Configure Admin API scopes as per the below image.
Afterward, select the particular needs to configure the app.
This will successfully create the Access Token which you can use while integrating the Shopify account in the Magento store.
How to Get Webhook Verification key in Add Shopify Account option?
In Shopify, a webhook is a way to automatically send data to an external URL when certain events happen in your store.
Steps to create/view webhook key:
Log in to your Shopify admin panel an navigate to the Webhooks section.
Click on “Settings” at the bottom of the left-hand menu.
Select “Notifications” from the Settings menu.
Scroll down to the “Webhooks” section.
Click the “Create webhook” button.
In the “Event” dropdown, select the event you want to trigger the webhook (e.g., “Order creation”).
In the “Format” dropdown, choose the format in which the data will be sent (JSON or XML).
In the “URL” field, enter the URL of the endpoint where you want to receive the webhook data.
After filling in the details, click “Save webhook”.
Be the first to comment.