{
    "@context": "https://schema.org",
    "@graph": [
        {
            "@type": "Product",
            "name": "Wärmetauscher für Original Auspuff C80",
            "url": "https://www.italobee.de/Waermetauscher-fuer-Original-Auspuff-C80",
            "sku": "M10479",
            "brand": {
                "@type": "Brand",
                "name": "Trabuio Innovazioni"
            },
            "description": "Wärmetauscher für Heizung, passend auf die Original Auspuffanlagen.",
            "image": [
                "https://www.italobee.de/media/image/product/6410/lg/waermetauscher-fuer-original-auspuff-c80.jpg",
                "https://www.italobee.de/media/image/product/6410/lg/waermetauscher-fuer-original-auspuff-c80~2.jpg",
                "https://www.italobee.de/media/image/product/6410/lg/waermetauscher-fuer-original-auspuff-c80~3.jpg"
            ],
            "category": "Ersatzteile & Zubehör > Ape 50 > Zubehör > Komfort & Ausstattung",
            "offers": {
                "@type": "Offer",
                "price": "108.00",
                "priceCurrency": "EUR",
                "availability": "https://schema.org/InStock",
                "url": "https://www.italobee.de/Waermetauscher-fuer-Original-Auspuff-C80",
                "shippingDetails": {
                    "@type": "OfferShippingDetails",
                    "deliveryTime": {
                        "@type": "ShippingDeliveryTime",
                        "transitTime": {
                            "@type": "QuantitativeValue",
                            "minValue": 2,
                            "maxValue": 3,
                            "unitCode": "DAY"
                        }
                    }
                }
            }
        },
        {
            "@type": "WebSite",
            "url": "https://www.italobee.de",
            "name": "italobee Shop",
            "potentialAction": {
                "@type": "SearchAction",
                "target": {
                    "@type": "EntryPoint",
                    "urlTemplate": "https://www.italobee.de/search?suche={search_term_string}"
                },
                "query-input": "required name=search_term_string"
            }
        }
    ]
}