> 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/advanced-features/subscriptions.md).

# Subscriptions

## Overview

Advanced Free Shipping offers powerful tools for creating subscription-specific shipping discounts using the Has Subscription condition and Purchase Type settings.

## Has Subscription Condition

Use the [Has Subscription](/advanced-free-shipping/conditions-cart-and-order/has-subscription.md) condition to check if the cart contains subscription items:

* **Contains subscription** - At least one subscription item
* **Does not contain subscription** - No subscription items
* **Subscription only** - All items are subscriptions
* **Mixed** - Both subscription and one-time items

## Common Strategies

<details>

<summary>Reward All Subscriptions</summary>

**Free shipping for any subscription**

* Has subscription: Contains subscription
* Purchase type: Both
* Discount: Free shipping

</details>

<details>

<summary>Subscription-Only Discount</summary>

**Free shipping for pure subscription orders**

* Has subscription: Subscription only
* Purchase type: Both
* Discount: Free shipping

</details>

<details>

<summary>Encourage Subscriptions</summary>

**Better deal for subscriptions**

Discount 1 (Subscriptions):

* Has subscription: Contains subscription
* Discount: Free shipping

Discount 2 (One-time):

* Has subscription: Does not contain subscription
* Cart total ≥ $75
* Discount: Free shipping

</details>

## Best Practices

{% hint style="info" %}
Use "Contains subscription" for most cases - it's the most flexible and rewards any subscription commitment.
{% endhint %}

{% hint style="info" %}
Set Purchase Type to "Both" and use the Has Subscription condition for control - gives you more flexibility.
{% endhint %}

* [**Learn More**](/advanced-free-shipping/conditions-cart-and-order/has-subscription.md) - Full Has Subscription condition guide


---

# 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/advanced-features/subscriptions.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.
