Interface
GuestShippingAddressManagementInterface
Magento\Quote\Model\GuestCart\GuestShippingAddressManagementInterface
What it does
This interface defines the contract for managing shipping addresses in guest shopping carts (non-logged-in customers).
Developers use this to assign a shipping address to a guest cart or retrieve the current shipping address.
It's commonly used during the checkout process when a guest customer needs to provide their shipping information.
Public Methods
- assign()
- get()