Roles are derived from the staff permissions exposed by the Shopify Admin
REST API. Each unique permission string from the staff permissions array
becomes a role, plus a synthetic Account Owner role for staff users
whose account_owner flag is set.
The Shopify staff users endpoint is only available on Shopify Plus stores.
The account that issues the credential must have permission to view staff
in the Shopify admin.
To configure this connector you need:
The base URL of your Shopify store (for example https://acme.myshopify.com)
A Shopify Admin API access token with the read_users scope
1
Sign in to your Shopify admin at https://<your-shop>.myshopify.com/admin.
2
Go to Settings > Apps and sales channels > Develop apps and create a
custom app (or open an existing one).
3
Under Configuration > Admin API access scopes, grant the app the
read_users scope.
4
Install the app and copy the Admin API access token. The token is
only visible once.