Method: accounts.notificationsubscriptions.create
为商家创建通知订阅。我们将允许以下类型的通知订阅同时存在(每个事件对应一个商家,即一个订阅者):1. 订阅所有客户账号 + 订阅自身账号 2. 客户账号的多项“部分”订阅 + 自身的订阅
我们不允许提供(每个商家对应一个订阅者,每个事件类型):1. 多次自行订阅。2. 多个“所有客户账号”订阅。3. 同时订阅的所有内容和部分内容。4. 同一目标账号有多个部分订阅
HTTP 请求
POST https://merchantapi.googleapis.com/notifications/v1beta/{parent=accounts/*}/notificationsubscriptions
网址采用 gRPC 转码语法。
路径参数
参数 |
parent |
string
必需。拥有新通知订阅的商家账号。格式:accounts/{account}
|
响应正文
如果成功,响应正文将包含一个新创建的 NotificationSubscription
实例。
授权范围
需要以下 OAuth 范围:
https://www.googleapis.com/auth/content
如需了解详情,请参阅 OAuth 2.0 概览。
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2024-06-24。
[null,null,["最后更新时间 (UTC):2024-06-24。"],[[["This API creates notification subscriptions for businesses, allowing them to receive updates on various events."],["Businesses can create subscriptions for themselves, all managed accounts, or specific sub-accounts, with certain restrictions to avoid redundancy."],["The API requires a POST request to a specific URL with the merchant account ID and a request body containing the subscription details."],["A successful response will return the newly created notification subscription details."],["Authorization requires the `https://www.googleapis.com/auth/content` OAuth scope."]]],[]]