Method: accounts.patch
更新账号,无论其类型为何(独立账号、MCA 账号或子账号)。执行此方法需要管理员权限。
HTTP 请求
PATCH https://merchantapi.googleapis.com/accounts/v1beta/{account.name=accounts/*}
网址采用 gRPC 转码语法。
路径参数
参数 |
account.name |
string
标识符。账号的资源名称。格式:accounts/{account}
|
查询参数
参数 |
updateMask |
string (FieldMask format)
可选。要更新的字段的列表。 支持以下字段(在 snake_case 和 lowerCamelCase 中):
accountName
adultContent
languageCode
timeZone
|
请求正文
请求正文包含一个 Account
实例。
响应正文
如果成功,则响应正文包含一个 Account
实例。
授权范围
需要以下 OAuth 范围:
https://www.googleapis.com/auth/content
如需了解详情,请参阅 OAuth 2.0 概览。
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2024-11-20。
[null,null,["最后更新时间 (UTC):2024-11-20。"],[[["This operation updates an existing Merchant Center account, requiring admin access and using a PATCH request."],["The request must specify the account name in the path and can selectively update fields using the `updateMask` query parameter."],["Account details are provided in the request body using the `Account` object, and the response, if successful, returns the updated `Account` object."],["Authorization requires the `https://www.googleapis.com/auth/content` OAuth scope."]]],[]]