Shopify API Integration Profile
Information and guides about integrating with Shopify API
Add Shopify Integration to Your AppConfiguration
How to create and set up your Shopify app
Create a Partner account
- Head to the partners page and click Join Now
- Once you've got access to the partner account, log into the Shopify Partners, go to Apps -> Create App, pick the option "Create app manually" and choose a name for it
Set up your app
There a many things that you may want to configure in the app builder, however the most important for us should be the following:
- Copy and save somewhere safe the Client Id and Client secret that were automatically generated on the app creation
- Choose the scopes that your app would need to be fully functional. For instance, here's the list of scopes that our shopify-connector requests by default:
- read_customers
- read_draft_orders
- read_inventory
- read_metaobjects
- read_orders
- read_products
- read_shopify_payments_payouts
- read_users
- write_customers
- write_draft_orders
- write_metaobjects
- write_orders
- write_products
- Add
https://api.integration.app/oauth-callback
url to the list of Allowed redirection URL(s) in the Configuration/URLs section
Configure the app parameters in the integration.app platform
- Add the Shopify integration from store in the integration.app console
- Go to the Overview page
- In the Parameters section, click Edit and fill in Client Id and Client Secret you saved before
Note that during the connection creation you will be asked to provide you Shopify store name. Here's how to find it:
- login to Shopify
- check the URL at the top of the page - your store name would a combination of letters and numbers to the right of
store/
For instance, if your shopify url looks like thishttps://admin.shopify.com/store/quickstart-12345
then your store name would bequickstart-12345