Skip to content

Commit 2a92213

Browse files
AnujNehraAnujNehra
authored andcommitted
ACP2E-2153: Add 400 status code documentation for Rest api V1/carts/mine/estimate-shipping-methods
1 parent eb27bb4 commit 2a92213

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

app/code/Magento/Quote/Api/ShipmentEstimationInterface.php

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,7 @@
55
*/
66
namespace Magento\Quote\Api;
77

8-
use Magento\Framework\Exception\NoSuchEntityException;
98
use Magento\Quote\Api\Data\AddressInterface;
10-
use Magento\Quote\Api\Data\ShippingMethodInterface;
119

1210
/**
1311
* Interface ShipmentManagementInterface
@@ -21,8 +19,8 @@ interface ShipmentEstimationInterface
2119
*
2220
* @param mixed $cartId
2321
* @param AddressInterface $address
24-
* @return ShippingMethodInterface[] An array of shipping methods
25-
* @throws NoSuchEntityException
22+
* @return \Magento\Quote\Api\Data\ShippingMethodInterface[] An array of shipping methods
23+
* @throws \Magento\Framework\Exception\InputException The specified input is not valid.
2624
* @since 100.0.7
2725
*/
2826
public function estimateByExtendedAddress($cartId, AddressInterface $address);

0 commit comments

Comments
 (0)