File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed
app/code/Magento/Quote/Api Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change 5
5
*/
6
6
namespace Magento \Quote \Api ;
7
7
8
+ use Magento \Framework \Exception \NoSuchEntityException ;
8
9
use Magento \Quote \Api \Data \AddressInterface ;
10
+ use Magento \Quote \Api \Data \ShippingMethodInterface ;
9
11
10
12
/**
11
13
* Interface ShipmentManagementInterface
@@ -16,9 +18,11 @@ interface ShipmentEstimationInterface
16
18
{
17
19
/**
18
20
* Estimate shipping by address and return list of available shipping methods
21
+ *
19
22
* @param mixed $cartId
20
23
* @param AddressInterface $address
21
- * @return \Magento\Quote\Api\Data\ShippingMethodInterface[] An array of shipping methods
24
+ * @return ShippingMethodInterface[] An array of shipping methods
25
+ * @throws NoSuchEntityException Data not supported.
22
26
* @since 100.0.7
23
27
*/
24
28
public function estimateByExtendedAddress ($ cartId , AddressInterface $ address );
You can’t perform that action at this time.
0 commit comments