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