ReDoc documentation

carts/{cartId}/estimate-shipping-methods-by-address-id

carts/{cartId}/estimate-shipping-methods-by-address-id

post/V1/carts/{cartId}/estimate-shipping-methods-by-address-id

Estimate shipping

Request
path Parameters
cartId
required
integer

The shopping cart ID.

Request Body schema:
addressId
required
integer

The estimate address id

Responses
200

200 Success.

401

401 Unauthorized

default

Unexpected error

Request samples
{
  • "addressId": 0
}
Response samples
[
  • {
    }
]