{
    "@context": "https://schema.org",
    "@graph": [
        {
            "@type": "Product",
            "name": "Kabelsteckverbinder für Kombistecker",
            "url": "https://www.italobee.de/Kabelsteckverbinder-fuer-Kombistecker",
            "sku": "M14025",
            "brand": {
                "@type": "Brand",
                "name": "italobee"
            },
            "description": "- Länge: ca. 20mm\n- Durchmesser Ø: ca. 2,1mm",
            "image": [
                "https://www.italobee.de/media/image/product/7391/lg/kabelsteckverbinder-fuer-kombistecker.jpg",
                "https://www.italobee.de/media/image/product/7391/lg/kabelsteckverbinder-fuer-kombistecker~2.jpg"
            ],
            "category": "Ersatzteile & Zubehör > Ape 50 > Elektrische Anlage > Start-/ Zündanlage",
            "offers": {
                "@type": "Offer",
                "price": "0.90",
                "priceCurrency": "EUR",
                "availability": "https://schema.org/InStock",
                "url": "https://www.italobee.de/Kabelsteckverbinder-fuer-Kombistecker",
                "shippingDetails": {
                    "@type": "OfferShippingDetails",
                    "deliveryTime": {
                        "@type": "ShippingDeliveryTime",
                        "transitTime": {
                            "@type": "QuantitativeValue",
                            "minValue": 2,
                            "maxValue": 3,
                            "unitCode": "DAY"
                        }
                    }
                }
            },
            "aggregateRating": {
                "@type": "AggregateRating",
                "ratingValue": 5,
                "bestRating": 5
            }
        },
        {
            "@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"
            }
        }
    ]
}