移除連結

商家可以移除連結 你隨時可以前往「合作夥伴」分頁 查看 Google Merchant Center 中的產品資訊合作夥伴可以使用 「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"
}