{
    "@context": "https://schema.org",
    "@graph": [
        {
            "@type": "Product",
            "name": "Aufhängungsarm hinten",
            "url": "https://www.italobee.de/Aufhaengungsarm-hinten",
            "sku": "M10008",
            "gtin": "1E003166",
            "brand": {
                "@type": "Brand",
                "name": "Piaggio"
            },
            "description": "Dieses originale Ersatzteil bietet eine passgenaue Lösung für alle Piaggio Ape 50 Modelle. Hergestellt aus robustem Material, gewährleistet er eine lange Haltbarkeit und trägt zur optimalen Fahrstabilität bei. Die Montage ist unkompliziert.",
            "image": [
                "https://www.italobee.de/media/image/product/6656/lg/aufhaengungsarm-hinten.jpg",
                "https://www.italobee.de/media/image/product/6656/lg/aufhaengungsarm-hinten~2.jpg",
                "https://www.italobee.de/media/image/product/6656/lg/aufhaengungsarm-hinten~3.jpg",
                "https://www.italobee.de/media/image/product/6656/lg/aufhaengungsarm-hinten~4.jpg"
            ],
            "category": "Ersatzteile & Zubehör > Ape 50 > Achse, Radaufhängung",
            "offers": {
                "@type": "Offer",
                "price": "187.67",
                "priceCurrency": "EUR",
                "availability": "https://schema.org/InStock",
                "url": "https://www.italobee.de/Aufhaengungsarm-hinten",
                "shippingDetails": {
                    "@type": "OfferShippingDetails",
                    "deliveryTime": {
                        "@type": "ShippingDeliveryTime",
                        "transitTime": {
                            "@type": "QuantitativeValue",
                            "minValue": 2,
                            "maxValue": 3,
                            "unitCode": "DAY"
                        }
                    }
                }
            },
            "aggregateRating": {
                "@type": "AggregateRating",
                "ratingValue": 5,
                "bestRating": 5
            }
        },
        {
            "@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"
            }
        }
    ]
}