Skip to content

852 - Product Catalog

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

maml
{
  products: [
    {
      sku: "UKHZNIUY"
      name: "Intelligent Granite Ball"
      price: 735.69
      category: "Games"
      in_stock: false
      rating: 2.4
    }

    {
      sku: "SYDKRIBZ"
      name: "Elegant Marble Tuna"
      price: 428.19
      category: "Computers"
      in_stock: true
      rating: 4.4
    }

    {
      sku: "JMLMVY22"
      name: "Fantastic Aluminum Table"
      price: 198.59
      category: "Movies"
      in_stock: true
      rating: 3.3
    }

    {
      sku: "DNKHBXAD"
      name: "Licensed Gold Computer"
      price: 248.85
      category: "Automotive"
      in_stock: true
      rating: 4.6
    }

    {
      sku: "W57JYYR6"
      name: "Luxurious Steel Pizza"
      price: 50.29
      category: "Clothing"
      in_stock: false
      rating: 3.3
    }
  ]
}

See Also