← All guides · JSON · Observatory
{
"id": "sku_12345",
"title": "Trail Running Shoe X1",
"description": "Lightweight trail shoe with reinforced toe guard.",
"price": "129.00",
"currency": "USD",
"availability": "in_stock",
"url": "https://merchant.example/products/trail-running-shoe-x1",
"image_url": "https://merchant.example/images/trail-running-shoe-x1.jpg",
"enable_search": true,
"enable_checkout": false,
"q_and_a": [
{ "q": "Is this waterproof?", "a": "Water-resistant upper, not fully waterproof." },
{ "q": "How does sizing run?", "a": "Most customers choose half-size up for thicker socks." }
],
"relationship_type": "standalone",
"raw_review_data": [
{ "rating": 5, "text": "Great grip on wet rocks.", "created_at": "2026-03-10T00:00:00Z" }
]
}