# Estimate shipping **POST /V1/giftregistry/mine/estimate-shipping-methods** Estimate shipping ## Servers - https://magento2.winkelstraat.mac/rest/all: https://magento2.winkelstraat.mac/rest/all () ## Parameters ### Body: (object) - **registryId** (integer) The estimate registry id ## Responses ### 200 200 Success. #### Body: (array[object]) - **carrier_code** (string) Shipping carrier code. - **method_code** (string) Shipping method code. - **carrier_title** (string) Shipping carrier title. Otherwise, null. - **method_title** (string) Shipping method title. Otherwise, null. - **amount** (number) Shipping amount in store currency. - **base_amount** (number) Shipping amount in base currency. - **available** (boolean) The value of the availability flag for the current shipping method. - **extension_attributes** (object) ExtensionInterface class for @see \Magento\Quote\Api\Data\ShippingMethodInterface - **error_message** (string) Shipping Error message. - **price_excl_tax** (number) Shipping price excl tax. - **price_incl_tax** (number) Shipping price incl tax. ### 401 401 Unauthorized #### Body: (object) - **message** (string) Error message - **errors** (array[object]) Error details - **code** (integer) Error code - **parameters** (array[object]) Error parameters item - **trace** (string) Stack trace ### 400 400 Bad Request #### Body: (object) - **message** (string) Error message - **errors** (array[object]) Error details - **code** (integer) Error code - **parameters** (array[object]) Error parameters item - **trace** (string) Stack trace ### default Unexpected error #### Body: (object) - **message** (string) Error message - **errors** (array[object]) Error details - **code** (integer) Error code - **parameters** (array[object]) Error parameters item - **trace** (string) Stack trace [Powered by Bump.sh](https://bump.sh)