Log in
Model

GuestShippingMethodManagement

Magento\Quote\Model\GuestCart\GuestShippingMethodManagement

What it does

This class manages shipping methods for guest customers' shopping carts in Magento 2.

Developers use it to retrieve available shipping methods, set a shipping method for a guest cart, or estimate shipping costs based on an address without requiring customer authentication.

It acts as a wrapper that converts masked cart IDs (used for guest carts) into actual quote IDs before delegating operations to the main shipping method management service.

Public Methods

  • get()
  • getList()
  • set()
  • estimateByAddress()
  • estimateByExtendedAddress()