/// <summary> /// Gets the current shipping country of the customer's session. If the customer has a current order the shipping country of that order is returned. /// </summary> /// <param name="storeId">Id of the store.</param> /// <returns>The current shipping country object.</returns> public static Country GetCurrentShippingCountry(long storeId) { return(TeaCommerceHelper.GetCurrentShippingCountry(storeId)); }