ProductBlock

A catalogue item with its price, compare-at price and buy button.

Kit
€59.90€79.90
Buy now
{
	id: "product",
	type: "product",
	name: "Acme brand kit template",
	description: "Logo, palette, and type specimen.",
	image: { src: "https://placehold.co/536x180/png", alt: "Kit" },
	price: { amountInMinorUnits: 5990, currency: "EUR" },
	compareAtPrice: { amountInMinorUnits: 7990, currency: "EUR" },
	href: "https://shop.acme.dev/brand-kit-template",
	buttonLabel: "Commander",
}

Prices are integer minor units plus a currency, never a pre-formatted string. One campaign can go out in several locales, so the formatting happens at render. Set compareAtPrice to null when the product is not discounted.