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 55 */
66namespace Magento \Quote \Api ;
77
8+ use Magento \Framework \Exception \NoSuchEntityException ;
89use Magento \Quote \Api \Data \AddressInterface ;
10+ use Magento \Quote \Api \Data \ShippingMethodInterface ;
911
1012/**
1113 * Interface ShipmentManagementInterface
@@ -16,9 +18,11 @@ interface ShipmentEstimationInterface
1618{
1719 /**
1820 * Estimate shipping by address and return list of available shipping methods
21+ *
1922 * @param mixed $cartId
2023 * @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.
2226 * @since 100.0.7
2327 */
2428 public function estimateByExtendedAddress ($ cartId , AddressInterface $ address );
You can’t perform that action at this time.
0 commit comments