Skip to main content
Skip to main content

CustomerAddressDTO

The customer address details.

idstringRequired
The ID of the customer address.
is_default_shippingbooleanRequired
Whether the customer address is default shipping.
is_default_billingbooleanRequired
Whether the customer address is default billing.
customer_idstringRequired
The associated customer's ID.
created_atstringRequired
The created at of the customer address.
updated_atstringRequired
The updated at of the customer address.
address_namestring
The address name of the customer address.
companystring
The company of the customer address.
first_namestring
The first name of the customer address.
last_namestring
The last name of the customer address.
address_1string
The address 1 of the customer address.
address_2string
The address 2 of the customer address.
citystring
The city of the customer address.
country_codestring
The country code of the customer address.
provincestring
The province of the customer address.
postal_codestring
The postal code of the customer address.
phonestring
The phone of the customer address.
metadataRecord<string, unknown>
Holds custom data in key-value pairs.
Was this section helpful?