Skip to content

Commit eb27bb4

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ interface ShipmentEstimationInterface
2222
* @param mixed $cartId
2323
* @param AddressInterface $address
2424
* @return ShippingMethodInterface[] An array of shipping methods
25-
* @throws NoSuchEntityException Data not supported.
25+
* @throws NoSuchEntityException
2626
* @since 100.0.7
2727
*/
2828
public function estimateByExtendedAddress($cartId, AddressInterface $address);

0 commit comments

Comments
 (0)