{
    "@context": "https://schema.org",
    "@graph": [
        {
            "@type": "Product",
            "name": "Bremsscheibe",
            "url": "https://www.italobee.de/Bremsscheibe",
            "sku": "M15230",
            "gtin": "2251601600001",
            "brand": {
                "@type": "Brand",
                "name": "RMS"
            },
            "description": "Abmessungen:\n\n- ca. Ø 200 / 96 / 4 mm\n\nPassend für folgende Modelle:\n\n- Vespa PX 125-200 E '98/​MY/​'11/​ET2/​ET4/​LX/​LXV/​S/​Primavera/​Sprint 50-150ccm/​LML Star 125-200 2T/​4T",
            "image": [
                "https://www.italobee.de/media/image/product/8945/lg/bremsscheibe.jpg",
                "https://www.italobee.de/media/image/product/8945/lg/bremsscheibe~2.jpg"
            ],
            "category": "Ersatzteile & Zubehör > Vespa/Piaggio/Aprilia",
            "offers": {
                "@type": "Offer",
                "price": "48.20",
                "priceCurrency": "EUR",
                "availability": "https://schema.org/InStock",
                "url": "https://www.italobee.de/Bremsscheibe",
                "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"
            }
        }
    ]
}