{
    "@context": "https://schema.org",
    "@graph": [
        {
            "@type": "Product",
            "name": "Kontrollleuchte LED mit Kabel, grün",
            "url": "https://www.italobee.de/Kontrollleuchte-LED-mit-Kabel-gruen",
            "sku": "M12806",
            "brand": {
                "@type": "Brand",
                "name": "Highsider"
            },
            "description": "Kontrollleuchte LED mit Kabel und Einbauclip für 12 Volt DC\n\n- Abmessung LED: Ø 5mm\n- Abmessung Gehäuse: oben Ø 8mm",
            "image": [
                "https://www.italobee.de/media/image/product/5282/lg/kontrollleuchte-led-mit-kabel-gruen.jpg",
                "https://www.italobee.de/media/image/product/5282/lg/kontrollleuchte-led-mit-kabel-gruen~2.jpg"
            ],
            "category": "Pflege & Wartung > Werkstattbedarf > Elektronikbedarf",
            "offers": {
                "@type": "Offer",
                "price": "6.95",
                "priceCurrency": "EUR",
                "availability": "https://schema.org/BackOrder",
                "url": "https://www.italobee.de/Kontrollleuchte-LED-mit-Kabel-gruen",
                "shippingDetails": {
                    "@type": "OfferShippingDetails",
                    "deliveryTime": {
                        "@type": "ShippingDeliveryTime",
                        "transitTime": {
                            "@type": "QuantitativeValue",
                            "minValue": 16,
                            "maxValue": 17,
                            "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"
            }
        }
    ]
}