Interface
ShippingMethodManagementInterface
Magento\Quote\Api\ShippingMethodManagementInterface
What it does
This interface defines the contract for managing shipping methods in a shopping cart quote.
Developers use this to retrieve available shipping methods for a cart, either by estimating costs based on an address or getting the full list of applicable shipping options.
It's essential for checkout implementations and shipping rate calculations.
Public Methods
- estimateByAddress()
- estimateByAddressId()
- getList()