Example 3641
Product Catalog
E-commerce product listings.
{
products: [
{
sku: "VQ23SGK8"
name: "Luxurious Silk Towels"
price: 190.6
category: "Tools"
in_stock: true
rating: 3.5
}
{
sku: "MU2N4UXK"
name: "Fantastic Concrete Pants"
price: 877.89
category: "Shoes"
in_stock: false
rating: 3.3
}
{
sku: "PKJRV3IL"
name: "Soft Metal Computer"
price: 449.89
category: "Health"
in_stock: true
rating: 2.1
}
{
sku: "VT3ZKWPO"
name: "Rustic Gold Shoes"
price: 287.85
category: "Baby"
in_stock: true
rating: 4.4
}
{
sku: "ZABVCQAJ"
name: "Intelligent Granite Soap"
price: 100.3
category: "Jewelry"
in_stock: false
rating: 4.8
}
{
sku: "8DXFH3PN"
name: "Soft Concrete Pizza"
price: 339.3
category: "Sports"
in_stock: false
rating: 3.8
}
]
}