Log in
Model

GuestShippingAddressManagement

Magento\Quote\Model\GuestCart\GuestShippingAddressManagement

What it does

This class manages shipping addresses for guest shopping carts (customers not logged in).

It acts as a wrapper that converts the public masked cart ID used by guests into the internal quote ID, then delegates the actual address operations to the regular shipping address management service.

Developers use this when implementing guest checkout functionality to assign or retrieve shipping addresses.

Public Methods

  • assign()
  • get()