Get Shopify API Key

In order to connect programmatically to Shopify, we need two pieces of information:

  • Store name: https://{store_name}.myshopify.com/admin/api/
  • API Key.



Obtaining API for access Development

1 ) Create Shopify Partners account with the same account as the store.

2 ) From the admin control panel choose applications from the left menu.

3 ) Click on “Develop Apps for your store” on the right side, then choose “Create App”, choose as developer the Shopify Partners account previously created.

4 ) The application settings will open, choose , settings -> API accesses control panel -> give the necessary permissions, save the changes.

Api Access

5 ) Choose next tab, API Credentials -> Access Tokens -> Install Application.

Api Token

6 ) In this screen we will have: API Token (write it down, it only appears once), API Key, API Secret Key, which will be necessary to access the API.

Api Data

7 ) The request should look as follows:

https://{API Key}:{Secret API Key}@{Store Name}.myshopify.com/admin/api/{API Version}/{endpoint}

Item added to cart.
0 items - 0,00
Logo Close Technology
Privacy Overview

This website uses cookies so that we can provide you with the best possible user experience. The cookie information is stored in your browser and performs functions such as recognizing you when you return to our website or helping our team understand which sections of the website you find most interesting and useful. For more information please check our <a href="/politica-privacidad/">Privacy Policy</a>.