Example 1848

Product Catalog

E-commerce product listings.

{
products: [
{
sku: "JKAL5OHL"
name: "Recycled Plastic Soap"
price: 36.75
category: "Books"
in_stock: true
rating: 4.7
}

{
sku: "C5IKLCPZ"
name: "Incredible Ceramic Chicken"
price: 120.39
category: "Industrial"
in_stock: true
rating: 2.2
}

{
sku: "9HUF7SYB"
name: "Frozen Cotton Cheese"
price: 360.05
category: "Automotive"
in_stock: false
rating: 2.1
}
]
}

See also