Example 17253

Product Catalog

E-commerce product listings.

{
products: [
{
sku: "QKEOATEP"
name: "Sleek Steel Pants"
price: 298.75
category: "Clothing"
in_stock: false
rating: 2
}

{
sku: "JNYCPXOG"
name: "Incredible Bronze Shirt"
price: 987.49
category: "Automotive"
in_stock: false
rating: 1.3
}

{
sku: "KISVX4WT"
name: "Intelligent Bronze Mouse"
price: 370.49
category: "Movies"
in_stock: true
rating: 4.8
}
]
}

See also