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 總覽。
除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 2.0 授權。詳情請參閱《Google Developers 網站政策》。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間:2024-06-24 (世界標準時間)。
[null,null,["上次更新時間: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."]]],[]]