Home > @vsf-enterprise/bigcommerce-theme > UseUserInterface > updateCustomer
# UseUserInterface.updateCustomer() method
Update current customer information.
Signature:
updateCustomer(parameters: UpdateCustomerParameters): Promise<void>;
# Parameters
Parameter | Type | Description |
---|---|---|
parameters | UpdateCustomerParameters |
Returns:
Promise<void>
# Remarks
Saves the details returned from the API in the customerStore
.