{
    "@context": "https://schema.org",
    "@graph": [
        {
            "@type": "Product",
            "name": "Hutmutter M8",
            "url": "https://www.italobee.de/Hutmutter-M8",
            "sku": "M15378",
            "gtin": "4011231343435",
            "brand": {
                "@type": "Brand",
                "name": "Würth"
            },
            "description": "Material: Edelstahl\n\nGröße: M8",
            "image": [
                "https://www.italobee.de/media/image/product/9140/lg/hutmutter-m8.jpg"
            ],
            "category": "Pflege & Wartung > Werkstattbedarf > Befestigungsmaterial",
            "offers": {
                "@type": "Offer",
                "price": "1.03",
                "priceCurrency": "EUR",
                "availability": "https://schema.org/InStock",
                "url": "https://www.italobee.de/Hutmutter-M8",
                "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"
            }
        }
    ]
}