Skip to content

1557 - Product Catalog

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

maml
{
  products: [
    {
      sku: "DTD7CL5Z"
      name: "Modern Concrete Pizza"
      price: 485.55
      category: "Outdoors"
      in_stock: true
      rating: 2.2
    }

    {
      sku: "O1XYBBMF"
      name: "Ergonomic Steel Pants"
      price: 518.09
      category: "Baby"
      in_stock: true
      rating: 2.3
    }

    {
      sku: "4V6IYGCO"
      name: "Incredible Marble Ball"
      price: 54.75
      category: "Computers"
      in_stock: true
      rating: 4.1
    }

    {
      sku: "SWXJXFEC"
      name: "Fantastic Cotton Sausages"
      price: 554.09
      category: "Sports"
      in_stock: false
      rating: 1.1
    }

    {
      sku: "TID8IYJJ"
      name: "Intelligent Rubber Shirt"
      price: 292.39
      category: "Books"
      in_stock: false
      rating: 4.9
    }
  ]
}

See Also