Skip to content

551 - Product Catalog

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

maml
{
  products: [
    {
      sku: "FORWLJ7W"
      name: "Fantastic Bronze Sausages"
      price: 924.79
      category: "Industrial"
      in_stock: false
      rating: 1.9
    }

    {
      sku: "UEYXT041"
      name: "Luxurious Ceramic Shirt"
      price: 473.99
      category: "Computers"
      in_stock: true
      rating: 4.3
    }

    {
      sku: "HSJSIYGR"
      name: "Electronic Metal Hat"
      price: 342.29
      category: "Shoes"
      in_stock: true
      rating: 4.8
    }

    {
      sku: "FHSEC04W"
      name: "Incredible Silk Cheese"
      price: 536.35
      category: "Automotive"
      in_stock: false
      rating: 3.6
    }

    {
      sku: "RQVSMQIO"
      name: "Awesome Granite Keyboard"
      price: 353.15
      category: "Sports"
      in_stock: false
      rating: 2.9
    }

    {
      sku: "JVYZTAW1"
      name: "Gorgeous Wooden Mouse"
      price: 281.89
      category: "Baby"
      in_stock: true
      rating: 4.5
    }
  ]
}

See Also