Example 5846

Product Catalog

E-commerce product listings.

{
products: [
{
sku: "WMT2BZOA"
name: "Ergonomic Bronze Shirt"
price: 449.65
category: "Industrial"
in_stock: true
rating: 1.3
}

{
sku: "HOSVWRPQ"
name: "Licensed Granite Table"
price: 288.69
category: "Tools"
in_stock: false
rating: 3.3
}

{
sku: "CHM9WQSK"
name: "Rustic Silk Towels"
price: 19.9
category: "Home"
in_stock: true
rating: 1.8
}

{
sku: "GCZVUDOP"
name: "Electronic Marble Keyboard"
price: 839.69
category: "Sports"
in_stock: true
rating: 3.7
}

{
sku: "VUTFE5R0"
name: "Refined Metal Towels"
price: 719.79
category: "Shoes"
in_stock: true
rating: 1.2
}
]
}

See also