ReDoc documentation

carts/mine/estimate-shipping-methods

carts/mine/estimate-shipping-methods

post/V1/carts/mine/estimate-shipping-methods

Estimate shipping by address and return list of available shipping methods

Request
Request Body schema:
required
object (quote-data-address-interface)

Interface AddressInterface

Responses
200

200 Success.

400

400 Bad Request

401

401 Unauthorized

default

Unexpected error

Request samples
{
  • "address": {
    }
}
Response samples
[
  • {
    }
]