Method: inventory.partners.merchants.patch
指定された情報集約サイトが管理する既存の Merchant
を更新して返します。
HTTP リクエスト
PATCH https://mapsbooking.googleapis.com/v1alpha/inventory/{merchant.name=partners/*/merchants/*}
この URL は gRPC Transcoding 構文を使用します。
パスパラメータ
パラメータ |
merchant.name |
string
販売者のリソース名。partners/{partner_id}/merchants/{merchantId} の形式です。
|
クエリ パラメータ
パラメータ |
updateMask |
string (FieldMask format)
販売者向けに更新される特定のフィールド。 完全修飾フィールド名のカンマ区切りリストです。(例: "user.displayName,photo" )。
|
リクエストの本文
リクエストの本文には Merchant
のインスタンスが含まれています。
レスポンスの本文
成功した場合、レスポンスの本文には Merchant
のインスタンスが含まれます。
認証スコープ
次の OAuth スコープが必要です。
https://www.googleapis.com/auth/mapsbooking
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2024-07-10 UTC。
[null,null,["最終更新日 2024-07-10 UTC。"],[[["This method updates an existing Merchant managed by a specified aggregator."],["The request requires the merchant's resource name as a path parameter."],["You can specify fields to update using the `updateMask` query parameter and provide the updated Merchant data in the request body."],["A successful response returns the updated Merchant object."],["This operation requires the `https://www.googleapis.com/auth/mapsbooking` OAuth scope for authorization."]]],[]]