- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
Menu
- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
CustomerAddressDTO
The customer address details.
id
stringThe ID of the customer address.
is_default_shipping
booleanWhether the customer address is default shipping.
is_default_billing
booleanWhether the customer address is default billing.
customer_id
stringThe associated customer's ID.
created_at
stringThe created at of the customer address.
updated_at
stringThe updated at of the customer address.
address_name
stringOptionalThe address name of the customer address.
company
stringOptionalThe company of the customer address.
first_name
stringOptionalThe first name of the customer address.
last_name
stringOptionalThe last name of the customer address.
address_1
stringOptionalThe address 1 of the customer address.
address_2
stringOptionalThe address 2 of the customer address.
city
stringOptionalThe city of the customer address.
country_code
stringOptionalThe country code of the customer address.
province
stringOptionalThe province of the customer address.
postal_code
stringOptionalThe postal code of the customer address.
phone
stringOptionalThe phone of the customer address.
metadata
Record<string, unknown>OptionalHolds custom data in key-value pairs.
Was this page helpful?