Przejdź do głównej zawartości

CustomerAccountStatus

Account state right after signup. ACTIVE — the buyer is signed in (customerAccessToken present). PENDING_APPROVAL — the store verifies new accounts manually; no token is issued and login is refused until the store approves the account (show pendingApprovalMessage).

enum CustomerAccountStatus {
ACTIVE
PENDING_APPROVAL
}

Values

CustomerAccountStatus.ACTIVE

CustomerAccountStatus.PENDING_APPROVAL

Member Of

CustomerSignupPayload object