Interface
ShipmentEstimationInterface
Magento\Quote\Api\ShipmentEstimationInterface
What it does
This interface defines a contract for estimating shipping costs and available shipping methods for a shopping cart.
Developers implement this interface to provide shipping rate calculations based on a customer's address during checkout.
It's primarily used in checkout flows where customers need to see shipping options before completing their purchase.
Public Methods
- estimateByExtendedAddress()