Skip to content

Latest commit

 

History

History
25 lines (22 loc) · 1.54 KB

CustomerUpdate.md

File metadata and controls

25 lines (22 loc) · 1.54 KB

# CustomerUpdate

Properties

Name Type Description Notes
id string Entity id [optional]
group_id string Customer group_id [optional]
group_ids 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]
first_name string Defines customer's first name [optional]
last_name string Defines customer's last name [optional]
birth_day string Defines customer's birthday [optional]
news_letter_subscription bool Defines whether the newsletter subscription is available for the user [optional]
consents \OpenAPI\Client\Model\CustomerAddConsentsInner[] Defines consents to notifications [optional]
tags string Customer tags [optional]
gender string Defines customer's gender [optional]
store_id string Store Id [optional]
note string The customer note. [optional]
status string Defines customer's status [optional]
address \OpenAPI\Client\Model\CustomerUpdateAddressInner[] [optional]

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