AdminPostCustomersCustomerReq
constructor
Properties
email
stringThe Customer's email. You can't update the email of a registered customer.
first_name
stringThe Customer's first name.
groups
Group[]A list of customer groups to which the customer belongs.
groups
Group[]last_name
stringThe Customer's last name.
metadata
Record<string, unknown>An optional set of key-value pairs to hold additional information.
password
stringThe Customer's password.
phone
stringThe Customer's phone number.
Was this section helpful?