Skip to content

Latest commit

 

History

History
32 lines (28 loc) · 1.97 KB

CustomerAdd.md

File metadata and controls

32 lines (28 loc) · 1.97 KB

CustomerAdd

Properties

Name Type Description Notes
email String Defines customer's email
firstName String Defines customer's first name [optional]
lastName String Defines customer's last name [optional]
password String Defines customer's unique password [optional]
group String Defines the group where the customer [optional]
groupIds String Groups that will be assigned to a customer [optional]
status String Defines customer's status [optional] [default to "enabled"]
createdTime String Entity's date creation [optional]
modifiedTime String Entity's date modification [optional]
login String Specifies customer's login name [optional]
lastLogin String Defines customer's last login time [optional]
birthDay String Defines customer's birthday [optional]
newsLetterSubscription Bool Defines whether the newsletter subscription is available for the user [optional]
consents [CustomerAddConsentsInner] Defines consents to notifications [optional]
gender String Defines customer's gender [optional]
website String Link to customer website [optional]
fax String Defines customer's fax [optional]
company String Defines customer's company [optional]
phone String Defines customer's phone number [optional]
note String The customer note. [optional]
country String Specifies ISO code or name of country [optional]
storeId String Store Id [optional]
address [CustomerAddAddressInner] [optional]

[Back to Model list] [Back to API list] [Back to README]