Skip to main content
Skip to main content
You're viewing the documentation for v1, which isn't the latest Medusa version.Latest documentation

CartAddressDTO

The cart address details.

Properties

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?