Checks if an email already exists for a customer that can login.
HTTP POST/api/v10/storefront.check-email-exists
{
"email" : "holmes@inv-london.com" // email to check (required) - string(3…120)
}
{
"status" : "ok",
"exists" : false // indicates if the email already exists - bool
}
Field | Type | Description |
---|---|---|
InvalidValue | '<email>' is not a well formed email address |