{
    "@context": "https://schema.org",
    "@graph": [
        {
            "@type": "Product",
            "name": "Kupplung komplett mit Zentralfeder verstärkt",
            "url": "https://www.italobee.de/Kupplung-komplett-mit-Zentralfeder-verstaerkt",
            "sku": "M15028",
            "gtin": "5581/01",
            "brand": {
                "@type": "Brand",
                "name": "CIF"
            },
            "description": "- 4 Kupplungsbeläge\n- Zentralfeder\n- inkl. Sicherungsscheibe\n- verstärkt",
            "image": [
                "https://www.italobee.de/media/image/product/8746/lg/kupplung-komplett-mit-zentralfeder-verstaerkt.jpg",
                "https://www.italobee.de/media/image/product/8746/lg/kupplung-komplett-mit-zentralfeder-verstaerkt~2.jpg",
                "https://www.italobee.de/media/image/product/8746/lg/kupplung-komplett-mit-zentralfeder-verstaerkt~3.jpg",
                "https://www.italobee.de/media/image/product/8746/lg/kupplung-komplett-mit-zentralfeder-verstaerkt~4.jpg"
            ],
            "category": "Ersatzteile & Zubehör > Ape 50 > Motor > Kupplung",
            "offers": {
                "@type": "Offer",
                "price": "75.00",
                "priceCurrency": "EUR",
                "availability": "https://schema.org/InStock",
                "url": "https://www.italobee.de/Kupplung-komplett-mit-Zentralfeder-verstaerkt",
                "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"
            }
        }
    ]
}