Skip to content

Commit 24eeb97

Browse files
committed
doc tweaks; default scopes
1 parent 17af4bf commit 24eeb97

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

docs/guide/storefront-next.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ Set up a Managed Runtime environment to host your storefront.
6666
- An MRT project (see [`b2c mrt project create`](/cli/mrt#b2c-mrt-project-create) to create one)
6767

6868
::: tip
69-
Configure your API key in `~/.mobify` or via the `SFCC_MRT_API_KEY` environment variable so you don't need to pass it on every command. See [Configuration](/guide/configuration) for details.
69+
Configure your API key in `~/.mobify`, `dw.json`, or via the `SFCC_MRT_API_KEY` environment variable so you don't need to pass it on every command. See [Configuration](/guide/configuration) for all available options.
7070
:::
7171

7272
Find your short code in Business Manager under **Administration > Salesforce Commerce API Settings**.

packages/b2c-cli/src/commands/slas/client/create.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ const DEFAULT_SCOPES = [
2121
'sfcc.shopper-customers.login',
2222
'sfcc.shopper-customers.register',
2323
'sfcc.shopper-discovery-search',
24+
'sfcc.shopper-experience',
2425
'sfcc.shopper-gift-certificates',
2526
'sfcc.shopper-myaccount.addresses.rw',
2627
'sfcc.shopper-myaccount.baskets',

0 commit comments

Comments
 (0)