{
    "@context": "https://schema.org",
    "@graph": [
        {
            "@type": "Product",
            "name": "Handpumpe Universal",
            "url": "https://www.italobee.de/Handpumpe-Universal",
            "sku": "M14773",
            "gtin": "8000692381236",
            "brand": {
                "@type": "Brand",
                "name": "Lampa"
            },
            "description": "Die vielseitige manuelle Transferpumpe ist geeignet für unterschiedliche Flüssigkeiten wie Benzin, Diesel und Öl. Mit einer Länge von 180 cm kann sie auch an schwer zugänglichen Stellen problemlos eingesetzt werden. Die Bedienung ist einfach und erfordert kein spezielles Fachwissen.",
            "image": [
                "https://www.italobee.de/media/image/product/8477/lg/handpumpe-universal.jpg",
                "https://www.italobee.de/media/image/product/8477/lg/handpumpe-universal~2.jpg"
            ],
            "category": "Pflege & Wartung > Werkstattbedarf > Sonstiges",
            "offers": {
                "@type": "Offer",
                "price": "9.40",
                "priceCurrency": "EUR",
                "availability": "https://schema.org/InStock",
                "url": "https://www.italobee.de/Handpumpe-Universal",
                "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"
            }
        }
    ]
}