> For the complete documentation index, see [llms.txt](https://responsive-media.gitbook.io/advanced-free-shipping/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://responsive-media.gitbook.io/advanced-free-shipping/shipping-targets/all-shipping-rates.md).

# All Shipping Rates

## Overview

**All Shipping Rates** applies your discount to every shipping option available at checkout. This is the simplest and most common target setting.

## When to Use

Use "All Shipping Rates" when:

* You want to discount all shipping methods equally
* You're offering free shipping regardless of method
* You want to keep it simple for customers

## How It Works

When conditions are met, the discount applies to:

* Standard shipping
* Express shipping
* Overnight shipping
* Any custom shipping rates you've configured

{% hint style="info" %}
**Note:** This target applies ONLY to shipping-type delivery options. To discount local delivery, use the separate [Local Delivery](/advanced-free-shipping/shipping-targets/local-delivery.md) target with the "Local delivery" delivery method.
{% endhint %}

**Example**: Free shipping discount

* Standard ($5) → Free
* Express ($15) → Free
* Overnight ($25) → Free

## Common Use Cases

{% tabs %}
{% tab title="Free Shipping" %}
**Most common use case**

* Target: All shipping rates
* Discount: Free

Makes all shipping options free.
{% endtab %}

{% tab title="Percentage Off" %}
**50% off all shipping**

* Target: All shipping rates
* Discount: 50% off
* Standard ($10) → $5
* Express ($20) → $10
  {% endtab %}

{% tab title="Fixed Amount Off" %}
**$5 off all shipping**

* Target: All shipping rates
* Discount: $5 off
* Standard ($8) → $3
* Express ($15) → $10
  {% endtab %}
  {% endtabs %}

## Best Practices

{% hint style="info" %}
Use "All Shipping Rates" for most discounts - it's the simplest option and gives customers the most flexibility.
{% endhint %}

{% hint style="info" %}
If you want to encourage specific shipping methods, use [Specific Rates](/advanced-free-shipping/shipping-targets/specific-rates.md) or [Cheapest Rate](/advanced-free-shipping/shipping-targets/cheapest-rate.md) instead.
{% endhint %}

## Related Targets

* [**Cheapest Rate**](/advanced-free-shipping/shipping-targets/cheapest-rate.md) - Discount only the lowest-cost option
* [**Specific Rates**](/advanced-free-shipping/shipping-targets/specific-rates.md) - Target rates by name
* [**Local Delivery**](/advanced-free-shipping/shipping-targets/local-delivery.md) - Target local delivery only


---

# 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://responsive-media.gitbook.io/advanced-free-shipping/shipping-targets/all-shipping-rates.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.
