您可以使用 Profile.Model ,然后获取配置文件模型的实例,例如 ProfileModel.getInstance()。在那里,您可以获得客户数据。
通过后端执行此操作的另一种方法是使用Commerce API 客户。它位于 Models.Init 模块中。
这些是Customer API
下提供的方法
- addAddress(地址)
- addCreditCard(的信用卡)
- emailCustomer(subject,body)
- getAddress(addressid,fields)
- getAddressBook(字段)
- getCampaignSubscriptions(字段)
- getCampaignSubscriptions(subscriptionId,字段)
- getCreditCard(creditcardid,fields)
- getCreditCards(字段)
- getCustomFields()
- getCustomFieldValues()
- getFieldValues(字段)
- isGuest()
- removeAddress(addressid)
- removeCreditCard(creditcardid)
- setLoginCredentials(客户)
- updateAddress(地址)
- updateCampaignSubscriptions(订阅)
- updateCreditCard(的信用卡)
- updateProfile(客户)