연결 요청

판매자 계정과의 관계를 신고하려면 쇼핑 파트너는 먼저 accounts.link 사용 메서드를 사용하여 연결 요청을 보냅니다.

연결 요청에 linkedAccountId가 포함되어 있습니다. 요청을 수신하는 판매자를 식별하고 action request 유형입니다. 각 링크는 services 집합을 지정해야 합니다. - 파트너가 판매자에게 제공하는 기능을 열거합니다. 다음 services 값 는 지원됩니다.

서비스 설명
shoppingAdsProductManagement 쇼핑 광고 제품 데이터 관리
shoppingActionsProductManagement Buy on Google (이전 명칭: Shopping Actions) 제품 데이터 관리
shoppingActionsOrderManagement Buy on Google 주문 관리 (이전 명칭: Shopping Actions)

또한 요청에 유효한 linkType도 포함해야 합니다. - 요청하는 쇼핑 파트너의 유형을 설명합니다. 쇼핑 파트너에게 다음 라벨 중 하나가 할당되며 지정된 API를 호출할 때 linkType 필드에 표시됩니다.

유효한 linkType
channelPartner
eCommercePlatform

다음 API 호출은 파트너 계정에서 연결 요청을 보냅니다. linkedAccountId "98765"의 금액을 판매자에게 123456789합니다.

"eCommercePlatform" linkType는 파트너를 전자상거래로 식별합니다. 있습니다. services 목록은 파트너가 다음을 제공함을 나타냅니다. "shoppingAdsProductManagement" (쇼핑 광고용 제품 데이터 관리) "shoppingActionsOrderManagement" (Buy on Google 주문 관리, 이전 Shopping Actions) 기능을 사용할 수 있습니다.

POST https://shoppingcontent.googleapis.com/content/v2.1/123456789/accounts/123456789/link
{
  "linkedAccountId": "98765",
  "linkType": "eCommercePlatform",
  "services": ["shoppingAdsProductManagement", "shoppingActionsOrderManagement"],
  "action": "request"
}

다음 섹션에서는 기존 링크 목록을 가져오는 방법을 설명합니다.