> For the complete documentation index, see [llms.txt](https://docs.samita.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.samita.io/samita-wholesale-b2b/add-on-features/create-a-shipping-rate/create-free-shipping.md).

# Create Free shipping

Free shipping is just a shipping rate rule with no fee — this page shows you the one setting that makes the difference.

## Steps to manage

{% stepper %}
{% step %}

### Start a new shipping rule

Go to the app, click **Add-on features > Shipping rate**, then create a new shipping rule.
{% endstep %}

{% step %}

### Name it

Name the rule, and name how it should appear at checkout.

<figure><img src="/files/r3DBR2IvDVOsrI7gKEe5" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Set who and what it applies to

Configure **Customer eligibility** (who can see this free shipping) and **Product eligibility** (which products it applies to).
{% endstep %}

{% step %}

### Set the threshold and leave the fee empty

In **Shipping rate general**, set the scope — quantity or order amount — and the range that triggers it.

To make it free shipping, leave the **Value** field empty.

*Example: customers get free shipping once their order reaches $100.*

<figure><img src="/files/PHRjNfZ5ZAXwXCVMdF55" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Save

Click **Save**.
{% endstep %}
{% endstepper %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.samita.io/samita-wholesale-b2b/add-on-features/create-a-shipping-rate/create-free-shipping.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
