You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/storefront/catalyst/development/b2b.mdx
+6-3Lines changed: 6 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,8 +26,9 @@ To create a B2B storefront on the Catalyst platform, you will need the following
26
26
- Git and a GitHub account.
27
27
- Node.js and PNPM.
28
28
- 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.
31
32
32
33
### 1. Using Catalyst CLI
33
34
@@ -57,7 +58,9 @@ Also add the B2B related environment variables:
57
58
58
59
- B2B_API_HOST: https://api-b2b.bigcommerce.com.
59
60
- 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.
61
64
62
65
Once all environment variables are set, we can proceed with deployment.
0 commit comments