{
    "@context": "https://schema.org",
    "@graph": [
        {
            "@type": "Product",
            "name": "Laderegler 14V / 30A BOSCH",
            "url": "https://www.italobee.de/Laderegler-14V-30A-BOSCH",
            "sku": "M15433",
            "gtin": "047024644182",
            "brand": {
                "@type": "Brand",
                "name": "Bosch"
            },
            "image": [
                "https://www.italobee.de/media/image/product/9201/lg/laderegler-14v-30a-bosch.jpg",
                "https://www.italobee.de/media/image/product/9201/lg/laderegler-14v-30a-bosch~2.jpg",
                "https://www.italobee.de/media/image/product/9201/lg/laderegler-14v-30a-bosch~3.jpg"
            ],
            "category": "Ersatzteile & Zubehör > Ape TM P602, TM 703 Benzin > Elektrische Anlage > Regler & Kabelbaum",
            "offers": {
                "@type": "Offer",
                "price": "142.80",
                "priceCurrency": "EUR",
                "availability": "https://schema.org/BackOrder",
                "url": "https://www.italobee.de/Laderegler-14V-30A-BOSCH",
                "shippingDetails": {
                    "@type": "OfferShippingDetails",
                    "deliveryTime": {
                        "@type": "ShippingDeliveryTime",
                        "transitTime": {
                            "@type": "QuantitativeValue",
                            "minValue": 92,
                            "maxValue": 93,
                            "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"
            }
        }
    ]
}