Skip to content

451 - Product Catalog

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

maml
{
  products: [
    {
      sku: "C9AJRJMM"
      name: "Fresh Ceramic Keyboard"
      price: 525.95
      category: "Jewelry"
      in_stock: true
      rating: 2.2
    }

    {
      sku: "8CHACUBV"
      name: "Modern Concrete Pants"
      price: 660.69
      category: "Books"
      in_stock: true
      rating: 4.1
    }

    {
      sku: "4ZAQDUUR"
      name: "Fresh Aluminum Chips"
      price: 787.89
      category: "Movies"
      in_stock: true
      rating: 2.5
    }
  ]
}

See Also