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

UpdateCustomerAddressDTO

The attributes to update in the customer's address.

Properties

idstring
The ID of the address.
address_namenull | string
The address's name.
is_default_shippingboolean
Whether the address is the default for shipping.
is_default_billingboolean
Whether the address is the default for billing.
customer_idnull | string
The associated customer's ID.
companynull | string
The company.
first_namenull | string
The first name.
last_namenull | string
The last name.
address_1null | string
The address 1.
address_2null | string
The address 2.
citynull | string
The city.
country_codenull | string
The country code.
provincenull | string
The province.
postal_codenull | string
The postal code.
phonenull | string
The phone.
metadatanull | Record<string, unknown>
Holds custom data in key-value pairs.
Was this section helpful?