Skip to content

249 - Product Catalog

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

maml
{
  products: [
    {
      sku: "KX1MLHMQ"
      name: "Gorgeous Bamboo Pants"
      price: 585.35
      category: "Outdoors"
      in_stock: true
      rating: 2.7
    }

    {
      sku: "VUSJLET3"
      name: "Refined Gold Bacon"
      price: 850.65
      category: "Books"
      in_stock: true
      rating: 4.2
    }

    {
      sku: "QSF3PQTP"
      name: "Rustic Silk Car"
      price: 446.15
      category: "Grocery"
      in_stock: true
      rating: 2
    }
  ]
}

See Also