CreateCustomerAddressDTO
The customer address to be created.
customer_id
stringRequiredThe associated customer's ID.
address_name
stringThe address's name.
is_default_shipping
booleanWhether the address is default shipping.
is_default_billing
booleanWhether the address is the default for billing.
company
stringThe company.
first_name
stringThe first name.
last_name
stringThe last name.
address_1
stringThe address 1.
address_2
stringThe address 2.
city
stringThe city.
country_code
stringThe country code.
province
stringThe province.
postal_code
stringThe postal code.
phone
stringThe phone.
metadata
Record<string, unknown>Holds custom data in key-value pairs.
Was this section helpful?