Home > @vsf-enterprise/bigcommerce-theme > UseUserShippingInterface > load
# UseUserShippingInterface.load() method
Loads current customer shipping information.
Signature:
load(params?: GetAddressParameters): Promise<void>;
# Parameters
Parameter | Type | Description |
---|---|---|
params | GetAddressParameters |
Returns:
Promise<void>
# Remarks
Saves the details returned from the API in the customerStore
.