updateCustomerProfile

Method Signature boolean updateCustomerProfile(CustomerProfile customerProfile)
Description
Update the customer profile associated with the cart using the information contained in the customerProfile object If you want to change the password on a customer profile they must be successfully logged into the profile first, then set the new password on the customer profile object, and then call the updateCustomerProfile method.
Parameters CustomerProfile customerProfile – All the customer profile information to update including their billing and shipping address books.
Result Boolean – true if the update is successful.