Example 8956
Product Catalog
E-commerce product listings.
{
products: [
{
sku: "OLVO7TJN"
name: "Sleek Bamboo Gloves"
price: 744.09
category: "Garden"
in_stock: true
rating: 2.5
}
{
sku: "7SVK30PG"
name: "Tasty Granite Sausages"
price: 136.65
category: "Jewelry"
in_stock: true
rating: 1.9
}
{
sku: "HNSF4MEJ"
name: "Oriental Ceramic Shoes"
price: 860.25
category: "Clothing"
in_stock: true
rating: 3.6
}
{
sku: "YBFO3N9T"
name: "Intelligent Metal Pants"
price: 605.09
category: "Outdoors"
in_stock: false
rating: 4.6
}
{
sku: "3ZVBJUSX"
name: "Fantastic Ceramic Pants"
price: 6.29
category: "Automotive"
in_stock: false
rating: 4.6
}
]
}