We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15993d6 commit 6ddce83Copy full SHA for 6ddce83
1 file changed
plugins/b2c/skills/b2c-custom-api-development/SKILL.md
@@ -371,11 +371,11 @@ Using a private SLAS client with client credentials grant:
371
372
```bash
373
# Set your credentials
374
-SHORTCODE="your-short-code"
+SHORTCODE="your-short-code" # see b2c-cli:b2c-config skill to find this value; this it NOT the instance realm ID
375
ORG="f_ecom_xxxx_xxx"
376
SLAS_CLIENT_ID="your-client-id"
377
SLAS_CLIENT_SECRET="your-client-secret"
378
-SITE="RefArch"
+SITE="RefArch" # b2c-cli:b2c-sites skill to find site IDs
379
380
# Get access token
381
TOKEN=$(curl -s "https://$SHORTCODE.api.commercecloud.salesforce.com/shopper/auth/v1/organizations/$ORG/oauth2/token" \
0 commit comments