- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
Menu
- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
CartAddressDTO
The cart address details.
id
stringThe ID of the address.
created_at
string | DateWhen the address was created.
updated_at
string | DateWhen the address was updated.
customer_id
stringOptionalThe customer ID of the address.
first_name
stringOptionalThe first name of the address.
last_name
stringOptionalThe last name of the address.
phone
stringOptionalThe phone number of the address.
company
stringOptionalThe company of the address.
address_1
stringOptionalThe first address line of the address.
address_2
stringOptionalThe second address line of the address.
city
stringOptionalThe city of the address.
country_code
stringOptionalThe country code of the address.
province
stringOptionalThe province/state of the address.
postal_code
stringOptionalThe postal code of the address.
metadata
null | Record<string, unknown>OptionalHolds custom data in key-value pairs.
Was this page helpful?