새 고객 계정을 주문하기 전에 customers.get를 사용하여 고객 계정이 이미 있는지 확인합니다.
고객 계정이 직접 Google 계정 또는 다른 리셀러의 리셀러 고객 계정으로 존재하는 경우 기존 고객의 리셀러 계정 주문에 설명된 대로 customerAuthToken\를 사용합니다. 신규 고객 계정을 주문하는 방법에 대한 자세한 내용은 신규 고객 계정 주문을 참조하세요.
신규 고객 계정을 생성한 후에는 사용자를 관리자로 프로비저닝해야 합니다. 계정을 활성화하려면 고객의 관리자가 관리 콘솔에 로그인하고 리셀러를 통한 G Suite 계약에 서명해야 합니다. 리셀러가 고객을 대신하여 리셀러 계약을 통해 G Suite에 서명하는 것은 금지됩니다. 자세한 내용은 신규 고객 계정 주문을 참조하세요.
HTTP 요청
POST https://reseller.googleapis.com/apps/reseller/v1/customers
직접 고객의 구독을 이전하거나 다른 리셀러 고객의 구독을 리셀러 관리로 이전하는 리셀러 계정을 만드는 경우 customerAuthToken 쿼리 문자열이 필요합니다. 정기 결제 이전을 완료하는 데 필요한 16진수 인증 토큰입니다. 자세한 내용은 관리자 고객센터를 참고하세요.
[[["이해하기 쉬움","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"]],["최종 업데이트: 2024-08-29(UTC)"],[[["Orders a new customer account, potentially transferring an existing subscription if the customer already has a Google account."],["Before ordering, check if the customer account exists to handle existing accounts correctly."],["After creation, an administrator must be provisioned for the new customer account and sign the G Suite Reseller Agreement."],["Uses the `customers.get` method to check for existing customer accounts and the `customerAuthToken` for transferring subscriptions."],["Requires authorization with the `https://www.googleapis.com/auth/apps.order` scope."]]],[]]