diff --git a/docs/authentication/Tokens/permissions.md b/docs/authentication/Tokens/permissions.md
index 48366d57..5f313841 100644
--- a/docs/authentication/Tokens/permissions.md
+++ b/docs/authentication/Tokens/permissions.md
@@ -9,13 +9,9 @@ Permissions are managed through tokens. There are two main token types available
- [Client credential token](/docs/authentication/Tokens/client-credential-token)
- [Implicit token](/docs/authentication/Tokens/implicit-token)
-Account Management Authentication Tokens with an Implicit Bearer token are used to manage user interfaces with sensitive data that users may need to access or modify associated with an Account. Sensitive data might include orders, addresses, and account details.
+[Account management authentication token](/docs/authentication/Tokens/account-management-authentication-token) with an Implicit Bearer token is used to manage user interfaces with sensitive data that users may need to access or modify associated with an Account. Sensitive data might include orders, addresses, and account details.
-- [Account management authentication token](/docs/authentication/Tokens/account-management-authentication-token)
-
-Customer tokens can be used with an Implicit Bearer token to manage user interfaces that involve sensitive data a user may need to access or modify. Sensitive data might include orders, addresses, and customer details.
-
-- [Customer tokens](/docs/authentication/Tokens/customer-token)
+[Customer token](/docs/authentication/Tokens/customer-token) can be used with an Implicit Bearer token to manage user interfaces that involve sensitive data a user may need to access or modify. Sensitive data might include orders, addresses, and customer details.
## Breakdown of Access (for shoppers)
@@ -23,130 +19,49 @@ The following tables show a breakdown of the API endpoint actions that are avail
### Implicit
- | Endpoint | Read access | Write access |
- |----------------------------------------------| --- | --- |
- | `/accounts` | ⛔️ | ⛔️ |
- | `/account-members` | ⛔️ | ⛔️ |
- | `/account-membership` | ⛔️ | ⛔️ |
- | `/application-keys` | ⛔️ | ⛔️ |
- | `/authentication-realms` | ✅ | ⛔️ |
- | `/brands` | ✅ | ⛔️ |
- | `/carts` | ✅ | ✅ |
- | `/categories` | ✅ | ⛔️ |
- | `/checkout` | ✅ | ✅ |
- | `/collections` | ✅ | ⛔️ |
- | `/currencies` | ✅ | ⛔️ |
- | `/customers` | ⛔️ | ⛔️ |
- | `/files` | ✅ | ⛔️ |
- | `/flows` | ✅ | ⛔️ |
- | `/gateways` | ⛔️ | ⛔️ |
- | `/integrations` | ⛔️ | ⛔️ |
- | `/inventories` | ✅ | ⛔️ |
- | `/jobs` | ⛔️ | ⛔️ |
- | `/merchant-realm-mappings` | ⛔️ | ⛔️ |
- | `/orders` | ⛔️ | ⛔️ |
- | `/orders/:id` | ⛔️ | ⛔️ |
- | `/v2/products` | ✅ | ⛔️ |
- | `/catalog/products` | ✅ | ⛔️ |
- | `/catalog/hierarchies` | ✅ | ⛔️ |
- | `/catalog/nodes` | ✅ | ⛔️ |
- | `/pcm/products` | ⛔️ | ⛔️ |
- | `/pcm/hierarchies` | ⛔️ | ⛔️ |
- | `/pcm/pricebooks` | ⛔️ | ⛔️ |
- | `/pcm/catalogs` | ⛔️ | ⛔️ |
- | `/promotions` | ⛔️ | ⛔️ |
- | `/settings` | ⛔️ | ⛔️ |
- | `/settings/account-authentication-settings` | ⛔️ | ⛔️ |
- | `/settings/customer-authentication-settings` | ⛔️ | ⛔️ |
- | `/settings/extensions` | ⛔️ | ⛔️ |
- | `/variations` | ⛔️ | ⛔️ |
-
-### Implicit + Account Management Authentication Token
-
-| Endpoint | Read access | Write access |
-| --- | -- | --- |
-| `/accounts` | ✅️ | ⛔️ |
-| `/account-members` | ✅️ | ⛔️ |
-| `/account-membership` | ✅ | ⛔️ |
-| `/application-keys` | ⛔️ | ⛔️ |
-| `/authentication-realms` | ✅ | ⛔️ |
-| `/brands` | ✅ | ⛔️ |
-| `/carts` | ✅ | ✅ |
-| `/categories` | ✅ | ⛔️ |
-| `/checkout` | ✅ | ✅ |
-| `/collections` | ✅ | ⛔️ |
-| `/currencies` | ✅ | ⛔️ |
-| `/customers` | ⛔ | ⛔ |
-| `/files` | ✅ | ⛔️ |
-| `/flows` | ✅ | ⛔️ |
-| `/gateways` | ⛔️ | ⛔️ |
-| `/integrations` | ⛔️ | ⛔️ |
-| `/inventories` | ✅ | ⛔️ |
-| `/jobs` | ⛔️ | ⛔️ |
-| `/merchant-realm-mappings` | ⛔️ | ⛔️ |
-| `/orders` | ✅ | ⛔️ |
-| `/orders/:id` | ✅ | ⛔️ |
-| `/v2/products` | ✅ | ⛔️ |
-| `/catalog/products` | ✅ | ⛔️ |
-| `/catalog/hierarchies` | ✅ | ⛔️ |
-| `/catalog/nodes` | ✅ | ⛔️ |
-| `/pcm/products` | ⛔️ | ⛔️ |
-| `/pcm/hierarchies` | ⛔️ | ⛔️ |
-| `/pcm/pricebooks` | ⛔️ | ⛔️ |
-| `/pcm/catalogs` | ⛔️ | ⛔️ |
-| `/promotions` | ⛔️ | ⛔️ |
-| `/settings` | ⛔️ | ⛔️ |
-| `/settings/account-authentication-settings` | ⛔️ | ⛔️ |
-| `/settings/customer-authentication-settings` | ⛔️ | ⛔️ |
-| `/settings/extensions` | ⛔️ | ⛔️ |
-| `/variations` | ⛔️ | ⛔️ |
-
+| Endpoint | Read access | Write access | Read access
with Account Token | Write access
with Account Token | Read access
with Customer Token | Write access
with customer token |
+ |----------------------------------------------|-------------|--------------|--------------------------------|---------------------------------|---------------------------------|----------------------------------------|
+| `/accounts` | ⛔️ | ⛔️ | ✅️ | ⛔️ | ⛔️ | ⛔️ |
+| `/account-members` | ⛔️ | ⛔️ | ✅️ | ⛔️ | ⛔️ | ⛔️ |
+| `/account-membership` | ⛔️ | ⛔️ | ✅ | ⛔️ | ⛔️ | ⛔️ |
+| `/application-keys` | ⛔️ | ⛔️ | ⛔️ | ⛔️ | ⛔️ | ⛔️ |
+| `/authentication-realms` | ✅ | ⛔️ | ✅ | ⛔️ | ✅ | ⛔️ |
+| `/brands` | ✅ | ⛔️ | ✅ | ⛔️ | ✅ | ⛔️ |
+| `/carts` | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
+| `/categories` | ✅ | ⛔️ | ✅ | ⛔️ | ✅ | ⛔️ |
+| `/checkout` | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
+| `/collections` | ✅ | ⛔️ | ✅ | ⛔️ | ✅ | ⛔️ |
+| `/currencies` | ✅ | ⛔️ | ✅ | ⛔️ | ✅ | ⛔️ |
+| `/customers` | ⛔️ | ⛔️ | ⛔ | ⛔ | ✅ | ✅ |
+| `/files` | ✅ | ⛔️ | ✅ | ⛔️ | ✅ | ⛔️ |
+| `/flows` | ✅ | ⛔️ | ✅ | ⛔️ | ✅ | ⛔️ |
+| `/gateways` | ⛔️ | ⛔️ | ⛔️ | ⛔️ | ⛔️ | ⛔️ |
+| `/integrations` | ⛔️ | ⛔️ | ⛔️ | ⛔️ | ⛔️ | ⛔️ |
+| `/inventories` | ✅ | ⛔️ | ✅ | ⛔️ | ✅ | ⛔️ |
+| `/jobs` | ⛔️ | ⛔️ | ⛔️ | ⛔️ | ⛔️ | ⛔️ |
+| `/merchant-realm-mappings` | ⛔️ | ⛔️ | ⛔️ | ⛔️ | ⛔️ | ⛔️ |
+| `/orders` | ⛔️ | ⛔️ | ✅ | ⛔️ | ✅ | ⛔️ |
+| `/orders/:id` | ⛔️ | ⛔️ | ✅ | ⛔️ | ✅ | ⛔️ |
+| `/v2/products` | ✅ | ⛔️ | ✅ | ⛔️ | ✅ | ⛔️ |
+| `/catalog/products` | ✅ | ⛔️ | ✅ | ⛔️ | ✅ | ⛔️ |
+| `/catalog/hierarchies` | ✅ | ⛔️ | ✅ | ⛔️ | ✅ | ⛔️ |
+| `/catalog/nodes` | ✅ | ⛔️ | ✅ | ⛔️ | ✅ | ⛔️ |
+| `/pcm/products` | ⛔️ | ⛔️ | ⛔️ | ⛔️ | ⛔️ | ⛔️ |
+| `/pcm/hierarchies` | ⛔️ | ⛔️ | ⛔️ | ⛔️ | ⛔️ | ⛔️ |
+| `/pcm/pricebooks` | ⛔️ | ⛔️ | ⛔️ | ⛔️ | ⛔️ | ⛔️ |
+| `/pcm/catalogs` | ⛔️ | ⛔️ | ⛔️ | ⛔️ | ⛔️ | ⛔️ |
+| `/promotions` | ⛔️ | ⛔️ | ⛔️ | ⛔️ | ⛔️ | ⛔️ |
+| `/settings` | ⛔️ | ⛔️ | ⛔️ | ⛔️ | ⛔️ | ⛔️ |
+| `/settings/account-authentication-settings` | ⛔️ | ⛔️ | ⛔️ | ⛔️ | ⛔️ | ⛔️ |
+| `/settings/customer-authentication-settings` | ⛔️ | ⛔️ | ⛔️ | ⛔️ | ⛔️ | ⛔️ |
+| `/settings/extensions` | ⛔️ | ⛔️ | ⛔️ | ⛔️ | ⛔️ | ⛔️ |
+| `/variations` | ⛔️ | ⛔️ | ⛔️ | ⛔️ | ⛔️ | ⛔️ |
Note that you can only fetch data with live status.
-### Implicit + Customer Token
-
- | Endpoint | Read access | Write access |
- | -- | --- | --- |
- | `/accounts` | ⛔️ | ⛔️ |
- | `/account-members` | ⛔️ | ⛔️ |
- | `/account-membership` | ⛔️ | ⛔️ |
- | `/application-keys` | ⛔️ | ⛔️ |
- | `/authentication-realms` | ✅ | ⛔️ |
- | `/brands` | ✅ | ⛔️ |
- | `/carts` | ✅ | ✅ |
- | `/categories` | ✅ | ⛔️ |
- | `/checkout` | ✅ | ✅ |
- | `/collections` | ✅ | ⛔️ |
- | `/currencies` | ✅ | ⛔️ |
- | `/customers` | ✅ | ✅ |
- | `/files` | ✅ | ⛔️ |
- | `/flows` | ✅ | ⛔️ |
- | `/gateways` | ⛔️ | ⛔️ |
- | `/integrations` | ⛔️ | ⛔️ |
- | `/inventories` | ✅ | ⛔️ |
- | `/jobs` | ⛔️ | ⛔️ |
- | `/merchant-realm-mappings` | ⛔️ | ⛔️ |
- | `/orders` | ✅ | ⛔️ |
- | `/orders/:id` | ✅ | ⛔️ |
- | `/v2/products` | ✅ | ⛔️ |
- | `/catalog/products` | ✅ | ⛔️ |
- | `/catalog/hierarchies` | ✅ | ⛔️ |
- | `/catalog/nodes` | ✅ | ⛔️ |
- | `/pcm/products` | ⛔️ | ⛔️ |
- | `/pcm/hierarchies` | ⛔️ | ⛔️ |
- | `/pcm/pricebooks` | ⛔️ | ⛔️ |
- | `/pcm/catalogs` | ⛔️ | ⛔️ |
- | `/promotions` | ⛔️ | ⛔️ |
- | `/settings` | ⛔️ | ⛔️ |
- | `/settings/account-authentication-settings` | ⛔️ | ⛔️ |
- | `/settings/customer-authentication-settings` | ⛔️ | ⛔️ |
- | `/settings/extensions` | ⛔️ | ⛔️ |
- | `/variations` | ⛔️ | ⛔️ |
-
## Breakdown of Access (for sellers)
-The following tables show a breakdown of the API endpoint actions that are available to the client credentials token for each role.
+The following tables show a breakdown of the API endpoint actions that are available to the client credentials token for each role. Refer to the [Team Management](/guides/Getting-Started/team-management) page for a comparison of different roles.
### Seller admin
@@ -236,223 +151,50 @@ The following tables show a breakdown of the API endpoint actions that are avail
| `/user-roles` | ✅ | ⛔️ |
| `/variations` | ⛔️ | ⛔️ |
-### Marketing/Sales
-
-| Endpoint | Read access | Write access |
-|----------------------------------------| --- | --- |
-| `/accounts` | ⛔️ | ⛔️ |
-| `/account-members` | ⛔️ | ⛔️ |
-| `/account-membership` | ⛔️ | ⛔️ |
-| `/application-keys` | ⛔️ | ⛔️ |
-| `/authentication-realms` | ⛔ | ⛔ |
-| `/brands` | ✅ | ✅ |
-| `/carts` | ⛔ | ⛔ |
-| `/categories` | ✅ | ✅ |
-| `/checkout` | ⛔ | ⛔ |
-| `/collections` | ✅ | ✅ |
-| `/currencies` | ✅ | ⛔ |
-| `/customers` | ⛔ | ⛔ |
-| `/files` | ✅ | ✅ |
-| `/flows` | ✅ | ✅ |
-| `/gateways` | ⛔️ | ⛔️ |
-| `/integrations` | ⛔ | ⛔ |
-| `/inventories` | ✅ | ✅ |
-| `/jobs` | ⛔ | ⛔ |
-| `/personal-data/logs` | ⛔️ | ⛔️ |
-| `/personal-data/personal-data-entries` | ⛔️ | ⛔️ |
-| `/merchant-realm-mappings` | ⛔ | ⛔ |
-| `/orders` | ⛔ | ⛔ |
-| `/orders/:id` | ⛔ | ⛔ |
-| `/v2/products` | ✅ | ✅ |
-| `/catalog/products` | ✅ | ⛔️ |
-| `/catalog/hierarchies` | ✅ | ⛔️ |
-| `/catalog/nodes` | ✅ | ⛔️ |
-| `/pcm/products` | ✅ | ✅ |
-| `/pcm/hierarchies` | ✅ | ✅ |
-| `/pcm/pricebooks` | ✅ | ✅ |
-| `/pcm/catalogs` | ✅ | ✅ |
-| `/promotions` | ✅ | ✅ |
-| `/settings` | ⛔ | ⛔ |
-| `/settings/account-authentication-settings` | ⛔️ | ⛔️ |
-| `/settings/customer-authentication-settings` | ⛔️ | ⛔️ |
-| `/settings/extensions` | ⛔️ | ⛔️ |
-| `/subscriptions` | ⛔️ | ⛔️ |
-| `/user-roles` | ✅ | ⛔ |
-| `/variations` | ✅ | ✅ |
-
-### Support
-
-| Endpoint | Read access | Write access |
-|----------------------------------------| --- | --- |
-| `/accounts` | ✅️ | ✅️ |
-| `/account-members` | ✅️ | ✅️ |
-| `/account-membership` | ✅️ | ✅️ |
-| `/application-keys` | ⛔️ | ⛔️ |
-| `/authentication-realms` | ⛔️ | ⛔️ |
-| `/brands` | ⛔️ | ⛔️ |
-| `/carts` | ⛔️ | ⛔️ |
-| `/categories` | ⛔️ | ⛔️ |
-| `/checkout` | ⛔️ | ⛔️ |
-| `/collections` | ⛔️ | ⛔️ |
-| `/currencies` | ✅️ | ⛔️ |
-| `/customers` | ✅️ | ✅️ |
-| `/files` | ⛔️ | ⛔️ |
-| `/flows` | ✅️ | ⛔️ |
-| `/gateways` | ⛔️ | ⛔️ |
-| `/integrations` | ⛔️ | ⛔️ |
-| `/inventories` | ⛔️ | ⛔️ |
-| `/jobs` | ⛔️ | ⛔️ |
-| `/personal-data/logs` | ✅ | ✅️ |
-| `/personal-data/personal-data-entries` | ✅ | ✅️ |
-| `/merchant-realm-mappings` | ⛔️ | ⛔️ |
-| `/orders` | ✅ | ✅️ |
-| `/orders/:id` | ✅ | ✅️ |
-| `/v2/products` | ⛔️ | ⛔️ |
-| `/catalog/products` | ⛔️ | ⛔️ |
-| `/catalog/hierarchies` | ⛔️ | ⛔️ |
-| `/catalog/nodes` | ⛔️ | ⛔️ |
-| `/pcm/products` | ⛔️ | ⛔️ |
-| `/pcm/hierarchies` | ⛔️ | ⛔️ |
-| `/pcm/pricebooks` | ⛔️ | ⛔️ |
-| `/pcm/catalogs` | ⛔️ | ⛔️ |
-| `/promotions` | ⛔️ | ⛔️ |
-| `/settings` | ⛔️ | ⛔️ |
-| `/settings/account-authentication-settings` | ✅️ | ⛔️ |
-| `/settings/customer-authentication-settings` | ✅️ | ⛔️ |
-| `/settings/extensions` | ⛔️ | ⛔️ |
-| `/subscriptions` | ⛔️ | ⛔️ |
-| `/user-roles` | ✅ | ⛔️ |
-| `/variations` | ⛔️ | ⛔️ |
-
-### IT/Developer
-
-| Endpoint | Read access | Write access |
-|----------------------------------------| --- | --- |
-| `/accounts` | ⛔️ | ⛔️ |
-| `/account-members` | ⛔️ | ⛔️ |
-| `/account-membership` | ⛔️ | ⛔️ |
-| `/application-keys` | ✅ | ✅ |
-| `/authentication-realms` | ✅️ | ✅ |
-| `/brands` | ⛔️ | ⛔️ |
-| `/carts` | ⛔️ | ⛔️ |
-| `/categories` | ⛔️ | ⛔️ |
-| `/checkout` | ⛔️ | ⛔️ |
-| `/collections` | ⛔️ | ⛔️ |
-| `/currencies` | ✅️ | ✅️ |
-| `/customers` | ⛔️ | ⛔️ |
-| `/files` | ⛔️ | ⛔️ |
-| `/flows` | ✅️ | ✅️ |
-| `/gateways` | ✅️️ | ✅️️ |
-| `/integrations` | ✅️ | ✅️ |
-| `/inventories` | ⛔️ | ⛔️ |
-| `/jobs` | ⛔️ | ⛔️ |
-| `/personal-data/logs` | ✅ | ✅️ |
-| `/personal-data/personal-data-entries` | ✅ | ✅️ |
-| `/merchant-realm-mappings` | ✅ | ✅️ |
-| `/orders` | ⛔️ | ⛔️ |
-| `/orders/:id` | ⛔️ | ⛔️ |
-| `/v2/products` | ⛔️ | ⛔️ |
-| `/catalog/products` | ⛔️ | ⛔️ |
-| `/catalog/hierarchies` | ⛔️ | ⛔️ |
-| `/catalog/nodes` | ⛔️ | ⛔️ |
-| `/pcm/products` | ⛔️ | ⛔️ |
-| `/pcm/hierarchies` | ⛔️ | ⛔️ |
-| `/pcm/pricebooks` | ⛔️ | ⛔️ |
-| `/pcm/catalogs` | ⛔️ | ⛔️ |
-| `/promotions` | ⛔️ | ⛔️ |
-| `/settings` | ⛔️ | ⛔️ |
-| `/settings/account-authentication-settings` | ✅️ | ⛔ |
-| `/settings/customer-authentication-settings` | ✅️ | ⛔ |
-| `/settings/extensions` | ✅ | ✅️ |
-| `/subscriptions` | ✅ | ✅️ |
-| `/user-roles` | ✅ | ✅️ |
-| `/variations` | ⛔️ | ⛔️ |
-
-
-### Promotions Manager
-
-| Endpoint | Read access | Write access |
-|----------------------------------------------| --- | --- |
-| `/accounts` | ⛔️ | ⛔️ |
-| `/account-members` | ⛔️ | ⛔️ |
-| `/account-membership` | ⛔️ | ⛔️ |
-| `/application-keys` | ⛔️ | ⛔️ |
-| `/authentication-realms` | ⛔ | ⛔ |
-| `/brands` | ⛔ | ⛔ |
-| `/carts` | ⛔ | ⛔ |
-| `/categories` | ⛔ | ⛔ |
-| `/checkout` | ⛔ | ⛔ |
-| `/collections` | ⛔ | ⛔ |
-| `/currencies` | ✅ | ⛔ |
-| `/customers` | ⛔ | ⛔ |
-| `/files` | ⛔️ | ⛔ |
-| `/flows` | ✅ | ⛔ |
-| `/gateways` | ⛔️ | ⛔️ |
-| `/integrations` | ⛔ | ⛔ |
-| `/inventories` | ⛔ | ⛔ |
-| `/jobs` | ⛔ | ⛔ |
-| `/personal-data/logs` | ⛔️ | ⛔️ |
-| `/personal-data/personal-data-entries` | ⛔️ | ⛔️ |
-| `/merchant-realm-mappings` | ⛔ | ⛔ |
-| `/orders` | ⛔ | ⛔ |
-| `/orders/:id` | ⛔ | ⛔ |
-| `/v2/products` | ⛔ | ⛔ |
-| `/catalog/products` | ⛔ | ⛔️ |
-| `/catalog/hierarchies` | ⛔ | ⛔️ |
-| `/catalog/nodes` | ⛔ | ⛔️ |
-| `/pcm/products` | ✅ | ⛔ |
-| `/pcm/hierarchies` | ✅ | ⛔ |
-| `/pcm/pricebooks` | ⛔ | ⛔ |
-| `/pcm/catalogs` | ✅ | ⛔ |
-| `/promotions` | ✅ | ✅ |
-| `/settings` | ⛔ | ⛔ |
-| `/settings/account-authentication-settings` | ⛔️ | ⛔️ |
-| `/settings/customer-authentication-settings` | ⛔️ | ⛔️ |
-| `/settings/extensions` | ⛔️ | ⛔️ |
-| `/subscriptions` | ⛔️ | ⛔️ |
-| `/user-roles` | ✅ | ⛔ |
-| `/variations` | ⛔ | ⛔ |
-
-### eCommerce Admin
-
-| Endpoint | Read access | Write access |
-|----------------------------------------| --- | --- |
-| `/accounts` | ✅ | ✅ |
-| `/account-members` | ✅ | ✅ |
-| `/account-membership` | ✅ | ✅ |
-| `/application-keys` | ⛔️ | ⛔️ |
-| `/authentication-realms` | ⛔ | ⛔ |
-| `/brands` | ✅ | ✅ |
-| `/carts` | ⛔ | ⛔ |
-| `/categories` | ✅ | ✅ |
-| `/checkout` | ⛔ | ⛔ |
-| `/collections` | ✅ | ✅ |
-| `/currencies` | ✅ | ⛔ |
-| `/customers` | ✅ | ✅ |
-| `/files` | ✅ | ✅ |
-| `/flows` | ✅ | ✅ |
-| `/gateways` | ⛔️ | ⛔️ |
-| `/integrations` | ⛔ | ⛔ |
-| `/inventories` | ✅ | ✅ |
-| `/jobs` | ⛔ | ⛔ |
-| `/personal-data/logs` | ✅ | ✅ |
-| `/personal-data/personal-data-entries` |✅ | ✅ |
-| `/merchant-realm-mappings` | ⛔ | ⛔ |
-| `/orders` | ⛔ | ⛔ |
-| `/orders/:id` | ✅ | ✅ |
-| `/v2/products` | ✅ | ✅ |
-| `/catalog/products` | ✅ | ⛔️ |
-| `/catalog/hierarchies` | ✅ | ⛔️ |
-| `/catalog/nodes` | ✅ | ⛔️ |
-| `/pcm/products` | ✅ | ✅ |
-| `/pcm/hierarchies` | ✅ | ✅ |
-| `/pcm/pricebooks` | ✅ | ✅ |
-| `/pcm/catalogs` | ✅ | ✅ |
-| `/promotions` | ✅ | ✅ |
-| `/settings` | ⛔ | ⛔ |
-| `/settings/account-authentication-settings` | ✅ | ⛔️ |
-| `/settings/customer-authentication-settings` | ✅ | ⛔️ |
-| `/settings/extensions` | ⛔️ | ⛔️ |
-| `/subscriptions ` | ⛔️ | ⛔️ |
-| `/user-roles` | ✅ | ⛔ |
-| `/variations` | ✅ | ✅ |
+### Other Roles
+
+| Endpoint | MR | MW | SR | SW | IR | IW | PR | PW | eR | eW |
+|----------------------------------------------|----|----|----|----|-----|-----|----|----|----|----|
+| `/accounts` | ⛔️ | ⛔️ | ✅️ | ✅️ | ⛔️ | ⛔️ | ⛔️ | ⛔️ | ✅ | ✅ |
+| `/account-members` | ⛔️ | ⛔️ | ✅️ | ✅️ | ⛔️ | ⛔️ | ⛔️ | ⛔️ | ✅ | ✅ |
+| `/account-membership` | ⛔️ | ⛔️ | ✅️ | ✅️ | ⛔️ | ⛔️ | ⛔️ | ⛔️ | ✅ | ✅ |
+| `/application-keys` | ⛔️ | ⛔️ | ⛔️ | ⛔️ | ✅ | ✅ | ⛔️ | ⛔️ | ⛔️ | ⛔️ |
+| `/authentication-realms` | ⛔ | ⛔ | ⛔️ | ⛔️ | ✅️ | ✅ | ⛔ | ⛔ | ⛔ | ⛔ |
+| `/brands` | ✅ | ✅ | ⛔️ | ⛔️ | ⛔️ | ⛔️ | ⛔ | ⛔ | ✅ | ✅ |
+| `/carts` | ⛔ | ⛔ | ⛔️ | ⛔️ | ⛔️ | ⛔️ | ⛔ | ⛔ | ⛔ | ⛔ |
+| `/categories` | ✅ | ✅ | ⛔️ | ⛔️ | ⛔️ | ⛔️ | ⛔ | ⛔ | ✅ | ✅ |
+| `/checkout` | ⛔ | ⛔ | ⛔️ | ⛔️ | ⛔️ | ⛔️ | ⛔ | ⛔ | ⛔ | ⛔ |
+| `/collections` | ✅ | ✅ | ⛔️ | ⛔️ | ⛔️ | ⛔️ | ⛔ | ⛔ | ✅ | ✅ |
+| `/currencies` | ✅ | ⛔ | ✅️ | ⛔️ | ✅️ | ✅️ | ✅ | ⛔ | ✅ | ⛔ |
+| `/customers` | ⛔ | ⛔ | ✅️ | ✅️ | ⛔️ | ⛔️ | ⛔ | ⛔ | ✅ | ✅ |
+| `/files` | ✅ | ✅ | ⛔️ | ⛔️ | ⛔️ | ⛔️ | ⛔️ | ⛔ | ✅ | ✅ |
+| `/flows` | ✅ | ✅ | ✅️ | ⛔️ | ✅️ | ✅️ | ✅ | ⛔ | ✅ | ✅ |
+| `/gateways` | ⛔️ | ⛔️ | ⛔️ | ⛔️ | ✅️️ | ✅️️ | ⛔️ | ⛔️ | ⛔️ | ⛔️ |
+| `/integrations` | ⛔ | ⛔ | ⛔️ | ⛔️ | ✅️ | ✅️ | ⛔ | ⛔ | ⛔ | ⛔ |
+| `/inventories` | ✅ | ✅ | ⛔️ | ⛔️ | ⛔️ | ⛔️ | ⛔ | ⛔ | ✅ | ✅ |
+| `/jobs` | ⛔ | ⛔ | ⛔️ | ⛔️ | ⛔️ | ⛔️ | ⛔ | ⛔ | ⛔ | ⛔ |
+| `/personal-data/logs` | ⛔️ | ⛔️ | ✅ | ✅️ | ✅ | ✅️ | ⛔️ | ⛔️ | ✅ | ✅ |
+| `/personal-data/personal-data-entries` | ⛔️ | ⛔️ | ✅ | ✅️ | ✅ | ✅️ | ⛔️ | ⛔️ | ✅ | ✅ |
+| `/merchant-realm-mappings` | ⛔ | ⛔ | ⛔️ | ⛔️ | ✅ | ✅️ | ⛔ | ⛔ | ⛔ | ⛔ |
+| `/orders` | ⛔ | ⛔ | ✅ | ✅️ | ⛔️ | ⛔️ | ⛔ | ⛔ | ⛔ | ⛔ |
+| `/orders/:id` | ⛔ | ⛔ | ✅ | ✅️ | ⛔️ | ⛔️ | ⛔ | ⛔ | ✅ | ✅ |
+| `/v2/products` | ✅ | ✅ | ⛔️ | ⛔️ | ⛔️ | ⛔️ | ⛔ | ⛔ | ✅ | ✅ |
+| `/catalog/products` | ✅ | ⛔️ | ⛔️ | ⛔️ | ⛔️ | ⛔️ | ⛔ | ⛔️ | ✅ | ⛔️ |
+| `/catalog/hierarchies` | ✅ | ⛔️ | ⛔️ | ⛔️ | ⛔️ | ⛔️ | ⛔ | ⛔️ | ✅ | ⛔️ |
+| `/catalog/nodes` | ✅ | ⛔️ | ⛔️ | ⛔️ | ⛔️ | ⛔️ | ⛔ | ⛔️ | ✅ | ⛔️ |
+| `/pcm/products` | ✅ | ✅ | ⛔️ | ⛔️ | ⛔️ | ⛔️ | ✅ | ⛔ | ✅ | ✅ |
+| `/pcm/hierarchies` | ✅ | ✅ | ⛔️ | ⛔️ | ⛔️ | ⛔️ | ✅ | ⛔ | ✅ | ✅ |
+| `/pcm/pricebooks` | ✅ | ✅ | ⛔️ | ⛔️ | ⛔️ | ⛔️ | ⛔ | ⛔ | ✅ | ✅ |
+| `/pcm/catalogs` | ✅ | ✅ | ⛔️ | ⛔️ | ⛔️ | ⛔️ | ✅ | ⛔ | ✅ | ✅ |
+| `/promotions` | ✅ | ✅ | ⛔️ | ⛔️ | ⛔️ | ⛔️ | ✅ | ✅ | ✅ | ✅ |
+| `/settings` | ⛔ | ⛔ | ⛔️ | ⛔️ | ⛔️ | ⛔️ | ⛔ | ⛔ | ⛔ | ⛔ |
+| `/settings/account-authentication-settings` | ⛔️ | ⛔️ | ✅️ | ⛔️ | ✅️ | ⛔ | ⛔️ | ⛔️ | ✅ | ⛔️ |
+| `/settings/customer-authentication-settings` | ⛔️ | ⛔️ | ✅️ | ⛔️ | ✅️ | ⛔ | ⛔️ | ⛔️ | ✅ | ⛔️ |
+| `/settings/extensions` | ⛔️ | ⛔️ | ⛔️ | ⛔️ | ✅ | ✅️ | ⛔️ | ⛔️ | ⛔️ | ⛔️ |
+| `/subscriptions` | ⛔️ | ⛔️ | ⛔️ | ⛔️ | ✅ | ✅️ | ⛔️ | ⛔️ | ⛔️ | ⛔️ |
+| `/user-roles` | ✅ | ⛔ | ✅ | ⛔️ | ✅ | ✅️ | ✅ | ⛔ | ✅ | ⛔ |
+| `/variations` | ✅ | ✅ | ⛔️ | ⛔️ | ⛔️ | ⛔️ | ⛔ | ⛔ | ✅ | ✅ |
+
+## Related Resources
+
+- [Team Management](/guides/Getting-Started/team-management)
\ No newline at end of file