Example 15057

Product Catalog

E-commerce product listings.

{
products: [
{
sku: "PVGEWISB"
name: "Awesome Wooden Mouse"
price: 665.45
category: "Toys"
in_stock: false
rating: 4.4
}

{
sku: "YXPTBLGK"
name: "Practical Cotton Pizza"
price: 925.29
category: "Automotive"
in_stock: true
rating: 1.1
}

{
sku: "2YA8HMOJ"
name: "Frozen Silk Soap"
price: 871.83
category: "Shoes"
in_stock: true
rating: 4.9
}

{
sku: "AL9FSALA"
name: "Generic Metal Fish"
price: 536.15
category: "Shoes"
in_stock: true
rating: 1.8
}

{
sku: "GTJS55ZV"
name: "Soft Aluminum Pizza"
price: 29.49
category: "Automotive"
in_stock: true
rating: 4.4
}

{
sku: "WD8UGGVA"
name: "Recycled Aluminum Cheese"
price: 228.25
category: "Automotive"
in_stock: false
rating: 4.3
}
]
}

See also