GuestShippingMethodManagement
Magento\Quote\Model\GuestCart\GuestShippingMethodManagement
What it does
This class manages shipping methods for guest (non-logged-in) customers' shopping carts.
It acts as a proxy that converts masked cart IDs (used for guest carts) to real quote IDs and delegates operations to the main ShippingMethodManagement service.
Developers use this when implementing checkout functionality for guest customers, such as retrieving available shipping methods, setting a shipping method, or estimating shipping costs.
Public Methods
- get()
- getList()
- set()
- estimateByAddress()
- estimateByExtendedAddress()