{
  "@context": "https://schema.org",
  "@type": "Product",
  "@id": "https://www.example.com/catalog/boots#product",
  "name": "Example Trail Boot",
  "description": "Sample product record. Fictional data, not for sale.",
  "sku": "EX-BOOT-001",
  "gtin13": "0000000000017",
  "brand": {
    "@type": "Brand",
    "name": "Example Outdoors"
  },
  "image": [
    "https://cdn.example.net/img/boots-front.jpg",
    "https://cdn.example.net/img/boots-sole.jpg"
  ],
  "offers": {
    "@type": "Offer",
    "url": "https://www.example.com/catalog/boots",
    "priceCurrency": "EUR",
    "price": "149.00",
    "priceValidUntil": "2027-01-01",
    "availability": "https://schema.org/InStock",
    "itemCondition": "https://schema.org/NewCondition",
    "shippingDetails": {
      "@type": "OfferShippingDetails",
      "shippingRate": {
        "@type": "MonetaryAmount",
        "value": "4.95",
        "currency": "EUR"
      },
      "shippingDestination": {
        "@type": "DefinedRegion",
        "addressCountry": "DE"
      }
    }
  },
  "aggregateRating": {
    "@type": "AggregateRating",
    "ratingValue": "4.4",
    "reviewCount": 128,
    "bestRating": "5",
    "worstRating": "1"
  }
}
