{
    "@context": "https://schema.org",
    "@graph": [
        {
            "@type": "Product",
            "name": "Kabelbinder-Sortiment 75-teilig, schwarz",
            "url": "https://www.italobee.de/Kabelbinder-Sortiment-75-teilig-schwarz",
            "sku": "M13665",
            "gtin": "8000692700242",
            "brand": {
                "@type": "Brand",
                "name": "Lampa"
            },
            "description": "Inhalt je Größe: 25 x ca. 96mm/120mm/190mm",
            "image": [
                "https://www.italobee.de/media/image/product/7431/lg/kabelbinder-sortiment-75-teilig-schwarz~2.jpg",
                "https://www.italobee.de/media/image/product/7431/lg/kabelbinder-sortiment-75-teilig-schwarz~3.jpg"
            ],
            "category": "Pflege & Wartung > Werkstattbedarf > Elektronikbedarf",
            "offers": {
                "@type": "Offer",
                "price": "4.50",
                "priceCurrency": "EUR",
                "availability": "https://schema.org/InStock",
                "url": "https://www.italobee.de/Kabelbinder-Sortiment-75-teilig-schwarz",
                "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"
            }
        }
    ]
}