Example 10848

Product Catalog

E-commerce product listings.

{
products: [
{
sku: "NRBSMTVD"
name: "Fantastic Silk Hat"
price: 531.75
category: "Industrial"
in_stock: true
rating: 2.9
}

{
sku: "NBO6VJB8"
name: "Soft Gold Ball"
price: 767.59
category: "Sports"
in_stock: false
rating: 4.5
}

{
sku: "TQMZRYRV"
name: "Frozen Cotton Chips"
price: 902.99
category: "Outdoors"
in_stock: false
rating: 3.4
}

{
sku: "TO5IZX2V"
name: "Intelligent Bamboo Pants"
price: 766.35
category: "Jewelry"
in_stock: true
rating: 2.6
}
]
}

See also