{
    "@context": "https://schema.org",
    "@graph": [
        {
            "@type": "Product",
            "name": "Kolbenbolzenclip für POLINI 133ccm oder DR 130ccm",
            "url": "https://www.italobee.de/Kolbenbolzenclip-fuer-POLINI-133ccm-oder-DR-130ccm",
            "sku": "M14005",
            "brand": {
                "@type": "Brand",
                "name": "Polini"
            },
            "description": "- Ø ca. 15 x 1,2mm\n- G-Form",
            "image": [
                "https://www.italobee.de/media/image/product/5352/lg/kolbenbolzenclip-fuer-polini-133ccm-oder-dr-130ccm.jpg"
            ],
            "category": "Ersatzteile & Zubehör > Ape 50 > Tuning > Rennzylinder > Ersatzkolben & Dichtungen",
            "offers": {
                "@type": "Offer",
                "price": "1.80",
                "priceCurrency": "EUR",
                "availability": "https://schema.org/InStock",
                "url": "https://www.italobee.de/Kolbenbolzenclip-fuer-POLINI-133ccm-oder-DR-130ccm",
                "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"
            }
        }
    ]
}