Types > UserEmailCreate
Commerce APITypesUserEmailCreate
UserEmailCreate

Description

Fields

email: String!

Email of the user

Example: "no+spam@mail.com"

Valid when: email is not empty

Valid when: email's length doesn't exceed 250 characters


Used By

Types

UserCreate, UserModify

Preview (typescript)

interface UserEmailCreate {
email: string
}