Example 11149

Product Catalog

E-commerce product listings.

{
products: [
{
sku: "AGSYGAN3"
name: "Small Concrete Keyboard"
price: 909.69
category: "Toys"
in_stock: true
rating: 3.9
}

{
sku: "YLPH6UDM"
name: "Refined Steel Chicken"
price: 983.75
category: "Books"
in_stock: true
rating: 2.2
}

{
sku: "SFUK7MDO"
name: "Fantastic Plastic Bike"
price: 819.19
category: "Shoes"
in_stock: true
rating: 4.1
}

{
sku: "IP3QMKCU"
name: "Practical Wooden Salad"
price: 435.9
category: "Jewelry"
in_stock: false
rating: 3.9
}

{
sku: "REWX5OV8"
name: "Practical Steel Gloves"
price: 714.49
category: "Music"
in_stock: true
rating: 2.7
}

{
sku: "KKFJWGWM"
name: "Gorgeous Wooden Salad"
price: 272.79
category: "Beauty"
in_stock: false
rating: 2.7
}
]
}

See also