Skip to content

Commit 2374f8e

Browse files
committed
fix docs for shopify scopes
1 parent a22b586 commit 2374f8e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/integrations/apis/shopify.mdx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,9 @@ You can use Personal Access Tokens to authenticate with Shopify and get started
6363

6464
To create the tokens on Shopify, login and [follow the instructions](https://help.shopify.com/en/manual/apps/app-types/custom-apps#create-and-install-a-custom-app).
6565

66-
The [required scopes](https://shopify.dev/docs/api/usage/access-scopes#authenticated-access-scopes) depend on the tasks you wish to perform and which webhooks you intend to receive. Webhooks will generally need read access to the respective Shopify resource.
66+
The [required scopes](https://shopify.dev/docs/api/usage/access-scopes#authenticated-access-scopes) depend on the tasks you wish to perform and which webhooks you intend to receive.
67+
68+
Webhooks will generally need read access to the respective Shopify resource at the very least. If the topic you subscribe to is triggered by an action that requires write access, e.g. `orders/create`, then write access is also required, e.g. `write_orders`.
6769

6870
Additionally, you will also have to provide your shop domain.
6971

0 commit comments

Comments
 (0)