Users
In this section, we will cover the basics of users. We will show you how to use users in a variety of ways.
Overview
In SalesForce Commerce Cloud SDK module, we provide a set of methods to work with users. You can get a customer, update a customer, update a customer password, create an address for a customer, update an address for a customer, and delete an address for a customer.
References
Method | Description |
---|---|
getCustomer | Gets a customer |
updateCustomer | Updates a customer |
updateCustomerPassword | Updates a customer password |
createAddress | Creates an address for a customer |
updateAddress | Updates an address for a customer |
deleteAddress | Deletes an address for a customer |