We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 62a63c7 + 2a92213 commit 78e6653Copy full SHA for 78e6653
app/code/Magento/Quote/Api/ShipmentEstimationInterface.php
@@ -16,9 +16,11 @@ interface ShipmentEstimationInterface
16
{
17
/**
18
* Estimate shipping by address and return list of available shipping methods
19
+ *
20
* @param mixed $cartId
21
* @param AddressInterface $address
22
* @return \Magento\Quote\Api\Data\ShippingMethodInterface[] An array of shipping methods
23
+ * @throws \Magento\Framework\Exception\InputException The specified input is not valid.
24
* @since 100.0.7
25
*/
26
public function estimateByExtendedAddress($cartId, AddressInterface $address);
0 commit comments