Ability to set price of item on cartContext.AddOrUpdateItemAsync
When adding an item to the cart, there are cases where you need to set a custom price. This is currently not possible without a work-around. One solution is to decorate IPriceCalculator, but this calculation would not have any context regarding th...