We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a776dad commit b4d62beCopy full SHA for b4d62be
1 file changed
plugins/b2c-cli/skills/b2c-slas/SKILL.md
@@ -83,7 +83,8 @@ After creating a SLAS client, obtain a token for API testing:
83
84
```bash
85
# Set credentials from client creation output
86
-SHORTCODE="zzpq"
+# Find your shortcode in Business Manager: Administration > Site Development > Salesforce Commerce API Settings
87
+SHORTCODE="kv7kzm78" # Example shortcode - yours will be different
88
ORG="f_ecom_zzpq_013"
89
CLIENT_ID="your-client-id"
90
CLIENT_SECRET="your-client-secret"
0 commit comments