TABLE OF CONTENTS

Shopify API access is granted by creating an App on your store.  The App is given the privileges needed and allows for each person integrating into the site to get only the access they need to have.

Generate API Token

  1. Log in to your Shopify admin panel
  2. Click Apps on the left side
  3. Click Develop apps for your store
  4. Create an app 
  5. Name your App WOS Integrations
  6. Click Create App
  7. Click Configure API scopes
  8. The App then has to be granted access to various parts of the site.  Scroll down to Products and check the boxes to Read and Write.
    1. If WOS is pushing adjustments back up to Shopify, we will also need Read and Write access to Inventory
    2. If WOS is downloading orders or checking for cancelled orders, we will need Read access to orders
    3. If WOS is communicating with the shipping system and pushing fulfillments back up to Shopify, we will also need Read and Write permission to Fulfillment Services and Merchang-managed  Fulfillment Orders
      image
  9. Click Save
  10. Go to API Credentials


    11. Click Install App

Graphical user interface, text, application, email

Description automatically generated

    12. And reveal the access token. This can only be done ONCE, so be sure to save your token in a secure place for your records and to provide to WOS

Text

Description automatically generated


    13. Press Copy to copy it to the clipboardGraphical user interface, text, application

Description automatically generated

14. Paste in safe location. 


WOS will need this information to make the connection.