- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
Menu
- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
CreateCustomerAddressDTO
The customer address to be created.
customer_id
stringThe associated customer's ID.
address_name
null | stringOptionalThe address's name.
is_default_shipping
booleanOptionalWhether the address is default shipping.
is_default_billing
booleanOptionalWhether the address is the default for billing.
company
null | stringOptionalThe company.
first_name
null | stringOptionalThe first name.
last_name
null | stringOptionalThe last name.
address_1
null | stringOptionalThe address 1.
address_2
null | stringOptionalThe address 2.
city
null | stringOptionalThe city.
country_code
null | stringOptionalThe country code.
province
null | stringOptionalThe province.
postal_code
null | stringOptionalThe postal code.
phone
null | stringOptionalThe phone.
Holds custom data in key-value pairs.
Was this page helpful?