UpdateCustomerAddressDTO
The attributes to update in the customer's address.
id
stringThe ID of the address.
address_name
null | stringThe address's name.
is_default_shipping
booleanWhether the address is the default for shipping.
is_default_billing
booleanWhether the address is the default for billing.
customer_id
null | stringThe associated customer's ID.
company
null | stringThe company.
first_name
null | stringThe first name.
last_name
null | stringThe last name.
address_1
null | stringThe address 1.
address_2
null | stringThe address 2.
city
null | stringThe city.
country_code
null | stringThe country code.
province
null | stringThe province.
postal_code
null | stringThe postal code.
phone
null | stringThe phone.
metadata
null | Record<string, unknown>Holds custom data in key-value pairs.
Was this section helpful?