[尝试使用Shopware6 DAL建议的语法更新产品时,出现此错误:未提供定义Shopware \ Core \ Content \ Product \ ProductDefinition的预期主键字段ID
这里是代码:
/ @var EntityRepositoryInterface $productRepository /
$productRepository = $this->container->get('product.repository');
$productRepository->update(
[
[
'id' => '4667A4C753544F3BA40ED9441F79611D',
'name' => 'Woush'
],
],
\Shopware\Core\Framework\Context::createDefaultContext()
);
我提供与我要更新的产品相关的正确ID。我不明白为什么会收到此错误。
有人有解决方案吗?
“ Id”。