Example 13351
Product Catalog
E-commerce product listings.
{
products: [
{
sku: "XCQKVDLW"
name: "Handmade Metal Computer"
price: 99.89
category: "Shoes"
in_stock: true
rating: 2.4
}
{
sku: "XZH9ZBLD"
name: "Handcrafted Gold Gloves"
price: 739.29
category: "Tools"
in_stock: true
rating: 1.1
}
{
sku: "Y9SO24TO"
name: "Rustic Plastic Chair"
price: 891.06
category: "Tools"
in_stock: false
rating: 2.7
}
{
sku: "UMEAJFUR"
name: "Ergonomic Cotton Car"
price: 227.69
category: "Clothing"
in_stock: false
rating: 1.6
}
{
sku: "24IEQTPR"
name: "Bespoke Aluminum Sausages"
price: 493.39
category: "Electronics"
in_stock: false
rating: 4.2
}
{
sku: "PTZ7RCRU"
name: "Unbranded Gold Bike"
price: 509.35
category: "Kids"
in_stock: true
rating: 2.8
}
{
sku: "K8JUROEC"
name: "Practical Bamboo Car"
price: 938.6
category: "Movies"
in_stock: false
rating: 3.4
}
]
}