Skip to content

457 - Product Catalog

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

maml
{
  products: [
    {
      sku: "YEV6QPOV"
      name: "Small Plastic Bike"
      price: 913.99
      category: "Sports"
      in_stock: true
      rating: 2.6
    }

    {
      sku: "CTT6MKA0"
      name: "Gorgeous Cotton Shoes"
      price: 48.5
      category: "Music"
      in_stock: false
      rating: 2.2
    }

    {
      sku: "Z6WW9CAW"
      name: "Unbranded Gold Chips"
      price: 911.49
      category: "Books"
      in_stock: true
      rating: 3.5
    }

    {
      sku: "0BMQQZWT"
      name: "Handcrafted Cotton Ball"
      price: 225.55
      category: "Electronics"
      in_stock: true
      rating: 2.2
    }

    {
      sku: "6X0QIE08"
      name: "Frozen Rubber Towels"
      price: 204.6
      category: "Movies"
      in_stock: true
      rating: 3.1
    }
  ]
}

See Also