Skip to content

DEVDOCS-6303-b #906

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 15, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions docs/start/authentication/api-accounts.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -235,6 +235,8 @@ All OAuth scopes except `default` provide `read-only` permissions scopes so that
| Store Locations | read-only | `store_locations_read_only` | View store locations | [Locations V3](/docs/rest-management/locations) |
| Stored Payment Instruments | read-only | `store_stored_payment_instruments_read_only` | View stored payment instruments | [Stored Instruments V3](/beta/stored-instruments/rest-payments/manage) |
| Stored Payment Instruments | modify | `store_stored_payment_instruments` | View and modify stored payment instruments |[Stored Instruments V3](/beta/stored-instruments/rest-payments/manage) |
| Store Translations | read-only | `store_translations_read_only` | View store translations | [Translations Admin GraphQL API](/docs/store-operations/translations) |
| Store Translations | modify | `store_translations` | View and modify store translations | [Translations Admin GraphQL API](/docs/store-operations/translations) |
| Themes | modify | `store_themes_manage` | View and modify themes | [Themes V3](/docs/rest-content/themes) |
| Themes | read-only | `store_themes_read_only` | View themes | [Themes V3](/docs/rest-content/themes) |

Expand All @@ -249,6 +251,7 @@ All OAuth scopes except `default` provide `read-only` permissions scopes so that
| Account Users | write | `account_users_write` | Add and update users | [GraphQL Account API](/docs/graphql-account/users) |
| Account Users | delete | `account_users_delete` | Remove a user from an account | [GraphQL Account API](/docs/graphql-account/users) |


## Resources

* [Authentication and Example Requests](/docs/start/authentication)
Expand Down