- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
Menu
- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
CustomerAddress - Customer Module Data Models Reference
This documentation provides a reference to the CustomerAddress data model. It belongs to the Customer Module.
id
PrimaryKeyModifier<IdProperty>The ID of the customer address.
is_default_shipping
BooleanPropertyWhether the customer address is used by default for shipping.
is_default_billing
BooleanPropertyWhether the customer address is used by default for billing.
The associated customer.
address_name
TextPropertyOptionalThe name of the customer address
company
TextPropertyOptionalThe company of the customer address
first_name
TextPropertyOptionalThe first name of the customer address
last_name
TextPropertyOptionalThe last name of the customer address
address_1
TextPropertyOptionalThe first line of the customer address
address_2
TextPropertyOptionalThe second line of the customer address
city
TextPropertyOptionalThe city of the customer address
country_code
TextPropertyOptionalThe country code of the customer address.
@example us
province
TextPropertyOptionalThe province of the customer address
postal_code
TextPropertyOptionalThe postal code of the customer address
phone
TextPropertyOptionalThe phone of the customer address
metadata
JSONPropertyOptionalHolds custom data in key-value pairs.
Was this page helpful?