diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 621e23501d..1f7fc359c4 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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 diff --git a/packages/template-retail-react-app/app/page-designer/README.md b/packages/template-retail-react-app/app/page-designer/README.md index d944f2f896..9cba7cd55c 100644 --- a/packages/template-retail-react-app/app/page-designer/README.md +++ b/packages/template-retail-react-app/app/page-designer/README.md @@ -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