How do I find the cart ID for the current guest user?
I was able to figure this out, ended up picking up the token from the UserContext.Current.GetCartId method, and then passing in the type of cart I was looking for.
Are you lookin for this?
Mediachase.Commerce.Customers.CustomerContext.Current.CurrentContactId
How do I find the cart ID for the current guest user?