Skip to main content
Skip to main content
You're viewing the documentation for v1, which isn't the latest Medusa version.Latest documentation

UpdateCustomerDTO

The attributes to update in the customer.

Properties

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