Skip to content

347 - Product Catalog

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

maml
{
  products: [
    {
      sku: "04NRARRE"
      name: "Soft Silk Gloves"
      price: 171.09
      category: "Beauty"
      in_stock: false
      rating: 2.6
    }

    {
      sku: "5HQIVSLG"
      name: "Tasty Metal Chicken"
      price: 150.89
      category: "Jewelry"
      in_stock: false
      rating: 2.8
    }

    {
      sku: "WZY0MTBX"
      name: "Gorgeous Metal Sausages"
      price: 267.49
      category: "Baby"
      in_stock: false
      rating: 1.1
    }
  ]
}

See Also