Skip to content

549 - Product Catalog

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

maml
{
  products: [
    {
      sku: "CI45K1XN"
      name: "Oriental Steel Computer"
      price: 902.91
      category: "Garden"
      in_stock: true
      rating: 3.9
    }

    {
      sku: "XEH0JJ1S"
      name: "Practical Granite Ball"
      price: 31.69
      category: "Toys"
      in_stock: false
      rating: 4.2
    }

    {
      sku: "U9L6TFKI"
      name: "Rustic Cotton Tuna"
      price: 263.95
      category: "Jewelry"
      in_stock: false
      rating: 2.1
    }
  ]
}

See Also