{
    "@context": "https://schema.org",
    "@graph": [
        {
            "@type": "Product",
            "name": "Zündkerze Piaggio P86M",
            "url": "https://www.italobee.de/Zuendkerze-Piaggio-P86M",
            "sku": "M15033",
            "gtin": "5010874505506",
            "brand": {
                "@type": "Brand",
                "name": "Piaggio"
            },
            "description": "Entspricht den Zündkerzen:\n\n- Champion L86C\n- Bosch W8AC/W9AC/W10AC\n- Denso W20FSU\n- NGK B5HS/B6HS",
            "image": [
                "https://www.italobee.de/media/image/product/8751/lg/zuendkerze-piaggio-p86m.jpg",
                "https://www.italobee.de/media/image/product/8751/lg/zuendkerze-piaggio-p86m~2.jpg",
                "https://www.italobee.de/media/image/product/8751/lg/zuendkerze-piaggio-p86m~3.jpg"
            ],
            "category": "Ersatzteile & Zubehör > Ape TM P602, TM 703 Benzin > Elektrische Anlage > Start-/ Zündanlage",
            "offers": {
                "@type": "Offer",
                "price": "5.20",
                "priceCurrency": "EUR",
                "availability": "https://schema.org/InStock",
                "url": "https://www.italobee.de/Zuendkerze-Piaggio-P86M",
                "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"
            }
        }
    ]
}