Clickable Product
data class ClickableProduct(val sku: String, val clickRegions: List<ClickRegion>, val productData: Map<String, String>? = null)(source)
A product, within a `Block` that can be clicked on.
Properties
Link copied to clipboard
A list of ClickRegions representing the locations in the Block that should associate to the product.
Link copied to clipboard