{
    "@context": "https://schema.org",
    "@graph": [
        {
            "@type": "Product",
            "name": "Birne 12V/21W BA15s, orange",
            "url": "https://www.italobee.de/Birne-12V-21W-BA15s-orange_1",
            "sku": "M14220",
            "gtin": "4047024920460",
            "brand": {
                "@type": "Brand",
                "name": "Bosch"
            },
            "description": "- Nennspannung: 12 Volt\n- Watt (Leistung): 21 Watt\n- Farbe: orange\n- Typ: Kugelbirne",
            "image": [
                "https://www.italobee.de/media/image/product/7852/lg/birne-12v-21w-ba15s-orange_1.jpg"
            ],
            "category": "Ersatzteile & Zubehör > Ape 50 > Elektrische Anlage > Leuchtmittel 12V",
            "offers": {
                "@type": "Offer",
                "price": "2.85",
                "priceCurrency": "EUR",
                "availability": "https://schema.org/InStock",
                "url": "https://www.italobee.de/Birne-12V-21W-BA15s-orange_1",
                "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"
            }
        }
    ]
}