Skip to content

Commit ce6359d

Browse files
committed
B2B-3725 - BC token as an alternative to B2B
1 parent e2b7f86 commit ce6359d

File tree

1 file changed

+6
-3
lines changed
  • docs/storefront/catalyst/development

1 file changed

+6
-3
lines changed

docs/storefront/catalyst/development/b2b.mdx

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,9 @@ To create a B2B storefront on the Catalyst platform, you will need the following
2626
- Git and a GitHub account.
2727
- Node.js and PNPM.
2828
- A Vercel account. Using your GitHub account to sign up is recommended for ease.
29-
- A V3 BC API token.
30-
- A V3 B2B API token. You can retrieve this from the B2B control panel under the "API Accounts" tab by clicking "Create API account." Ensure it is a V3 API token.
29+
- A V3 BC API token with Sites and B2B Edition scopes.
30+
31+
- **DEPRECATED, please use the above BC API token with scopes** A V3 B2B API token. You can retrieve this from the B2B control panel under the "API Accounts" tab by clicking "Create API account." Ensure it is a V3 API token.
3132

3233
### 1. Using Catalyst CLI
3334

@@ -57,7 +58,9 @@ Also add the B2B related environment variables:
5758

5859
- B2B_API_HOST: https://api-b2b.bigcommerce.com.
5960
- This is the domain of the B2B API. NOTE: Make sure this value does not have a trailing slash.
60-
- B2B_API_TOKEN: The V3 B2B API token obtained during the preparation step.
61+
- BIGCOMMERCE_TOKEN_WITH_B2B_SCOPE: A BC store-level access token with B2B edition scopes.
62+
63+
- **DEPRECATED, please use BIGCOMMERCE_TOKEN_WITH_B2B_SCOPE instead** B2B_API_TOKEN: The V3 B2B API token obtained during the preparation step.
6164

6265
Once all environment variables are set, we can proceed with deployment.
6366

0 commit comments

Comments
 (0)