{
    "@context": "https://schema.org",
    "@graph": [
        {
            "@type": "Product",
            "name": "Reparaturset für Radbremszylinder",
            "url": "https://www.italobee.de/Reparaturset-fuer-Radbremszylinder",
            "sku": "M11689",
            "gtin": "2251400300001",
            "brand": {
                "@type": "Brand",
                "name": "RMS"
            },
            "description": "Reperaturset für Radbremszylinder. TIPP: Sollte der Kolben schon verostet sein, wird dieser meist nicht mehr Dicht. In diesem Fall am besten einen neuen Radbremszylinder verwenden.",
            "image": [
                "https://www.italobee.de/media/image/product/4240/lg/reparaturset-fuer-radbremszylinder.jpg",
                "https://www.italobee.de/media/image/product/4240/lg/reparaturset-fuer-radbremszylinder~2.jpg"
            ],
            "category": "Ersatzteile & Zubehör > Ape 50 > Bremsanlage",
            "offers": {
                "@type": "Offer",
                "price": "9.44",
                "priceCurrency": "EUR",
                "availability": "https://schema.org/InStock",
                "url": "https://www.italobee.de/Reparaturset-fuer-Radbremszylinder",
                "shippingDetails": {
                    "@type": "OfferShippingDetails",
                    "deliveryTime": {
                        "@type": "ShippingDeliveryTime",
                        "transitTime": {
                            "@type": "QuantitativeValue",
                            "minValue": 2,
                            "maxValue": 3,
                            "unitCode": "DAY"
                        }
                    }
                }
            },
            "aggregateRating": {
                "@type": "AggregateRating",
                "ratingValue": 5,
                "bestRating": 5
            }
        },
        {
            "@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"
            }
        }
    ]
}