Appearance
442 - Product Catalog
E-commerce product listings. This is an example of a MAML document.
maml
{
products: [
{
sku: "64P2XWA3"
name: "Soft Cotton Shirt"
price: 337.99
category: "Grocery"
in_stock: true
rating: 2.4
}
{
sku: "XKP4JQVF"
name: "Oriental Ceramic Ball"
price: 229.39
category: "Sports"
in_stock: true
rating: 3.7
}
{
sku: "HU2PZNZU"
name: "Bespoke Cotton Fish"
price: 681.05
category: "Home"
in_stock: true
rating: 1.2
}
]
}