Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
Public Member Functions
ShipmentEstimationInterface Interface Reference
Inheritance diagram for ShipmentEstimationInterface:
GuestShipmentEstimationInterface ShippingMethodManagement GuestShippingMethodManagement

Public Member Functions

 estimateByExtendedAddress ($cartId, AddressInterface $address)
 

Detailed Description

Interface ShipmentManagementInterface @api

Since
100.0.7

Definition at line 15 of file ShipmentEstimationInterface.php.

Member Function Documentation

◆ estimateByExtendedAddress()

estimateByExtendedAddress (   $cartId,
AddressInterface  $address 
)

Estimate shipping by address and return list of available shipping methods

Parameters
mixed$cartId
AddressInterface$address
Returns
\Magento\Quote\Api\Data\ShippingMethodInterface[] An array of shipping methods
Since
100.0.7

The documentation for this interface was generated from the following file: