Log in
Interface

ShippingAddressManagementInterface

Magento\Quote\Model\ShippingAddressManagementInterface

What it does

This interface defines methods for managing shipping addresses in shopping carts.

Developers use this to assign a shipping address to a customer's cart or retrieve the current shipping address from a cart.

It's commonly used during checkout processes or when building custom shipping address management features.

Public Methods

  • assign()
  • get()