Method: accounts.businessIdentity.updateBusinessIdentity

アカウントのビジネス ID を更新します。このメソッドを実行するには、管理者権限が必要です。

HTTP リクエスト

PATCH https://merchantapi.googleapis.com/accounts/v1beta/{businessIdentity.name=accounts/*/businessIdentity}

この URL は gRPC Transcoding 構文を使用します。

パスパラメータ

パラメータ
businessIdentity.name

string

ID。ビジネス ID のリソース名。形式: accounts/{account}/businessIdentity

クエリ パラメータ

パラメータ
updateMask

string (FieldMask format)

省略可。更新されるフィールドのリスト。

次のフィールドがサポートされています(snake_caselowerCamelCase の両方でサポートされています)。

  • blackOwned
  • latinoOwned
  • promotionsConsent
  • smallBusiness
  • veteranOwned
  • womenOwned

リクエスト本文

リクエストの本文には BusinessIdentity のインスタンスが含まれます。

レスポンスの本文

成功した場合、レスポンスの本文には BusinessIdentity のインスタンスが含まれます。

認可スコープ

次の OAuth スコープが必要です。

  • https://www.googleapis.com/auth/content

詳しくは、OAuth 2.0 の概要をご覧ください。