Method: accounts.notificationsubscriptions.create
ビジネスの通知サブスクリプションを作成します。スタンドアロン アカウントまたはサブアカウントの場合は、ビジネスが自身でサブスクリプションを作成できます。MCA の場合、ビジネスは、すべての管理対象アカウントまたは特定のサブアカウントのサブスクリプションを作成できます。
次の種類の通知サブスクリプションを同時に存在させることができます(イベントタイプごとにサブスクライバーとしてビジネスごとに)。
管理対象のすべてのアカウントのサブスクリプションと、自分のサブスクリプション。
管理対象アカウントの複数の「部分的な」定期購入と、自分自身の定期購入。
次のような行為は許可されません(イベントタイプごとに 1 つのビジネスが定期購読者として)。
複数の自己登録。
複数の「すべての管理対象アカウント」の定期購入。
「すべての管理対象アカウント」のサブスクリプションと部分的なサブスクリプションを同時に購入する。
同じターゲット アカウントに対する複数の部分サブスクリプション。
HTTP リクエスト
POST https://merchantapi.googleapis.com/notifications/v1beta/{parent=accounts/*}/notificationsubscriptions
この URL は gRPC Transcoding 構文を使用します。
パスパラメータ
パラメータ |
parent |
string
必須。新しい通知サブスクリプションを所有する販売者アカウント。形式: accounts/{account}
|
リクエストの本文
リクエストの本文には NotificationSubscription
のインスタンスが含まれます。
レスポンスの本文
成功した場合、レスポンスの本文には、新しく作成された NotificationSubscription
のインスタンスが含まれます。
認可スコープ
次の OAuth スコープが必要です。
https://www.googleapis.com/auth/content
詳細については、OAuth 2.0 Overview をご覧ください。
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2025-01-23 UTC。
[null,null,["最終更新日 2025-01-23 UTC。"],[[["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."]]],["This describes how to create a notification subscription for a business via a `POST` request to `https://merchantapi.googleapis.com/notifications/v1beta/{parent=accounts/*}/notificationsubscriptions`. The request uses a `parent` path parameter specifying the merchant account. The request and response bodies are `NotificationSubscription` instances. Subscriptions can be for self or managed accounts, with restrictions preventing multiple full or partial subscriptions of the same type. Authorization requires the `https://www.googleapis.com/auth/content` OAuth scope.\n"]]