GuestTotalsInformationManagement
Magento\Checkout\Model\GuestTotalsInformationManagement
What it does
This class manages cart total calculations for guest (non-logged-in) customers during checkout.
It acts as a proxy that converts the guest's masked cart ID into a real quote ID, then delegates the actual totals calculation to the standard totals management service.
Developers would use this when building checkout functionality that needs to calculate shipping costs, taxes, and grand totals for guest shoppers.
Public Methods
- calculate()