- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
Menu
- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
CreateAddressDTO
The address to be created.
customer_id
stringOptionalThe associated customer's ID.
company
stringOptionalThe company of the address.
first_name
stringOptionalThe first name of the address.
last_name
stringOptionalThe last name of the address.
address_1
stringOptionalThe first line of the address.
address_2
stringOptionalThe second line of the address.
city
stringOptionalThe city of the address.
country_code
stringOptionalThe ISO two country code of the address.
province
stringOptionalThe province of the address.
postal_code
stringOptionalThe postal code of the address.
phone
stringOptionalThe phone of the address.
metadata
Record<string, unknown>OptionalHolds custom data in key-value pairs.
Was this page helpful?