ProductDisplay

Stripe storefront repeater surface. Use for product grids/lists/cards bound to Stripe data.

Supports Children: any

Structure

Canvas component. Children define each repeated card/row. In Stripe presets, this binds dataSource to Stripe collections and repeats child layout per item.

Properties

PropertyTypeDescriptionExamples
dataSourceobject
Connector binding for repeated data (typically Stripe products)
-
scopestring
Nested data scope key when repeating from a parent data item
-
splitBystring
Nested array key to split item rows for child repetition
-
refetchOnUrlChangeboolean
Refetch data when storefront URL filters change
Default: true
-
canDeleteboolean
-
Default: true
-
canEditNameboolean
-
Default: true
-
customobject
-
-
classNamestring
Tailwind classes for grid/list/card layout wrapper
grid grid-cols-1 sm:grid-cols-2 lg:grid-cols-3 gap-space-md w-full