Warning: file_get_contents(/data/phpspider/zhask/data//catemap/4/jsp/3.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
上传到谷歌商店的产品不会从Magento管理员处被删除_Magento_Google Shopping - Fatal编程技术网

上传到谷歌商店的产品不会从Magento管理员处被删除

上传到谷歌商店的产品不会从Magento管理员处被删除,magento,google-shopping,Magento,Google Shopping,我有一些产品在谷歌购物(为我的客户)。我想用Magento管理员从Google商店删除过期的产品 我正在使用Magento 1.6 Catalog > Google content > Manage Items 当我选择过期产品并尝试删除它时。我收到错误“物品xyz产品未被删除” 我的xyz产品在magento admin中的数量为0,并且它也被禁用 如何解决此问题。我遵循此链接并解决了问题 1) 我在System>Configuration>googleapi>googles

我有一些产品在谷歌购物(为我的客户)。我想用Magento管理员从Google商店删除过期的产品

我正在使用Magento 1.6

Catalog > Google content > Manage Items
当我选择过期产品并尝试删除它时。我收到错误
“物品xyz产品未被删除”

我的xyz产品在magento admin中的数量为0,并且它也被禁用


如何解决此问题。

我遵循此链接并解决了问题

1) 我在
System>Configuration>googleapi>googleshopping中更新了信息。

我输入了正确的用户名和密码(这是我的客户提供的,之前他输入了其他用户名和密码。)。 确保目标国家/地区是正确的

2) 然后转到目录>谷歌内容>管理项目并同步项目

在同步项目时,项目已成功删除。问题是,这些项目在magento的admin中可见,但在Google中不存在。所以当我试图删除产品时,我得到了错误

Error code: notfound. Internal reason: item not found See 'request' for product 'xyz' (in 'English' store). 
No items were deleted from Google Content (because the products were not on Google)
如果我尝试在更新用户名和密码后删除产品而不进行任何同步,则会出现以下错误

Error code: notfound. Internal reason: item not found See 'request' for product 'xyz' (in 'English' store). 
No items were deleted from Google Content (because the products were not on Google)
同步为我工作