판매자 계정과의 관계를 신고하려면 쇼핑 파트너가 먼저
accounts.link
메서드를 사용하여 연결 요청을 보내야 합니다.
링크 요청에는 요청을 수신하는 판매자를 식별하는 linkedAccountId
가 포함되어 있으며 action
유형은 request입니다. 각 링크는 파트너가 판매자에게 제공하는 기능을 열거하는 services
집합도 지정해야 합니다. 다음
services 값
이 지원됩니다.
서비스
설명
shoppingAdsProductManagement
쇼핑 광고 제품 데이터 관리
shoppingActionsProductManagement
'Google에서 구매'(이전의 Shopping Actions) 제품 데이터 관리
shoppingActionsOrderManagement
'Google에서 구매'(이전의 Shopping Actions) 주문 관리
또한 요청에는 요청을 하는 쇼핑 파트너의 유형을 설명하는 유효한 linkType
도 포함되어야 합니다. 쇼핑 파트너에게는 다음 라벨 중 하나가 할당되며 API를 호출할 때 linkType 필드에서 지정된 라벨을 사용해야 합니다.
유효한 linkType
channelPartner
eCommercePlatform
예
다음 API 호출은 파트너 계정
123456789에서 linkedAccountId가 "98765"인 판매자에게 링크 요청을 보냅니다.
"eCommercePlatform"linkType은 파트너를 전자상거래
플랫폼으로 식별합니다. services 목록은 파트너가
"shoppingAdsProductManagement"(쇼핑 광고 제품 데이터 관리) 및
"shoppingActionsOrderManagement"('Google에서 구매'(이전의
Shopping Actions) 주문 관리) 기능을 제공함을 나타냅니다.
[[["이해하기 쉬움","easyToUnderstand","thumb-up"],["문제가 해결됨","solvedMyProblem","thumb-up"],["기타","otherUp","thumb-up"]],[["필요한 정보가 없음","missingTheInformationINeed","thumb-down"],["너무 복잡함/단계 수가 너무 많음","tooComplicatedTooManySteps","thumb-down"],["오래됨","outOfDate","thumb-down"],["번역 문제","translationIssue","thumb-down"],["샘플/코드 문제","samplesCodeIssue","thumb-down"],["기타","otherDown","thumb-down"]],["최종 업데이트: 2026-07-06(UTC)"],[],["The Merchant API beta, a new version of the Content API for Shopping, is introduced. Shopping partners must use the `accounts.link` method to request a link to a merchant account. This requires specifying the `linkedAccountId` of the merchant, the `linkType` (e.g., `channelPartner`, `eCommercePlatform`), the provided `services` (e.g., `shoppingAdsProductManagement`), and an `action` of `request`. The link requires the receiving merchant's approval to be established. An example API call is provided.\n"]]