Address - Cart Module Data Models Reference

This documentation provides a reference to the Address data model. It belongs to the Cart Module.

idPrimaryKeyModifier<IdProperty>
The ID of the address.
customer_idTextPropertyOptional
The ID of the customer that the address belongs to.
companyTextPropertyOptional
The company of the address
first_nameTextPropertyOptional
The first name of the address
last_nameTextPropertyOptional
The last name of the address
address_1TextPropertyOptional
The first line of the address
address_2TextPropertyOptional
The second line of the address
cityTextPropertyOptional
The city of the address
country_codeTextPropertyOptional
The ISO 2 country code of the address. For example, us.
provinceTextPropertyOptional
The province of the address
postal_codeTextPropertyOptional
The postal code of the address
phoneTextPropertyOptional
The phone of the address
metadataJSONPropertyOptional
Holds custom data in key-value pairs.
Was this page helpful?