{
    "@context": "https://schema.org",
    "@graph": [
        {
            "@type": "Product",
            "name": "Verbindungsgummi für Vergaser / 35mm",
            "url": "https://www.italobee.de/Verbindungsgummi-fuer-Vergaser-35mm",
            "sku": "M10679",
            "gtin": "13 1433B",
            "brand": {
                "@type": "Brand",
                "name": "Malossi"
            },
            "description": "- Durchmesser Ø innen: 35 / 35mm, Ø außen 43mm",
            "image": [
                "https://www.italobee.de/media/image/product/4777/lg/verbindungsgummi-fuer-vergaser-35mm.jpg"
            ],
            "category": "Ersatzteile & Zubehör > Ape 50 > Tuning > Vergaser & Ansaugstutzen",
            "offers": {
                "@type": "Offer",
                "price": "13.90",
                "priceCurrency": "EUR",
                "availability": "https://schema.org/BackOrder",
                "url": "https://www.italobee.de/Verbindungsgummi-fuer-Vergaser-35mm",
                "shippingDetails": {
                    "@type": "OfferShippingDetails",
                    "deliveryTime": {
                        "@type": "ShippingDeliveryTime",
                        "transitTime": {
                            "@type": "QuantitativeValue",
                            "minValue": 32,
                            "maxValue": 33,
                            "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"
            }
        }
    ]
}