{
    "@context": "https://schema.org",
    "@graph": [
        {
            "@type": "Product",
            "name": "Scheinwerfer mit Blinker, links",
            "url": "https://www.italobee.de/Scheinwerfer-mit-Blinker-links",
            "sku": "M14760",
            "gtin": "B023816R",
            "brand": {
                "@type": "Brand",
                "name": "Piaggio"
            },
            "image": [
                "https://www.italobee.de/media/image/product/8453/lg/scheinwerfer-mit-blinker-links.jpg",
                "https://www.italobee.de/media/image/product/8453/lg/scheinwerfer-mit-blinker-links~2.jpg",
                "https://www.italobee.de/media/image/product/8453/lg/scheinwerfer-mit-blinker-links~3.jpg"
            ],
            "category": "Ersatzteile & Zubehör > Ape Calessino 200 > Elektrische Anlage > Beleuchtung",
            "offers": {
                "@type": "Offer",
                "price": "78.19",
                "priceCurrency": "EUR",
                "availability": "https://schema.org/BackOrder",
                "url": "https://www.italobee.de/Scheinwerfer-mit-Blinker-links",
                "shippingDetails": {
                    "@type": "OfferShippingDetails",
                    "deliveryTime": {
                        "@type": "ShippingDeliveryTime",
                        "transitTime": {
                            "@type": "QuantitativeValue",
                            "minValue": 32,
                            "maxValue": 33,
                            "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"
            }
        }
    ]
}