diff --git a/docs/storefront/catalyst/development/b2b.mdx b/docs/storefront/catalyst/development/b2b.mdx index 62217e3bf..59beda283 100644 --- a/docs/storefront/catalyst/development/b2b.mdx +++ b/docs/storefront/catalyst/development/b2b.mdx @@ -1,5 +1,11 @@ # B2B Edition + +The information in this doc is **deprecated**. + +The current integration is experimental, and the code branch `integrations/b2b-buyer-portal` is deprecated. A more robust guide is in development and will be published soon. + + Following these steps will help you integrate Catalyst with B2B Edition's Open Source Buyer Portal, which is a traditional client-side rendered React application. The steps below also document the process for running the B2B Buyer Portal React application locally, so that you can customize the experience inside of the Buyer Portal if required. This implementation primarily handles authentication with the B2B Storefront API and triggering the render of the Buyer Portal on top of Catalyst. It is similar to the experience currently available for BigCommerce's Stencil storefront framework.