Customer - Customer Module Data Models Reference

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

idPrimaryKeyModifier<IdProperty>
The ID of the customer.
has_accountBooleanProperty
Whether the customer has account. Learn more in this documentation
groupsManyToMany<CustomerGroup>
The associated groups.
addressesHasMany<CustomerAddress>
The associated addresses.
company_nameTextPropertyOptional
The company name of the customer
first_nameTextPropertyOptional
The first name of the customer
last_nameTextPropertyOptional
The last name of the customer
emailTextPropertyOptional
The email of the customer
phoneTextPropertyOptional
The phone of the customer
metadataJSONPropertyOptional
Holds custom data in key-value pairs.
created_byTextPropertyOptional
The ID of the user that created the customer.
Was this page helpful?