From 5d51d186b8f831ae42102109248f515dea0ba06b Mon Sep 17 00:00:00 2001 From: Charles Lavery Date: Tue, 14 Mar 2023 14:56:03 -0400 Subject: [PATCH 1/2] add docs for experience scope --- .../template-retail-react-app/app/page-designer/README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 From bef94a5a4bf1dfb63d7583f8cb4a672fd66c6b66 Mon Sep 17 00:00:00 2001 From: Adam Raya Navarro Date: Thu, 16 Mar 2023 15:02:37 -0700 Subject: [PATCH 2/2] Add `merge_group` event to trigger GA builds --- .github/workflows/test.yml | 1 + 1 file changed, 1 insertion(+) 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