GuestShipmentEstimationInterface
Magento\Quote\Api\GuestShipmentEstimationInterface
What it does
This interface defines the contract for estimating shipping costs and methods for guest customers (non-logged-in users) during checkout.
Developers would use this interface when implementing custom shipping estimation logic for guest carts, such as displaying available shipping options and rates before a guest completes their purchase.
It extends ShipmentEstimationInterface to provide guest-specific shipping estimation capabilities.