{
    "@context": "https://schema.org",
    "@graph": [
        {
            "@type": "Product",
            "name": "Dynastarter",
            "url": "https://www.italobee.de/Dynastarter_2",
            "sku": "M12360",
            "gtin": "157715",
            "brand": {
                "@type": "Brand",
                "name": "Piaggio"
            },
            "description": "Dynastarter komplett inkl. Mutter und Unterlegscheibe. Neuware und Original-Piaggio (kein Nachbau)!",
            "image": [
                "https://www.italobee.de/media/image/product/4427/lg/dynastarter_2.jpg",
                "https://www.italobee.de/media/image/product/4427/lg/dynastarter_2~2.jpg",
                "https://www.italobee.de/media/image/product/4427/lg/dynastarter_2~3.jpg",
                "https://www.italobee.de/media/image/product/4427/lg/dynastarter_2~4.jpg"
            ],
            "category": "Ersatzteile & Zubehör > Ape Car P2/P3 & Max > Elektrische Anlage > Start-/ Zündanlage",
            "offers": {
                "@type": "Offer",
                "price": "1027.66",
                "priceCurrency": "EUR",
                "availability": "https://schema.org/InStock",
                "url": "https://www.italobee.de/Dynastarter_2",
                "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"
            }
        }
    ]
}