{
    "@context": "https://schema.org",
    "@graph": [
        {
            "@type": "Product",
            "name": "Lötnippel für Gasseilzug 2,5x3,3mm",
            "url": "https://www.italobee.de/Loetnippel-fuer-Gasseilzug-25x33mm",
            "sku": "M10143",
            "brand": {
                "@type": "Brand",
                "name": "italobee"
            },
            "description": "Lötnippeln für den Gasseilzug. Auf das ende des Gaszuges stecken, anlöten und fertig ist ein Gaszug für deine Ape.\n\n- Abmessung ca. 2,5 x 3,3mm\n- für Bowdenzüge bis Ø 1,5mm\n- aus Messing",
            "image": [
                "https://www.italobee.de/media/image/product/4196/lg/loetnippel-fuer-gasseilzug-25x33mm.jpg"
            ],
            "category": "Ersatzteile & Zubehör > Ape 50 > Bowdenzüge",
            "offers": {
                "@type": "Offer",
                "price": "1.07",
                "priceCurrency": "EUR",
                "availability": "https://schema.org/InStock",
                "url": "https://www.italobee.de/Loetnippel-fuer-Gasseilzug-25x33mm",
                "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"
            }
        }
    ]
}