{
    "@context": "https://schema.org",
    "@graph": [
        {
            "@type": "Product",
            "name": "Umbausatz auf Scheibenbremse \"Discreto\" für die Vorderachse, Farbe: schwarz",
            "url": "https://www.italobee.de/Umbausatz-auf-Scheibenbremse-Discreto-fuer-die-Vorderachse-Farbe-schwarz",
            "sku": "M15665",
            "brand": {
                "@type": "Brand",
                "name": "Dexter Racing"
            },
            "image": [
                "https://www.italobee.de/media/image/product/9468/lg/umbausatz-auf-scheibenbremse-discreto-fuer-die-vorderachse-farbe-schwarz.jpg"
            ],
            "category": "Ersatzteile & Zubehör > Ape 50 > Tuning > Rennauspuffanlage",
            "offers": {
                "@type": "Offer",
                "price": "795.00",
                "priceCurrency": "EUR",
                "availability": "https://schema.org/BackOrder",
                "url": "https://www.italobee.de/Umbausatz-auf-Scheibenbremse-Discreto-fuer-die-Vorderachse-Farbe-schwarz",
                "shippingDetails": {
                    "@type": "OfferShippingDetails",
                    "deliveryTime": {
                        "@type": "ShippingDeliveryTime",
                        "transitTime": {
                            "@type": "QuantitativeValue",
                            "minValue": 92,
                            "maxValue": 93,
                            "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"
            }
        }
    ]
}