Skip to content

844 - Product Catalog

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

maml
{
  products: [
    {
      sku: "IHNXNXZJ"
      name: "Gorgeous Bronze Chicken"
      price: 860.39
      category: "Jewelry"
      in_stock: true
      rating: 1
    }

    {
      sku: "BQKXAD2E"
      name: "Soft Wooden Fish"
      price: 632.5
      category: "Computers"
      in_stock: true
      rating: 2.5
    }

    {
      sku: "GHONQOOM"
      name: "Luxurious Marble Chair"
      price: 51.02
      category: "Automotive"
      in_stock: false
      rating: 4.3
    }
  ]
}

See Also