← All guides · JSON · Observatory

Product Feed Quickstart

Prepare a merchant catalog for AI-native product discovery in under 30 minutes.

Audience: Merchants and commerce engineersUpdated: 2026-03-25Pivot signal: 2026-03-24

What to ship first

High-impact enrichment fields

Minimal product example

{
  "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" }
  ]
}

Operational quality gates

Primary References