GuestShippingAddressManagement
Magento\Quote\Model\GuestCart\GuestShippingAddressManagement
What it does
This class manages shipping addresses for guest shopping carts (non-logged-in customers).
It acts as a wrapper that converts masked cart IDs (public identifiers used for guest carts) into internal quote IDs before delegating operations to the standard shipping address management service.
Developers use this when implementing guest checkout features or APIs that handle shipping address assignment and retrieval for anonymous users.
Public Methods
- assign()
- get()