Example 5442
Product Catalog
E-commerce product listings.
{
products: [
{
sku: "3EXV9HFJ"
name: "Elegant Concrete Cheese"
price: 254.79
category: "Music"
in_stock: true
rating: 1.9
}
{
sku: "KAXGLZWY"
name: "Handcrafted Granite Sausages"
price: 881.19
category: "Jewelry"
in_stock: false
rating: 4.2
}
{
sku: "VVPLIWUC"
name: "Licensed Metal Soap"
price: 521.75
category: "Movies"
in_stock: true
rating: 2
}
]
}