Skip to content

Commit 83cb535

Browse files
committed
drop integrations.read
1 parent c23771a commit 83cb535

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

docs/apps/authorization/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ From your server back-end only, make a `POST` request to the `oauth/token` endpo
141141
"expires_in": 3600,
142142
"expires_at": "2022-11-10T14:30:00.436Z",
143143
"refresh_token": "def50200a45f…",
144-
"scope": "payments.read integrations.read"
144+
"scope": "payments.read"
145145
}
146146
```
147147
@@ -197,7 +197,7 @@ Refresh the `access_token` server-side:
197197
"expires_in": 3600,
198198
"expires_at": "2022-11-10T14:30:00.436Z",
199199
"refresh_token": "ghi703d2b…",
200-
"scope": "payments.read integrations.read"
200+
"scope": "payments.read"
201201
}
202202
```
203203

docs/apps/authorization/permissions.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,4 @@ Overview of all available app permissions and what they permit
1111
| - | - |
1212
| `payments.read` | Allows your app to access all payment data connected to the user's account. |
1313
| `payments.shopfiy.read` | Allows your app to access all shopify payment data connected to the user's account. |
14-
| `integrations.read` | Allows your app to access all integration data connected to the user's account. |
1514
| `checkouts.shopify.read` | Allows your app to access all Shopify checkouts connected to the user's account. |

0 commit comments

Comments
 (0)