- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
Menu
- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
CreateOrderAddressDTO
The address to be created.
customer_id
stringOptionalThe associated customer's ID.
company
stringOptionalThe company name.
first_name
stringOptionalThe first name of the customer.
last_name
stringOptionalThe last name of the customer.
address_1
stringOptionalThe address 1 of the address.
address_2
stringOptionalThe address 2 of the address.
city
stringOptionalThe city of the address.
country_code
stringOptionalThe 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
null | Record<string, unknown>OptionalHolds custom data in key-value pairs.
Was this page helpful?