{
    "@context": "https://schema.org",
    "@graph": [
        {
            "@type": "Product",
            "name": "Gasrohr",
            "url": "https://www.italobee.de/Gasrohr",
            "sku": "M10602",
            "brand": {
                "@type": "Brand",
                "name": "Piaggio"
            },
            "description": "Dieses Original Piaggio Gasrohr ist speziell für das Modell Piaggio Ape TM konzipiert und gewährleistet eine optimale Leistung und Langlebigkeit. Hergestellt aus hochwertigen Materialien, bietet es eine perfekte Passform und zuverlässige Funktionalität für Ihr Fahrzeug.",
            "image": [
                "https://www.italobee.de/media/image/product/6459/lg/gasrohr.jpg",
                "https://www.italobee.de/media/image/product/6459/lg/gasrohr~2.jpg"
            ],
            "category": "Ersatzteile & Zubehör > Ape TM 703 Diesel LC > Steuerung > Schalt-/ Gasgriff & Pedale",
            "offers": {
                "@type": "Offer",
                "price": "41.65",
                "priceCurrency": "EUR",
                "availability": "https://schema.org/InStock",
                "url": "https://www.italobee.de/Gasrohr",
                "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"
            }
        }
    ]
}