# Estimate Shipping

Allow customers to calculate real-time shipping fees directly in the cart drawer by entering their country and postal code. Fees are pulled from the Shipping Zones you’ve configured in Shopify Admin, so shoppers get an accurate estimate before checkout.

{% embed url="<https://files.gitbook.com/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FjRi1aohY8I4BPjjvC9cH%2Fuploads%2FZV6yG5cxdvn7MsjXbjt4%2FEstimate%20Shipping%20FINAL.gif?alt=media&token=773e119d-3c32-4ce1-96cc-ba31c4ffe38f>" %}

## **Key Features**

* Country selector + ZIP/postal code input
* Instant lookup of shipping zone rates

## Benefits

* Reduces surprise costs at checkout, lowering cart abandonment
* Builds transparency and trust by showing real rates up front
* Encourages international sales by clarifying shipping fees

## How To Use?

1. Click **Add Block**
2. Choose **Estimate Shipping**

<figure><img src="/files/LdioVJwxlRMKMzNi36y8" alt=""><figcaption></figcaption></figure>

3. After adding the block, you can see the button on the cart drawer

<figure><img src="/files/J8EeummVERFIPbjqiZix" alt=""><figcaption></figcaption></figure>

4. Choose the country you want to ship to, and then enter the zip code or postal code for the delivery address

{% hint style="warning" %}
You have to set up a shipping zone on the Shopify Admin. If you don't set it up correctly, the estimate shipping rate won't show up on the cart drawer. [Click here to learn it more](https://help.shopify.com/en/manual/fulfillment/setup/shipping-rates/shipping-zones)
{% endhint %}

<figure><img src="/files/P0YURnDshpijamaNDCnc" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.smind.io/guides/cart-drawer/estimate-shipping.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
