Skip to content

352 - Product Catalog

E-commerce product listings. This is an example of a MAML document.

maml
{
  products: [
    {
      sku: "SVSVSTBL"
      name: "Licensed Metal Shirt"
      price: 809.95
      category: "Outdoors"
      in_stock: false
      rating: 4.2
    }

    {
      sku: "GEHNKUKW"
      name: "Recycled Concrete Salad"
      price: 326.64
      category: "Tools"
      in_stock: true
      rating: 2.5
    }

    {
      sku: "FKXTEPBG"
      name: "Luxurious Bamboo Keyboard"
      price: 617.79
      category: "Grocery"
      in_stock: false
      rating: 3.3
    }
  ]
}

See Also