Shopify Connector
Shopify Connector Help
Version 1
ZappySys Logo File Version: v1
Supported Engine: 11

Authentication :: Access Token [Http]


Description

No description available [API Help..]

Instructions

Setting up your Shopify store account for API access involves creating an "app" for your store. The "app" is installed into the Shopify account and configured with the appropriate access levels for your data integration needs.
  1. Visit https://accounts.shopify.com and log into your Shopify store account.
  2. After logging in, select the store to connect to with the ZappySys Shopify Connector.
  3. Select the Settings link (usually in the lower-left corner) to launch the Settings screen.
  4. On the left menu panel, select Apps and sales channels.
  5. On the Apps and sales channels screen, select Develop apps (near the top of the screen).
  6. On the App development screen, select Create an app (near the upper-right corner of the screen).
  7. Give the app that will be used to provide Shopify API access a name, select the appropriate developer from the App developer drop-down, and then select Create app.
  8. Select Configure Admin API scopes and the Admin API access scopes screen will appear.
  9. In the Admin API access scopes screen, select every access scope checkbox that applies to your integration needs. It is generally not a good idea to allow more access than what is needed in order to fulfill your integration needs.
    • To enable the reading of customer information, select read_customers.
    • To enable the writing of customer information, select write_customers.
    • To enable the reading of inventory item information, select read_inventory.
    • To enable the writing of inventory item information, select write_inventory.
    • To enable the reading of order information, select read_orders.
    • To enable the writing of order information, select write_orders.
    After selecting all applicable access scopes, select Save.
  10. Install the app by selecting the Install app button (near the upper-right corner of the screen). If any other prompts for installation appears, select Install.
  11. After the app is installed, the Admin API access token will be available in the API credentials tab of the page. It can only be revealed ONCE for security purposes. Select Reveal token once to show the new Admin API access token. SAVE THE ADMIN API ACCESS TOKEN IN A SAFE PLACE WHERE YOU HAVE IT CONFIDENTIAL, SECURE, AND NOT ACCESSIBLE TO UNAUTHORIZED INDIVIDUALS. The Admin API access token will be needed in this process later.
  12. In the ZappySys connector API screen, enter the subdomain of your Shopify store into the Subdomain parameter textbox. For example, if your Shopify URL is https://acmetoys.myshopify.com, the subdomain would be acmetoys.
  13. In the same screen, enter the Admin API access token saved from step 11 above into the Admin API Access Token textbox. In order to edit the text in this field, select the ellipses (...) button that appears when the textbox is clicked and edit the access token with the dialog box that appears.
  14. Select the Test Connection button at the bottom of the window to verify proper connectivity with the Shopify store.
  15. If the connection test succeeds, select OK.

Parameters

Parameter Label Required Options Description Help
Subdomain Sub-domain YES Your Shopify store sub-domain. Your sub-domain is the portion of the web address just before '.myshopify.com'. For example, the sub-domain for https://acmetoys.myshopify.com would be 'acmetoys'.
RetryMode RetryMode NO
RetryStatusCodeList RetryStatusCodeList NO
RetryCountMax RetryCountMax NO
RetryMultiplyWaitTime RetryMultiplyWaitTime NO