Skip to content

1845 - Product Catalog

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

maml
{
  products: [
    {
      sku: "Z5PMTSLH"
      name: "Unbranded Granite Soap"
      price: 302.45
      category: "Computers"
      in_stock: false
      rating: 2.9
    }

    {
      sku: "H0UAGOWK"
      name: "Small Cotton Computer"
      price: 680.19
      category: "Electronics"
      in_stock: false
      rating: 2.7
    }

    {
      sku: "HXZYVYMH"
      name: "Ergonomic Cotton Bacon"
      price: 883.99
      category: "Beauty"
      in_stock: false
      rating: 1.6
    }

    {
      sku: "ASFCMJUQ"
      name: "Intelligent Bronze Salad"
      price: 420.39
      category: "Kids"
      in_stock: true
      rating: 2.8
    }

    {
      sku: "VGCWCCIZ"
      name: "Fantastic Plastic Towels"
      price: 824.84
      category: "Jewelry"
      in_stock: false
      rating: 4.6
    }

    {
      sku: "1AQSDJPL"
      name: "Rustic Bronze Hat"
      price: 124.19
      category: "Clothing"
      in_stock: true
      rating: 2.7
    }

    {
      sku: "HVFPAA0Q"
      name: "Incredible Rubber Chair"
      price: 992.15
      category: "Health"
      in_stock: false
      rating: 2.1
    }
  ]
}

See Also