{
  "_comment": "Illustrative sample of the machine-facing product + offer feed Visify exposes. This is an EXAMPLE, not a live endpoint.",
  "generated_at": "2026-06-14T12:00:00Z",
  "products": [
    {
      "id": "sku-001",
      "title": "Example Product",
      "description": "A representative catalog entry as an agent would read it.",
      "url": "https://example-store.com/products/example",
      "brand": "Example",
      "offer": {
        "price": "29.00",
        "currency": "USD",
        "availability": "in_stock",
        "shipping": { "to": "US", "eta_days": 3 },
        "policy": { "returns_days": 30 },
        "verified_at": "2026-06-14T12:00:00Z",
        "verification": "/v1/verify?sku=sku-001"
      }
    }
  ]
}
