Skip to content

Commit 6813ae3

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

File tree

1 file changed

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

1 file changed

+4
-3
lines changed

docs/storefront/catalyst/development/b2b.mdx

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ 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+
- **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.
3131

3232
### 1. Using Catalyst CLI
3333

@@ -57,7 +57,8 @@ Also add the B2B related environment variables:
5757

5858
- B2B_API_HOST: https://api-b2b.bigcommerce.com.
5959
- 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.
60+
- BIGCOMMERCE_TOKEN_WITH_B2B_SCOPE: A BC store-level access token with B2B edition scopes.
61+
- **deprecated, please use BIGCOMMERCE_TOKEN_WITH_B2B_SCOPE instead** B2B_API_TOKEN: The V3 B2B API token obtained during the preparation step.
6162

6263
Once all environment variables are set, we can proceed with deployment.
6364

0 commit comments

Comments
 (0)