Example 2648

Product Catalog

E-commerce product listings.

{
products: [
{
sku: "ANJYSFV0"
name: "Fresh Granite Soap"
price: 294.05
category: "Movies"
in_stock: false
rating: 4.5
}

{
sku: "WPDIP4YO"
name: "Practical Metal Gloves"
price: 749.95
category: "Sports"
in_stock: true
rating: 1.2
}

{
sku: "KYGIZCWO"
name: "Electronic Plastic Computer"
price: 296.55
category: "Kids"
in_stock: true
rating: 2.3
}

{
sku: "ZNHSC0OB"
name: "Intelligent Concrete Pants"
price: 194.29
category: "Home"
in_stock: true
rating: 4
}
]
}

See also