- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
Menu
- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
Address - Cart Module Data Models Reference
This documentation provides a reference to the Address data model. It belongs to the Cart Module.
id
PrimaryKeyModifier<IdProperty>The ID of the address.
customer_id
TextPropertyOptionalThe ID of the customer that the address belongs to.
company
TextPropertyOptionalThe company of the address
first_name
TextPropertyOptionalThe first name of the address
last_name
TextPropertyOptionalThe last name of the address
address_1
TextPropertyOptionalThe first line of the address
address_2
TextPropertyOptionalThe second line of the address
city
TextPropertyOptionalThe city of the address
country_code
TextPropertyOptionalThe ISO 2 country code of the address. For example,
us
.province
TextPropertyOptionalThe province of the address
postal_code
TextPropertyOptionalThe postal code of the address
phone
TextPropertyOptionalThe phone of the address
metadata
JSONPropertyOptionalHolds custom data in key-value pairs.
Was this page helpful?