Skip to content

2852 - Product Catalog

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

maml
{
  products: [
    {
      sku: "YENALDSO"
      name: "Refined Bamboo Shirt"
      price: 380.99
      category: "Beauty"
      in_stock: true
      rating: 1.7
    }

    {
      sku: "SMWWLTXZ"
      name: "Sleek Silk Bacon"
      price: 878.19
      category: "Clothing"
      in_stock: false
      rating: 3.1
    }

    {
      sku: "JPFCLOB8"
      name: "Sleek Plastic Ball"
      price: 886.25
      category: "Outdoors"
      in_stock: true
      rating: 3.6
    }

    {
      sku: "IKD2S3MI"
      name: "Bespoke Bamboo Shoes"
      price: 635.65
      category: "Industrial"
      in_stock: false
      rating: 4.4
    }
  ]
}

See Also