Skip to main content
Skip to main content

CartAddressDTO

The cart address details.

idstringRequired
The ID of the address.
created_atstring | DateRequired
When the address was created.
updated_atstring | DateRequired
When the address was updated.
customer_idstring
The customer ID of the address.
first_namestring
The first name of the address.
last_namestring
The last name of the address.
phonestring
The phone number of the address.
companystring
The company of the address.
address_1string
The first address line of the address.
address_2string
The second address line of the address.
citystring
The city of the address.
country_codestring
The country code of the address.
provincestring
The province/state of the address.
postal_codestring
The postal code of the address.
metadatanull | Record<string, unknown>
Holds custom data in key-value pairs.
Was this section helpful?