Skip to content

Commit

Permalink
update docs for shopper-experience scope (#1059)
Browse files Browse the repository at this point in the history
* add docs for experience scope

* Add `merge_group` event to trigger GA builds

---------

Co-authored-by: Will Harney <[email protected]>
Co-authored-by: Adam Raya Navarro <[email protected]>
  • Loading branch information
3 people authored Mar 16, 2023
1 parent cd4e64f commit 918f4e5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ on:
# https://securitylab.github.com/research/github-actions-preventing-pwn-requests/
# https://docs.github.com/en/actions/managing-workflow-runs/approving-workflow-runs-from-public-forks
pull_request: # Default: opened, reopened, synchronize (head branch updated)
merge_group: # Trigger GA workflow when a pull request is added to a merge queue.
push:
branches:
- develop
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,10 @@ Use this folder to add React components that can render Page Designer components

This folder includes components for layout and visualization of images, grids, and carousels.

**By default, Page Designer integration is not enabled in the Retail React App.**
**By default, Page Designer integration is not enabled in the Retail React App.** Additionally, to utilize the `shopperExperience`
API used in the example below your commerce API client (SLAS client) needs to include the `sfcc.shopper-experience` scope.
See [Authorization for Shopper APIs](https://developer.salesforce.com/docs/commerce/commerce-api/guide/authorization-for-shopper-apis.html)
for more information on configuring your SLAS client.

## Folder Structure

Expand Down

0 comments on commit 918f4e5

Please sign in to comment.