userEmailCheckForCheckout
Check email address before checkout. Return true is the email address is free, false if it's attached to an active user account.
Arguments
Possible Errors
Allowed Viewers
Required Permissions
(No)Query Complexity
1Examples
The example data in the variables and responses below are autogenerated values designed to resemble real inputs. They do not represent actual customer data, and in some cases may require additional validation.
query UserEmailCheckForCheckout($input: UserEmailCheckForCheckoutInputType!) {
userEmailCheckForCheckout(input: $input)
}
Variables
{
"input": UserEmailCheckForCheckoutInputType
}
Response
{
"data": {
"userEmailCheckForCheckout": true
}
}