Skip to main content

Customer

Class name: Customer

PropertyTypeDescriptionRequired
namestringThe name of the customer. Passed down from the user accountYes
emailstringThe email address of the customer. Passed down from the user accountYes
phonestringThe phone number of the customer. Passed down from the user account (if available)No
wishliststring[]The IDs of the products in the customer's wishlistYes
followingstring[]The IDs of vendors the customer is followingYes
billingAddressAddressThe customer's billing addressNo
shippingAddressAddress[]The customer's shipping addresses. Customer's can have up to 3 shipping addressesNo
statusenumThe status of the customer account. Defaults to active. Possible values: active,suspendedNo
profileImageIdstringThe ID of the customer's profile imageNo