Example 2449

Product Catalog

E-commerce product listings.

{
products: [
{
sku: "URCJABBS"
name: "Fantastic Gold Pants"
price: 753.78
category: "Sports"
in_stock: true
rating: 2.6
}

{
sku: "LF5D80EH"
name: "Ergonomic Ceramic Ball"
price: 797.25
category: "Music"
in_stock: false
rating: 3.5
}

{
sku: "RARONGBG"
name: "Practical Plastic Towels"
price: 993.05
category: "Music"
in_stock: true
rating: 2.2
}

{
sku: "HXIMZI39"
name: "Handcrafted Gold Tuna"
price: 621.45
category: "Health"
in_stock: true
rating: 3.7
}

{
sku: "UHVOQT34"
name: "Electronic Wooden Bike"
price: 529.79
category: "Jewelry"
in_stock: false
rating: 4.3
}
]
}

See also