Import von Konfigurator-Artikel über CLI-Tools schlägt fehl

Hallo, ich importieren Artikel über API auf der Konsole mittels den CLI-Tools. Das Funktioniert soweit auch. Wenn ich den Artikeln aber Varianten inkl. configuratorSet etc. mitgebe bekomme ich folgende Fehlermeldung: PHP Notice: Undefined index: groupId in /var/www/shopware/engine/Shopware/Components/Api/Resource/Variant.php on line 683 Notice: Undefined index: groupId in /var/www/shopware/engine/Shopware/Components/Api/Resource/Variant.php on line 683 PHP Notice: Undefined index: optionId in /var/www/shopware/engine/Shopware/Components/Api/Resource/Variant.php on line 694 Notice: Undefined index: optionId in /var/www/shopware/engine/Shopware/Components/Api/Resource/Variant.php on line 694 PHP Catchable fatal error: Argument 1 passed to Shopware\Components\Api\Resource\Variant::getAvailableOption() must implement interface Doctrine\Common\Collections\Collection, array given, called in /var/www/shopware/engine/Shopware/Components/Api/Resource/Variant.php on line 696 and defined in /var/www/shopware/engine/Shopware/Components/Api/Resource/Variant.php on line 750 Catchable fatal error: Argument 1 passed to Shopware\Components\Api\Resource\Variant::getAvailableOption() must implement interface Doctrine\Common\Collections\Collection, array given, called in /var/www/shopware/engine/Shopware/Components/Api/Resource/Variant.php on line 696 and defined in /var/www/shopware/engine/Shopware/Components/Api/Resource/Variant.php on line 750 Das übergebene Artikel-Array dürfte korrekt sein da der Import über einen Eigenen Controller funktioniert. Ich nehme an hier stimmt etwas mit den namesspaces nicht. Meine Klasse in der der Import ausgeführt wird rufe ich wie hier beschrieben auf. Die Artikel importiere ich über den Batch-Modus der Artikel-Resource (lokale API). Wie gesagt wenn ich die Artikel ohne Varianten importiere klappt es. Wenn ich die Varianten über einen normale, eigenen Controller importiere, klappt es auch, wo liegt der Fehler? Vielen Dank.

Hi! Mittlerweile eine Lösung gefunden? Habe das gleiche Problem! LG Fabian

Zur Info: Ich habe einen Bugreport im Bugtracker angelegt. Der Fehler scheint behoben worden zu sein und fließt in die nächste Version mit ein.