Skip to content

848 - Product Catalog

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

maml
{
  products: [
    {
      sku: "EVLSEBBK"
      name: "Rustic Rubber Bike"
      price: 784.05
      category: "Home"
      in_stock: true
      rating: 3.2
    }

    {
      sku: "AK4OOIGL"
      name: "Luxurious Metal Fish"
      price: 237.75
      category: "Kids"
      in_stock: true
      rating: 3.3
    }

    {
      sku: "D6DCDQMS"
      name: "Rustic Silk Pants"
      price: 105.49
      category: "Music"
      in_stock: true
      rating: 4.2
    }

    {
      sku: "THMVQUSS"
      name: "Fantastic Silk Computer"
      price: 221.3
      category: "Jewelry"
      in_stock: true
      rating: 3.9
    }
  ]
}

See Also