Method: accounts.notificationsubscriptions.patch
販売者の既存の通知サブスクリプションを更新します。
HTTP リクエスト
PATCH https://merchantapi.googleapis.com/notifications/v1beta/{notificationSubscription.name=accounts/*/notificationsubscriptions/*}
この URL は gRPC Transcoding 構文を使用します。
パスパラメータ
パラメータ |
notificationSubscription.name |
string
出力専用。通知構成の name 。新しい NotificationSubscription の作成時に Content API によって生成されます。account は、構成を所有する販売者の販売者 ID を表します。形式: accounts/{account}/notificationsubscriptions/{notificationSubscription}
|
クエリ パラメータ
パラメータ |
updateMask |
string (FieldMask format)
更新されるフィールドのリスト。
|
リクエストの本文
リクエストの本文には 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 operation updates an existing notification subscription for a merchant using a `PATCH` request to a specified URL."],["The request requires path and query parameters, including the notification subscription name and an update mask."],["Both the request and response bodies utilize the `NotificationSubscription` object to manage subscription details."],["Authorization is necessary using the `https://www.googleapis.com/auth/content` OAuth scope."]]],[]]