Skip to content

Latest commit

 

History

History
26 lines (22 loc) · 1.47 KB

CustomerUpdate.md

File metadata and controls

26 lines (22 loc) · 1.47 KB

CustomerUpdate

Properties

Name Type Description Notes
id String Entity id [optional]
groupId String Customer group_id [optional]
groupIds String Groups that will be assigned to a customer [optional]
group String Defines the group where the customer [optional]
email String Defines customer's email [optional]
phone String Defines customer's phone number [optional]
firstName String Defines customer's first name [optional]
lastName String Defines customer's last name [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]
tags String Customer tags [optional]
gender String Defines customer's gender [optional]
note String The customer note. [optional]
status String Defines customer's status [optional]
storeId String Store Id [optional]
address [CustomerUpdateAddressInner] [optional]

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