{
    "@context": "https://schema.org",
    "@graph": [
        {
            "@type": "Product",
            "name": "Ausgleichsbehälter für Kipperhydraulik",
            "url": "https://www.italobee.de/Ausgleichsbehaelter-fuer-Kipperhydraulik",
            "sku": "M13948",
            "gtin": "1575104",
            "brand": {
                "@type": "Brand",
                "name": "Piaggio"
            },
            "image": [
                "https://www.italobee.de/media/image/product/6743/lg/ausgleichsbehaelter-fuer-kipperhydraulik.jpg",
                "https://www.italobee.de/media/image/product/6743/lg/ausgleichsbehaelter-fuer-kipperhydraulik~2.jpg",
                "https://www.italobee.de/media/image/product/6743/lg/ausgleichsbehaelter-fuer-kipperhydraulik~3.jpg"
            ],
            "category": "Ersatzteile & Zubehör > Ape Car P2/P3 & Max > Motor > Gehäuse & Lager",
            "offers": {
                "@type": "Offer",
                "price": "240.87",
                "priceCurrency": "EUR",
                "availability": "https://schema.org/InStock",
                "url": "https://www.italobee.de/Ausgleichsbehaelter-fuer-Kipperhydraulik",
                "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"
            }
        }
    ]
}