Skip to content

046 - Product Catalog

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

maml
{
  products: [
    {
      sku: "KAWTKYRV"
      name: "Elegant Concrete Sausages"
      price: 824.36
      category: "Shoes"
      in_stock: true
      rating: 4.1
    }

    {
      sku: "WHVPLDCR"
      name: "Fresh Ceramic Car"
      price: 925.35
      category: "Industrial"
      in_stock: false
      rating: 2.4
    }

    {
      sku: "XOF3X6CN"
      name: "Soft Bamboo Computer"
      price: 56.79
      category: "Computers"
      in_stock: true
      rating: 2.4
    }
  ]
}

See Also