UpdateAddressDTO
The attributes to update in the address.
id
stringRequiredThe ID of the address.
customer_id
stringThe associated customer's ID.
company
stringThe company of the address.
first_name
stringThe first name of the address.
last_name
stringThe last name of the address.
address_1
stringThe first line of the address.
address_2
stringThe second line of the address.
city
stringThe city of the address.
country_code
stringThe ISO two country code of the address.
province
stringThe province of the address.
postal_code
stringThe postal code of the address.
phone
stringThe phone of the address.
metadata
Record<string, unknown>Holds custom data in key-value pairs.
Was this section helpful?