How to force cart to calculate the price again?

Hi how do I force the cart to calculate the price of the products again? Is it by using CalculatePaymentsAsync() ?

Litium version: 8.5.0

Yes.

await _cartContextAccessor.CartContext.CalculatePaymentsAsync();