Skip to main content
Skip to main content

CreateCustomerAddressDTO

The customer address to be created.

customer_idstringRequired
The associated customer's ID.
address_namestring
The address's name.
is_default_shippingboolean
Whether the address is default shipping.
is_default_billingboolean
Whether the address is the default for billing.
companystring
The company.
first_namestring
The first name.
last_namestring
The last name.
address_1string
The address 1.
address_2string
The address 2.
citystring
The city.
country_codestring
The country code.
provincestring
The province.
postal_codestring
The postal code.
phonestring
The phone.
metadataRecord<string, unknown>
Holds custom data in key-value pairs.
Was this section helpful?