StoreCustomerAddress
Properties#
id
stringThe address's ID.
address_name
null | stringThe address's name.
is_default_shipping
booleanWhether the address is used by default for shipping.
is_default_billing
booleanWhether the address is used by default for billing.
customer_id
stringThe ID of the customer this address belongs to.
company
null | stringThe address's company.
first_name
null | stringThe address's first name.
last_name
null | stringThe address's last name.
address_1
null | stringThe address's first line.
address_2
null | stringThe address's second line.
city
null | stringThe address's city.
country_code
null | stringThe address's country code.
province
null | stringThe address's province.
postal_code
null | stringThe address's postal code.
phone
null | stringThe address's phone number.
metadata
null | Record<string, unknown>Key-value pairs of custom data.
created_at
stringThe date the address was created.
updated_at
stringThe date the address was updated.
Was this page helpful?