{
"id": "prod_123456",
"name": "Serenity Candle",
"description": "A calming blend of lavender and chamomile",
"detailedDescription": "Our Serenity Candle combines the soothing properties of lavender and chamomile to create a peaceful atmosphere in any space. Hand-poured with 100% soy wax and featuring a cotton wick for a clean burn.",
"price": 24.99,
"images": [
{
"url": "https://example.com/images/candle1.jpg",
"alt": "Serenity Candle product image"
},
{
"url": "https://example.com/images/candle1-detail.jpg",
"alt": "Serenity Candle detail image"
}
],
"category": "candles",
"tags": ["relaxation", "sleep", "aromatherapy"],
"ingredients": ["Soy wax", "Essential oils", "Cotton wick"],
"specifications": {
"weight": "8 oz",
"dimensions": "3 x 3 x 4 inches",
"burnTime": "40 hours"
},
"inStock": true,
"inventory": 45,
"variants": [
{
"id": "var_789012",
"name": "Small",
"price": 24.99,
"sku": "SER-CAN-S",
"inventory": 25
},
{
"id": "var_789013",
"name": "Large",
"price": 34.99,
"sku": "SER-CAN-L",
"inventory": 20
}
],
"relatedProducts": ["prod_234567", "prod_345678"],
"createdAt": "2023-01-10T09:00:00Z",
"updatedAt": "2023-03-15T14:30:00Z"
}