Skip to content

1058 - Product Catalog

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

maml
{
  products: [
    {
      sku: "TWUBUGI4"
      name: "Ergonomic Plastic Soap"
      price: 984.45
      category: "Jewelry"
      in_stock: true
      rating: 2.6
    }

    {
      sku: "YI8MV6QZ"
      name: "Handcrafted Plastic Tuna"
      price: 104.05
      category: "Beauty"
      in_stock: true
      rating: 3.9
    }

    {
      sku: "6ESQB6GM"
      name: "Fantastic Marble Pizza"
      price: 130.95
      category: "Industrial"
      in_stock: true
      rating: 2.9
    }

    {
      sku: "HZ5GYF0N"
      name: "Practical Plastic Mouse"
      price: 176.2
      category: "Outdoors"
      in_stock: true
      rating: 2
    }

    {
      sku: "RCXVYFEH"
      name: "Elegant Gold Chair"
      price: 598.6
      category: "Jewelry"
      in_stock: true
      rating: 3.1
    }

    {
      sku: "JCGPLS4V"
      name: "Tasty Granite Shirt"
      price: 98.79
      category: "Books"
      in_stock: true
      rating: 4.4
    }

    {
      sku: "D7S88HHQ"
      name: "Rustic Metal Chips"
      price: 718.35
      category: "Sports"
      in_stock: false
      rating: 3.5
    }
  ]
}

See Also