Shopify Authentication
DataSiv enables you to authenticate to Shopify using the Rest API Authentication authenticator.
Creating a Shopify Application
First, create a custom Shopify Application by following the instructions here: https://shopify.dev/docs/apps/auth/admin-app-access-tokens
Click the Create an app dialogue at the top.
Once you've created the application, configure Admin API scopes to give access to the required fields
Click Install app, and copy the Access token. You will use this to connect to the application.
Congratulations! You are now connected and can access the Shopify API.
For example, you can list customers by calling the admin/api/2023-10/customers.json?limit=250
endpoint.
Updated 7 months ago