Home > @vsf-enterprise/bigcommerce-theme > UseCartInterface > loadCustomerCart
# UseCartInterface.loadCustomerCart() method
Loads the cart for current customer.
Signature:
loadCustomerCart(): Promise<void>;
Returns:
Promise<void>
# Remarks
It also merges guest cart wth customer's cart.