Example 12653
Product Catalog
E-commerce product listings.
{
products: [
{
sku: "9PDQTTSN"
name: "Awesome Silk Mouse"
price: 405.09
category: "Tools"
in_stock: true
rating: 1.9
}
{
sku: "9J8LCSIC"
name: "Small Plastic Pizza"
price: 651.65
category: "Tools"
in_stock: false
rating: 2.4
}
{
sku: "F3KDZ35D"
name: "Bespoke Metal Soap"
price: 304.57
category: "Grocery"
in_stock: true
rating: 3.8
}
{
sku: "3WPLFGJI"
name: "Generic Steel Keyboard"
price: 166.65
category: "Shoes"
in_stock: true
rating: 2.6
}
{
sku: "EQOLYAWG"
name: "Rustic Steel Pants"
price: 358.95
category: "Tools"
in_stock: true
rating: 1
}
]
}