移除链接

商家可以移除链接 随时访问合作伙伴标签页 。合作伙伴可以使用 accounts.linkremove 操作 方法。链接一旦移除,它就会消失,并且必须重新提出请求 以便重新获得批准

正如 approve 操作可以选择性地选择要使用哪个 services 激活,remove 操作也可以作用于 services 列表的子集。

示例

继续前面部分中的示例,商家账号 98765 可以通过发送请求指定123456789 "action": "remove"

POST https://shoppingcontent.googleapis.com/content/v2.1/98765/accounts/98765/link
{
  "linkedAccountId": "123456789",
  "linkType": "eCommercePlatform",
  "services": ["shoppingAdsProductManagement"],
  "action": "remove"
}