CartAddressDTO

The cart address details.

idstring
The ID of the address.
created_atstring | Date
When the address was created.
updated_atstring | Date
When the address was updated.
customer_idstringOptional
The customer ID of the address.
first_namestringOptional
The first name of the address.
last_namestringOptional
The last name of the address.
phonestringOptional
The phone number of the address.
companystringOptional
The company of the address.
address_1stringOptional
The first address line of the address.
address_2stringOptional
The second address line of the address.
citystringOptional
The city of the address.
country_codestringOptional
The country code of the address.
provincestringOptional
The province/state of the address.
postal_codestringOptional
The postal code of the address.
metadatanull | Record<string, unknown>Optional
Holds custom data in key-value pairs.
Was this page helpful?
Edit this page