- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
Menu
- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
CreateCartAddressDTO
The details of the address to create.
Properties#
first_name
stringOptionalThe first name of the customer associated with the address.
last_name
stringOptionalThe last name of the customer associated with the address.
phone
stringOptionalThe address's phone number
company
stringOptionalThe address's company name.
address_1
stringOptionalThe primary address line.
address_2
stringOptionalThe secondary address line.
city
stringOptionalThe city of the address.
country_code
stringOptionalThe country code of the address.
province
stringOptionalThe province or state of the address.
postal_code
stringOptionalThe postal code of the address.
metadata
Record<string, unknown>OptionalCustom key-value pairs related to the address.
Was this page helpful?