Skip to content

4160 - Product Catalog

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

maml
{
  products: [
    {
      sku: "MQ2UQ3DK"
      name: "Practical Steel Sausages"
      price: 910.19
      category: "Shoes"
      in_stock: true
      rating: 1.5
    }

    {
      sku: "IUGG1BVA"
      name: "Incredible Marble Ball"
      price: 892.55
      category: "Jewelry"
      in_stock: false
      rating: 2.7
    }

    {
      sku: "SRHZDMK2"
      name: "Oriental Concrete Hat"
      price: 173.19
      category: "Music"
      in_stock: false
      rating: 4.3
    }

    {
      sku: "ONEAV7K5"
      name: "Tasty Concrete Pizza"
      price: 573.09
      category: "Health"
      in_stock: false
      rating: 4.1
    }

    {
      sku: "MOGU4SPT"
      name: "Recycled Concrete Pants"
      price: 887.99
      category: "Jewelry"
      in_stock: true
      rating: 4.6
    }
  ]
}

See Also