CustomerAddressDTO
The customer address details.
id
stringRequiredThe ID of the customer address.
is_default_shipping
booleanRequiredWhether the customer address is default shipping.
is_default_billing
booleanRequiredWhether the customer address is default billing.
customer_id
stringRequiredThe associated customer's ID.
created_at
stringRequiredThe created at of the customer address.
updated_at
stringRequiredThe updated at of the customer address.
address_name
stringThe address name of the customer address.
company
stringThe company of the customer address.
first_name
stringThe first name of the customer address.
last_name
stringThe last name of the customer address.
address_1
stringThe address 1 of the customer address.
address_2
stringThe address 2 of the customer address.
city
stringThe city of the customer address.
country_code
stringThe country code of the customer address.
province
stringThe province of the customer address.
postal_code
stringThe postal code of the customer address.
phone
stringThe phone of the customer address.
metadata
Record<string, unknown>Holds custom data in key-value pairs.
Was this section helpful?