b2b-commerce-on-lightning-quickstart icon indicating copy to clipboard operation
b2b-commerce-on-lightning-quickstart copied to clipboard

add scope to named credential setup instructions

Open subwayprophet opened this issue 3 years ago • 2 comments

Named Credential setup screenshot shows one Scope (which includes 'full' and works) but text instructions show another (which does not include 'full' and does not work -- returns INVALID_SESSION_ID). Added 'full' to Scope instructions in Named Credential setup text.

subwayprophet avatar Apr 26 '21 15:04 subwayprophet

Thanks for the contribution! Before we can merge this, we need @subwayprophet to sign the Salesforce.com Contributor License Agreement.

salesforce-cla[bot] avatar Apr 26 '21 15:04 salesforce-cla[bot]

Now that there is an Apex method for doing the search as of Summer '21, this should not be needed. The PLP search should be changed to use the Apex instead. Search products ConnectApi.CommerceSearch searchProducts(webstoreId, effectiveAccountId, productSearchInput)

peterTrifecta avatar May 28 '21 12:05 peterTrifecta