{
    "@context": "https://schema.org",
    "@graph": [
        {
            "@type": "Product",
            "name": "Nadellager Hinterradnabe",
            "url": "https://www.italobee.de/Nadellager-Hinterradnabe",
            "sku": "M11188",
            "gtin": "177431",
            "brand": {
                "@type": "Brand",
                "name": "Piaggio"
            },
            "description": "Nadellager für die Hinterradnabe außen (in richtung Bremstrommel).",
            "image": [
                "https://www.italobee.de/media/image/product/4500/lg/nadellager-hinterradnabe.jpg",
                "https://www.italobee.de/media/image/product/4500/lg/nadellager-hinterradnabe~2.jpg"
            ],
            "category": "Ersatzteile & Zubehör > Ape TM 703 Diesel LC > Achse, Aufhängung",
            "offers": {
                "@type": "Offer",
                "price": "16.78",
                "priceCurrency": "EUR",
                "availability": "https://schema.org/InStock",
                "url": "https://www.italobee.de/Nadellager-Hinterradnabe",
                "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"
            }
        }
    ]
}