Method: accounts.businessIdentity.updateBusinessIdentity

계정의 비즈니스 ID를 업데이트합니다. 이 메서드를 실행하려면 관리자 액세스 권한이 필요합니다.

HTTP 요청

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

URL은 gRPC 트랜스코딩 문법을 사용합니다.

경로 매개변수

매개변수
businessIdentity.name

string

식별자. 비즈니스 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 개요를 참고하세요.