Speichern von Produkten mit Varianten geht nicht

Hallo Leute,

ich hab ein interessantes Problem im Admin Bereich:
Ich habe Artikel mit Varianten, sobald ich diese auf Zuweisung / Sichtbarkeit → „inaktiv“ stelle bekomme ich eine nicht gerade aussagekräftige Fehlermeldung „Bitte füllen Sie alle Pflichtfelder aus“.
Die Meldung kommt nur beim „inaktiv“ Speichern, „aktiv“ kann ich ohne Fehlermeldung setzen.

Im Debug Modus bekomme ich folgende API Fehlermeldung beim Aufruf von /api/_action/sync (Shopware 6.4.5.1):


						"function": "dispatch",
						"class": "Shopware\\Core\\Framework\\Webhook\\WebhookDispatcher",
						"type": "->"
					},
					{
						"file": "/web/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php",
						"line": 32,
						"function": "dispatch",
						"class": "Shopware\\Core\\Framework\\Event\\BusinessEventDispatcher",
						"type": "->"
					},
					{
						"file": "/web/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php",
						"line": 151,
						"function": "dispatch",
						"class": "Shopware\\Core\\Framework\\Event\\NestedEventDispatcher",
						"type": "->"
					},
					{
						"file": "/web/vendor/shopware/core/Framework/Api/Sync/SyncService.php",
						"line": 77,
						"function": "dispatch",
						"class": "Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher",
						"type": "->"
					},
					{
						"file": "/web/vendor/shopware/core/Framework/Api/Controller/SyncController.php",
						"line": 158,
						"function": "sync",
						"class": "Shopware\\Core\\Framework\\Api\\Sync\\SyncService",
						"type": "->"
					},
					{
						"file": "/web/vendor/shopware/core/Framework/Context.php",
						"line": 183,
						"function": "Shopware\\Core\\Framework\\Api\\Controller\\{closure}",
						"class": "Shopware\\Core\\Framework\\Api\\Controller\\SyncController",
						"type": "->"
					},
					{
						"file": "/web/vendor/shopware/core/Framework/Api/Controller/SyncController.php",
						"line": 159,
						"function": "scope",
						"class": "Shopware\\Core\\Framework\\Context",
						"type": "->"
					},
					{
						"file": "/web/vendor/symfony/http-kernel/HttpKernel.php",
						"line": 156,
						"function": "sync",
						"class": "Shopware\\Core\\Framework\\Api\\Controller\\SyncController",
						"type": "->"
					},
					{
						"file": "/web/vendor/symfony/http-kernel/HttpKernel.php",
						"line": 78,
						"function": "handleRaw",
						"class": "Symfony\\Component\\HttpKernel\\HttpKernel",
						"type": "->"
					},
					{
						"file": "/web/vendor/symfony/http-kernel/Kernel.php",
						"line": 199,
						"function": "handle",
						"class": "Symfony\\Component\\HttpKernel\\HttpKernel",
						"type": "->"
					},
					{
						"file": "/web/vendor/shopware/core/HttpKernel.php",
						"line": 178,
						"function": "handle",
						"class": "Symfony\\Component\\HttpKernel\\Kernel",
						"type": "->"
					},
					{
						"file": "/web/vendor/shopware/core/HttpKernel.php",
						"line": 81,
						"function": "doHandle",
						"class": "Shopware\\Core\\HttpKernel",
						"type": "->"
					},
					{
						"file": "/web/public/index.php",
						"line": 77,
						"function": "handle",
						"class": "Shopware\\Core\\HttpKernel",
						"type": "->"
					}
				],
				"file": /web/vendor/shopware/core/Content/Product/DataAbstractionLayer/CheapestPriceUpdater.php",
				"line": 90
			}
		}
	]
}

Weiß jemand woran das liegt und wie ich das beheben kann?
Der Artikel wird übrigens trotz der Fehlermeldung gespeichert.

SG & DANKE
Roman