CustomerUpdatableFields
The updatable fields of a customer.
company_namenull | stringThe company name of the customer.
first_namenull | stringThe first name of the customer.
last_namenull | stringThe last name of the customer.
emailnull | stringThe email of the customer.
phonenull | stringThe phone of the customer.
metadatanull | Record<string, unknown>Holds custom data in key-value pairs.
Was this section helpful?