{
    "@context": "https://schema.org",
    "@graph": [
        {
            "@type": "Product",
            "name": "Bremsbacken Satz NEWFREN",
            "url": "https://www.italobee.de/Bremsbacken-Satz-NEWFREN_1",
            "sku": "M13633",
            "gtin": "8025832044642",
            "brand": {
                "@type": "Brand",
                "name": "Newfren"
            },
            "description": "Bremsbelagsatz vorne und hinten. Satz besteht aus 6 Teilen.",
            "image": [
                "https://www.italobee.de/media/image/product/5335/lg/bremsbacken-satz-newfren_1.jpg",
                "https://www.italobee.de/media/image/product/5335/lg/bremsbacken-satz-newfren_1~2.jpg"
            ],
            "category": "Ersatzteile & Zubehör > Ape Car P2/P3 & Max > Bremsanlage",
            "offers": {
                "@type": "Offer",
                "price": "79.00",
                "priceCurrency": "EUR",
                "availability": "https://schema.org/InStock",
                "url": "https://www.italobee.de/Bremsbacken-Satz-NEWFREN_1",
                "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"
            }
        }
    ]
}