Skip to content

Commit

Permalink
Update docs/b2b-edition/headless.mdx
Browse files Browse the repository at this point in the history
Co-authored-by: Micah Thomas <[email protected]>
  • Loading branch information
bc-traciporter and bc-micah authored Dec 20, 2024
1 parent 0e4df78 commit 33b6ac2
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions docs/b2b-edition/headless.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -82,14 +82,13 @@ X-Auth-Token: {{TOKEN_A}}

Add the following script tag on your application.

```http copy
```html copy
<script
type="module"
data-storehash="yourStoreHash"
data-channelid="yourChannelId"
data-storehash="{STORE_HASH}"
data-channelid="{CHANNEL_ID}"
src="https://cdn.bundleb2b.net/b2b/production/storefront/headless.js"
></script>
```
### Enable headless channel on the B2B dashboard

In the B2B dashboard, go to **Storefronts** > **Headless Storefronts** and select **Activate B2B** for the storefront channel.
Expand Down

0 comments on commit 33b6ac2

Please sign in to comment.