批准关联

合作伙伴发送关联请求后,接收商家必须 请在关联生效之前批准关联。这通常需要通过批准 在合作伙伴请求 “管理”标签但是,链接可以 也可以使用 accounts.link 以编程方式进行批准 方法。

示例

请求关联中批准合作伙伴 123456789 发送的关联请求 示例,客户商家 98765 可以将 将 linkedAccountId 设为合作伙伴 ID 123456789approve 操作。

请注意,services 列表仅包含最初请求的 请参阅示例请求中的说明。这样做有选择地 批准 shoppingAdsProductManagement 服务,并将请求移交给 关联处于 pending 状态的shoppingActionsOrderManagement服务。

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

下一部分将介绍如何移除现有链接。