Skip to content

Commit 6ddce83

Browse files
committed
skill nit
1 parent 15993d6 commit 6ddce83

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • plugins/b2c/skills/b2c-custom-api-development

plugins/b2c/skills/b2c-custom-api-development/SKILL.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -371,11 +371,11 @@ Using a private SLAS client with client credentials grant:
371371

372372
```bash
373373
# Set your credentials
374-
SHORTCODE="your-short-code"
374+
SHORTCODE="your-short-code" # see b2c-cli:b2c-config skill to find this value; this it NOT the instance realm ID
375375
ORG="f_ecom_xxxx_xxx"
376376
SLAS_CLIENT_ID="your-client-id"
377377
SLAS_CLIENT_SECRET="your-client-secret"
378-
SITE="RefArch"
378+
SITE="RefArch" # b2c-cli:b2c-sites skill to find site IDs
379379
380380
# Get access token
381381
TOKEN=$(curl -s "https://$SHORTCODE.api.commercecloud.salesforce.com/shopper/auth/v1/organizations/$ORG/oauth2/token" \

0 commit comments

Comments
 (0)