AdminUpdateCustomerAddress
Properties#
first_name
stringOptionalThe address's first name.
last_name
stringOptionalThe address's last name.
phone
stringOptionalThe address's phone.
company
stringOptionalThe address's company.
address_1
stringOptionalThe address's first line.
address_2
stringOptionalThe address's second line.
city
stringOptionalThe address's city.
country_code
stringOptionalThe address's country code.
province
stringOptionalThe address's province.
postal_code
stringOptionalThe address's postal code.
metadata
null | Record<string, unknown>OptionalKey-value pairs of custom data.
address_name
stringOptionalThe address's name.
is_default_shipping
booleanOptionalWhether the address is used by default for shipping.
is_default_billing
booleanOptionalWhether the address is used by default for billing.
Was this page helpful?