GuestTotalsInformationManagement
Magento\Checkout\Model\GuestTotalsInformationManagement
What it does
This class calculates shopping cart totals for guest (non-logged-in) customers during checkout.
It acts as a wrapper that converts a guest's masked cart ID into the actual quote ID, then delegates to the standard totals calculation service.
Developers use this when building guest checkout flows or when the frontend needs to recalculate cart totals based on updated shipping/billing address information for guest users.
Public Methods
- calculate()