Skip to content

Latest commit

 

History

History
31 lines (28 loc) · 2.04 KB

CustomerAdd.md

File metadata and controls

31 lines (28 loc) · 2.04 KB

# CustomerAdd

Properties

Name Type Description Notes
email string Defines customer's email
first_name string Defines customer's first name
last_name string Defines customer's last name
password string Defines customer's unique password [optional]
group string Defines the group where the customer [optional]
group_ids string Groups that will be assigned to a customer [optional]
created_time string Entity's date creation [optional]
modified_time string Entity's date modification [optional]
login string Specifies customer's login name [optional]
last_login string Defines customer's last login time [optional]
birth_day string Defines customer's birthday [optional]
status string Defines customer's status [optional] [default to 'enabled']
news_letter_subscription bool Defines whether the newsletter subscription is available for the user [optional] [default to false]
consents \OpenAPI\Client\Model\CustomerAddConsentsInner[] Defines consents to notifications [optional]
gender string Defines customer's gender [optional]
website string Link to customer website [optional]
store_id string Store Id [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]
address \OpenAPI\Client\Model\CustomerAddAddressInner[] [optional]

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