Home > @vsf-enterprise/bigcommerce-theme > UseUserShippingInterface > updateAddress
# UseUserShippingInterface.updateAddress() method
Updates customers shipping address.
Signature:
updateAddress(address: UserAddress): Promise<void>;
# Parameters
Parameter | Type | Description |
---|---|---|
address | UserAddress |
Returns:
Promise<void>
# Remarks
Saves the details returned from the API in the customerStore
.