{
    "@context": "https://schema.org",
    "@graph": [
        {
            "@type": "Product",
            "name": "Spiegel lang Oval, links",
            "url": "https://www.italobee.de/Spiegel-lang-Oval-links_1",
            "sku": "M12148",
            "gtin": "216896",
            "brand": {
                "@type": "Brand",
                "name": "Piaggio"
            },
            "image": [
                "https://www.italobee.de/media/image/product/7170/lg/spiegel-lang-oval-links_1.jpg",
                "https://www.italobee.de/media/image/product/7170/lg/spiegel-lang-oval-links_1~2.jpg"
            ],
            "category": "Ersatzteile & Zubehör > Ape 50 > Karosserieanbauteile > Anbauteile & Spiegel",
            "offers": {
                "@type": "Offer",
                "price": "91.27",
                "priceCurrency": "EUR",
                "availability": "https://schema.org/InStock",
                "url": "https://www.italobee.de/Spiegel-lang-Oval-links_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"
            }
        }
    ]
}