Skip to content
Products
<sessions-products>

Lists the storefront products for a business. Each product card opens an embedded checkout when clicked. Filter by product type with the `type` attribute.

Install

<script type="module" src="https://go.sessions.website/embeds/unstable/products.js"></script>
<sessions-products
  business="ottawa-volleyball"
></sessions-products>

Attributes

NameTypeRequiredDescription
businessstringHandle of the business whose products should be listed.
authtokenOptional embed-scoped JWT. When omitted, the embed behaves like an anonymous shopper.
typepass | membership | giftCard | physicalProductWhen set, restricts the catalogue to a single product kind. Values match the GraphQL `__typename` exactly.

Try attributes

Edit attributes — the live preview to the side rebuilds in place.