The input fields for updating a customer.
Fields
firstName ● String
The customer's first name.
Maximum length: 128
lastName ● String
The customer's last name.
Maximum length: 128
password ● String
The customer's password.
Maximum length: 18
phone ● String
The customer's phone number.
Maximum length: 20
acceptsMarketing ● Boolean
Whether the customer has subscribed to marketing information via email.
  • true: Subscribed
  • false: Not subscribed
email ● String
The customer's email address.
Maximum length: 50
birthday ● String
The customer's date of birth. Format: yyyyMMdd. If the field is omitted, the system retains the existing value and does not update the field. If the field is set to null or provided with an empty string "", the system clears the corresponding data.
Example: 19931231
gender ● String
The customer's gender. If the field is omitted, the system retains the existing value and does not update the field. If the field is set to null or provided with an empty string "", the system clears the corresponding data. Valid values are:
  • unknown: Unknown
  • male: Male
  • female: Female
  • prefer not to say: Secret
Map
CustomerUpdateInput
Was this article helpful to you?