Skip to content

1945 - Product Catalog

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

maml
{
  products: [
    {
      sku: "OOVBPN7S"
      name: "Rustic Gold Tuna"
      price: 661.79
      category: "Sports"
      in_stock: false
      rating: 1.9
    }

    {
      sku: "LYAFNK5B"
      name: "Oriental Plastic Sausages"
      price: 614.9
      category: "Tools"
      in_stock: true
      rating: 3.4
    }

    {
      sku: "TE8A43VJ"
      name: "Ergonomic Cotton Car"
      price: 449.69
      category: "Games"
      in_stock: true
      rating: 2.8
    }

    {
      sku: "DJAYPJGT"
      name: "Fresh Metal Ball"
      price: 748.89
      category: "Beauty"
      in_stock: true
      rating: 3.8
    }

    {
      sku: "CPWEL09Y"
      name: "Modern Granite Gloves"
      price: 933.69
      category: "Automotive"
      in_stock: false
      rating: 3.5
    }
  ]
}

See Also