SimpleProductTileBlock
Overview
SimpleProductTileBlock
represents a simplified product tile that extends the ProductTileBlock
model. It includes an optional name attribute for displaying the product name.
Attributes
id
type: string
A unique identifier for the product tile block.
type
type: literal = 'simpleProductTile'
Discriminant for this block type, indicating it is a simple product tile.
reference
type: ProductReference
The product reference containing the product ID or variation details to identify the product displayed in the tile.
name
type: string (optional)
The name of the product displayed in the tile.