Example 10456

Product Catalog

E-commerce product listings.

{
products: [
{
sku: "ZABSEGXF"
name: "Fantastic Plastic Pizza"
price: 646.55
category: "Health"
in_stock: true
rating: 4.3
}

{
sku: "LLD86PKG"
name: "Fresh Silk Keyboard"
price: 735.69
category: "Games"
in_stock: false
rating: 4.3
}

{
sku: "QE2QKB4A"
name: "Frozen Concrete Tuna"
price: 687.2
category: "Toys"
in_stock: true
rating: 2.6
}

{
sku: "2DJXM9HL"
name: "Rustic Steel Gloves"
price: 115.89
category: "Clothing"
in_stock: false
rating: 2.9
}

{
sku: "7EDEHJVR"
name: "Rustic Ceramic Table"
price: 919.79
category: "Grocery"
in_stock: true
rating: 1.5
}

{
sku: "5ZNP1GPS"
name: "Incredible Metal Bike"
price: 604.19
category: "Books"
in_stock: false
rating: 2.2
}
]
}

See also