Shopify (prebuilt connector)

Description

Shopify is a cloud-based, fully hosted commerce platform which can be used to create and manage online stores, and sell across multiple channels ( including web, mobile, social media, online marketplaces, brick-and-mortar locations, and pop-up shops).

API documentation

API documentation for Shopify (used to build this connector) can be found via the link below:

Authentication

When adding connector instances for Shopify, the following authentication methods are supported:

Token-based authentication

When a user chooses to add a connector instance using token-based authentication, the credentials below are prompted:

CredentialRequired?Notes

store_name

The URL used to access a Shopify store always follows the convention:

https://your-store-name.myshopify.com. For example, the URL for our 'Patchworks Docs Demo' store is:

https://patchworks-docs-demo.myshopify.com

When adding credentials for a new instance, you only need to provide the name of your store - don't enter https:// and don't enter .myshopify.com. So taking our example, the store would be entered as: patchworks-docs-demo.

token

Generated in your Shopify admin portal - see Obtaining an API token below.

Whenever a process flow sends a Shopify API request using token-based authentication, Shopify's X-Shopify-Access-Token option is passed in the request header. The value is set to whatever token was provided when the associated connector instance was added.

Last updated