Customer
This entity represents a customer of the store, typically an individual person. A Customer can be a guest, in which case it has no associated User. Customers with registered account will have an associated User entity.
-
Extends:
VendureEntity -
Implements:
ChannelAware, HasCustomFields,SoftDeletable
constructor
method
(input?: DeepPartial<Customer>) => CustomerdeletedAt
property
Date | nulltitle
property
stringfirstName
property
stringlastName
property
stringphoneNumber
property
stringemailAddress
property
stringgroups
property
CustomerGroup[]addresses
property
Address[]orders
property
Order[]user
property
UsercustomFields
property
CustomCustomerFieldschannels
property
Channel[]Was this chapter helpful?