Skip to content

Commit b4d62be

Browse files
committed
shortcode nit
1 parent a776dad commit b4d62be

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

plugins/b2c-cli/skills/b2c-slas/SKILL.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,8 @@ After creating a SLAS client, obtain a token for API testing:
8383

8484
```bash
8585
# Set credentials from client creation output
86-
SHORTCODE="zzpq"
86+
# Find your shortcode in Business Manager: Administration > Site Development > Salesforce Commerce API Settings
87+
SHORTCODE="kv7kzm78" # Example shortcode - yours will be different
8788
ORG="f_ecom_zzpq_013"
8889
CLIENT_ID="your-client-id"
8990
CLIENT_SECRET="your-client-secret"

0 commit comments

Comments
 (0)