Moin,
in der Doku https://developer.shopware.com/docs/guides/plugins/plugins/framework/data-handling/add-complex-data-to-existing-entities wird im vorletzten Abschnitt folgendes gemacht:
$productEntity->addExtension('custom_string', new ArrayEntity(['foo' => 'bar']));
So gern ich das auch können würde, lässt „addExtension“ nur noch Structs des Typs Shopware\Core\Framework\Struct\Struct zu.
Bitte einmal anpassen