{
    "@context": "https://schema.org",
    "@graph": [
        {
            "@type": "Product",
            "name": "Lenkkopflager Set oben",
            "url": "https://www.italobee.de/Lenkkopflager-Set-oben",
            "sku": "M11181",
            "gtin": "493618",
            "brand": {
                "@type": "Brand",
                "name": "Piaggio"
            },
            "image": [
                "https://www.italobee.de/media/image/product/6818/lg/lenkkopflager-set-oben.jpg"
            ],
            "category": "Ersatzteile & Zubehör > Ape TM 703 Diesel LC > Achse, Aufhängung",
            "offers": {
                "@type": "Offer",
                "price": "125.28",
                "priceCurrency": "EUR",
                "availability": "https://schema.org/InStock",
                "url": "https://www.italobee.de/Lenkkopflager-Set-oben",
                "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"
            }
        }
    ]
}