{
    "@context": "https://schema.org",
    "@graph": [
        {
            "@type": "Product",
            "name": "Motor komplett 50ccm",
            "url": "https://www.italobee.de/Motor-komplett-50ccm",
            "sku": "M10866",
            "gtin": "B0135285K",
            "brand": {
                "@type": "Brand",
                "name": "Piaggio"
            },
            "description": "- neuer Motor mit allen Anbauteilen wie abgebildet\n- Zündankerplatte mit 4-Pin Anschluss\n\nDer Motor kann mit etwas Anpassungen (Zündankerplatte, Polrad) auch bei älteren Modellen verwendet werden.",
            "image": [
                "https://www.italobee.de/media/image/product/5774/lg/motor-komplett-50ccm.jpg",
                "https://www.italobee.de/media/image/product/5774/lg/motor-komplett-50ccm~2.jpg",
                "https://www.italobee.de/media/image/product/5774/lg/motor-komplett-50ccm~3.jpg"
            ],
            "category": "Ersatzteile & Zubehör > Ape 50 > Motor > Gehäuse & Lager",
            "offers": {
                "@type": "Offer",
                "price": "2250.00",
                "priceCurrency": "EUR",
                "availability": "https://schema.org/BackOrder",
                "url": "https://www.italobee.de/Motor-komplett-50ccm",
                "shippingDetails": {
                    "@type": "OfferShippingDetails",
                    "deliveryTime": {
                        "@type": "ShippingDeliveryTime",
                        "transitTime": {
                            "@type": "QuantitativeValue",
                            "minValue": 30,
                            "maxValue": 33,
                            "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"
            }
        }
    ]
}