From d247627b3d391642724820e98c0eb1fb655cbc8d Mon Sep 17 00:00:00 2001 From: Traci Porter Date: Mon, 14 Apr 2025 12:22:52 -0500 Subject: [PATCH] DEVDOCS-6303-b --- docs/start/authentication/api-accounts.mdx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/start/authentication/api-accounts.mdx b/docs/start/authentication/api-accounts.mdx index c473cedd2..5e8bdb56e 100644 --- a/docs/start/authentication/api-accounts.mdx +++ b/docs/start/authentication/api-accounts.mdx @@ -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) | @@ -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)