theme.liquid
<html>
<head> ... </head>
<body>
...
<!-- BEAM START -->
**{% render 'beam-config' %}**
{% render 'beam-cart-setup' %}
<!-- BEAM END -->
</body>
</html>
beam-config.liquid
(if using a template)
Replace the following in the example, including the {{ }}
Beam Version
SDK version, such as v1.38.0
apiKey
Your Beam SDK API Key (string)chainId
Your Beam Chain ID (number)storeId
Your Beam Store ID (number)domain
Your website’s top-level domain (string, eg: “myshop.com”). If your site uses different subdomains between your public storefront and your checkout flow (ie: myshop.com and checkout.myshop.com), this setting allows for storing nonprofit selections between each subdomain.baseUrl
The Beam base server URL. This is optional unless you are using credentials for the Beam staging server