{
    "@context": "https://schema.org",
    "@graph": [
        {
            "@type": "Product",
            "name": "Zündkabel Silikon gelb, 1mtr.",
            "url": "https://www.italobee.de/Zuendkabel-Silikon-gelb-1mtr",
            "sku": "M12245",
            "gtin": "4260258510058",
            "brand": {
                "@type": "Brand",
                "name": "Baas bike parts"
            },
            "description": "- Durchmesser: ∅ 7mm (Cu 1mm²)\n- Material: Silikon",
            "image": [
                "https://www.italobee.de/media/image/product/4383/lg/zuendkabel-silikon-gelb-1mtr.jpg"
            ],
            "category": "Ersatzteile & Zubehör > Ape Car P2/P3 & Max > Elektrische Anlage > Start-/ Zündanlage",
            "offers": {
                "@type": "Offer",
                "price": "4.90",
                "priceCurrency": "EUR",
                "availability": "https://schema.org/BackOrder",
                "url": "https://www.italobee.de/Zuendkabel-Silikon-gelb-1mtr",
                "shippingDetails": {
                    "@type": "OfferShippingDetails",
                    "deliveryTime": {
                        "@type": "ShippingDeliveryTime",
                        "transitTime": {
                            "@type": "QuantitativeValue",
                            "minValue": 92,
                            "maxValue": 93,
                            "unitCode": "DAY"
                        }
                    }
                }
            },
            "aggregateRating": {
                "@type": "AggregateRating",
                "ratingValue": 5,
                "bestRating": 5
            }
        },
        {
            "@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"
            }
        }
    ]
}