{
    "@context": "https://schema.org",
    "@graph": [
        {
            "@type": "Product",
            "name": "Luftansaugrohr-Verbindung für Düse-Schlauch",
            "url": "https://www.italobee.de/Luftansaugrohr-Verbindung-fuer-Duese-Schlauch",
            "sku": "M10739",
            "gtin": "264082",
            "brand": {
                "@type": "Brand",
                "name": "Piaggio"
            },
            "description": "Diese Luftansaugrohr-Verbindung für die Piaggio Ape 50 besteht aus schwarzen Kunststoff und dient als Verbindung zwischen der Ausström-Düse und Schlauch.",
            "image": [
                "https://www.italobee.de/media/image/product/4779/lg/luftansaugrohr-verbindung-fuer-duese-schlauch.jpg",
                "https://www.italobee.de/media/image/product/4779/lg/luftansaugrohr-verbindung-fuer-duese-schlauch~2.jpg",
                "https://www.italobee.de/media/image/product/4779/lg/luftansaugrohr-verbindung-fuer-duese-schlauch~3.jpg"
            ],
            "category": "Ersatzteile & Zubehör > Ape 50 > Innenraum",
            "offers": {
                "@type": "Offer",
                "price": "13.08",
                "priceCurrency": "EUR",
                "availability": "https://schema.org/InStock",
                "url": "https://www.italobee.de/Luftansaugrohr-Verbindung-fuer-Duese-Schlauch",
                "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"
            }
        }
    ]
}