Introduction
The API key is used to authenticate applications with Shopify's API.
Once the API key is set up for your account, applications can access and read your data, like adding new products, updating orders, and more.
This article will show you how to find your Shopify API Key for starting the migration.
Getting an API key from the Shopify Admin panel
First, log in to your
Shopify admin panel
, and go toApps
Menu. Then click theSettings
button.
Now just click
Apps and sales channels
then theDevelop apps for your store
button.
Click
Allow custom app development
button
Choose the
Create app
button
Click
Configure Admin API scopes
button, then select all below listed“Read” and “Write”
and save it.
Make sure to check the following:
read_analytics
write_assigned_fulfillment_orders
read_assigned_fulfillment_orders
write_customers
read_customers
write_discounts
read_discounts
write_draft_orders
read_draft_orders
write_inventory
read_inventory
write_metaobjects
read_metaobjects
write_orders
read_orders
write_price_rules
read_price_rules
write_products
read_products
write_content
read_content
write_translations
read_translations
write_themes
read_themes
write_fulfillments
read_fulfillments
read_locales
write_locales
read_locations
write_locations
read_files
write_files
read_publications
write_publications
read_discounts
write_online_store_navigation
read_all_orders
write_merchant_managed_fulfillment_orders
write_order_edits
write_third_party_fulfillment_orders
In this area, click API credentials,
then the Install app
button:
Finally, the process is completed. Now just click the
Reveal token once
button, copy the API key, then paste it into the necessary field.
Congratulations, the connection has been established successfully with the Shopify store.