CartAddressDTO
The cart address details.
id
stringRequiredThe ID of the address.
created_at
string | DateRequiredWhen the address was created.
updated_at
string | DateRequiredWhen the address was updated.
customer_id
stringThe customer ID of the address.
first_name
stringThe first name of the address.
last_name
stringThe last name of the address.
phone
stringThe phone number of the address.
company
stringThe company of the address.
address_1
stringThe first address line of the address.
address_2
stringThe second address line of the address.
city
stringThe city of the address.
country_code
stringThe country code of the address.
province
stringThe province/state of the address.
postal_code
stringThe postal code of the address.
metadata
null | Record<string, unknown>Holds custom data in key-value pairs.
Was this section helpful?