{
    "@context": "https://schema.org",
    "@graph": [
        {
            "@type": "Product",
            "name": "Weißwandreifen 1-er Pack 3.50-10 51J KENDA K333",
            "url": "https://www.italobee.de/Weisswandreifen-1-er-Pack-350-10-51J-KENDA-K333",
            "sku": "M13608",
            "brand": {
                "@type": "Brand",
                "name": "Kenda"
            },
            "description": "Paket bestehend aus 1x Reifen und 1x Schlauch.\n\n- Reifengrösse: 3.50-10\n- Hersteller: KENDA\n- Profil / Modell: K333 Weißwand\n- Load-Index: 51\n- Speed-Index: J\n- Schlauchcode: TT\n- M&S Kennung: Nein",
            "image": [
                "https://www.italobee.de/media/image/product/6386/lg/weisswandreifen-1-er-pack-350-10-51j-kenda-k333.jpg"
            ],
            "category": "Ersatzteile & Zubehör > Ape 50 > Vorteilspakete",
            "offers": {
                "@type": "Offer",
                "price": "35.50",
                "priceCurrency": "EUR",
                "availability": "https://schema.org/InStock",
                "url": "https://www.italobee.de/Weisswandreifen-1-er-Pack-350-10-51J-KENDA-K333",
                "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"
            }
        }
    ]
}