{
    "@context": "https://schema.org",
    "@graph": [
        {
            "@type": "Product",
            "name": "Spiegel lang-eckig",
            "url": "https://www.italobee.de/Spiegel-lang-eckig",
            "sku": "M12032",
            "gtin": "1822205",
            "brand": {
                "@type": "Brand",
                "name": "Piaggio"
            },
            "description": "Spiegel passend für links und rechts. Die Spiegelfläche kann sowohl im Hochformat, wie im Querformat eingestellt werden.\n\nMaßen:\n\n- Die Spiegelfläche beträgt ca. 14,5cm Länge, 8cm Breite, 15cm Diagonale.\n- Der Spiegelrahmen ist ca. 1cm breit.\n- Die Spiegelhalterung ist ca. 34,5cm lang.",
            "image": [
                "https://www.italobee.de/media/image/product/7269/lg/spiegel-lang-eckig.jpg",
                "https://www.italobee.de/media/image/product/7269/lg/spiegel-lang-eckig~2.jpg"
            ],
            "category": "Ersatzteile & Zubehör > Ape 50 > Karosserieanbauteile > Anbauteile & Spiegel",
            "offers": {
                "@type": "Offer",
                "price": "51.27",
                "priceCurrency": "EUR",
                "availability": "https://schema.org/InStock",
                "url": "https://www.italobee.de/Spiegel-lang-eckig",
                "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"
            }
        }
    ]
}