Appearance
960 - Product Catalog
E-commerce product listings. This is an example of a MAML document.
maml
{
products: [
{
sku: "ZTQ8ZOV9"
name: "Fantastic Plastic Chicken"
price: 13.89
category: "Clothing"
in_stock: true
rating: 1.9
}
{
sku: "B8IIPD2N"
name: "Rustic Wooden Computer"
price: 355.25
category: "Music"
in_stock: false
rating: 1.3
}
{
sku: "0BV2GCKZ"
name: "Elegant Rubber Ball"
price: 893.15
category: "Sports"
in_stock: false
rating: 4.5
}
{
sku: "STGJ8MIU"
name: "Rustic Granite Tuna"
price: 892.8
category: "Beauty"
in_stock: true
rating: 2.2
}
{
sku: "EVGETULC"
name: "Fantastic Marble Pizza"
price: 692.77
category: "Computers"
in_stock: true
rating: 3.1
}
{
sku: "UY1AZXDF"
name: "Small Steel Pants"
price: 110.69
category: "Jewelry"
in_stock: false
rating: 3.7
}
{
sku: "WBTWGPMA"
name: "Electronic Gold Keyboard"
price: 424.59
category: "Grocery"
in_stock: true
rating: 1.3
}
]
}