The Vue Storefront Essentials Course is now available! Learn More
Users

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

MethodDescription
getCustomerGets a customer
updateCustomerUpdates a customer
updateCustomerPasswordUpdates a customer password
createAddressCreates an address for a customer
updateAddressUpdates an address for a customer
deleteAddressDeletes an address for a customer