Sends an email with a code to verify a customer email address.
HTTP POST/api/v10/storefront.send-verification-email
{
"email" : "holmes@inv-london.com", // email address to which send the email (required) - string(3…120)
"reason" : "SignUp", // reason, can be "SignUp" or "ChangePassword" (required) - string
"language" : "en" // language (ISO code) of the text of the email to send - string(2)
}
{
"status" : "ok"
}
Field | Type | Description |
---|---|---|
AlreadyExists | A customer with this email is already signed up | |
InvalidValue | '<email>' is is not a well formed email address |
|
NotFound | There is no customer signed up with this email |