> For the complete documentation index, see [llms.txt](https://help.impact.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.impact.com/brand/what-would-you-like-to-learn-about/platform-features/deals/create-a-free-shipping-deal.md).

# Create a Free Shipping Deal

Create a *Free Shipping Deal* that offers customers free delivery, typically with a minimum spending requirement.

1. From the left navigation bar, select ![](/files/CDnwOBeIdds9r3Z6zTnO) **\[Engage]** → **Content** → **Deals**.
2. In the upper-right corner, select **Create Deal** ![](/files/jA6jLZ1RleK5VI2zmvap) **\[Drop-down menu]** → **Free Shipping**.
3. Complete the information in the following sections:

<details>

<summary>Deal Details</summary>

1. Enter a **Name** for your deal.
2. Optionally, enter a **Description** for the deal, with a maximum length of 255 characters.
3. Under *Landing Page*, select ![](/files/jA6jLZ1RleK5VI2zmvap) **\[Drop-down menu] Custom** to configure a custom landing page for your deal. Leave the setting on **Default** to direct customers to your program landing page.
4. To add parameters to the landing page tracking link, select ![](/files/Gl8lj5gLPbgSXGH8yWYa) **\[Add Metadata]**. These parameters will be added to the end of the deal's tracking link.
   * Learn more about [tracking link parameters](/brand/what-would-you-like-to-learn-about/platform-features/tracking/tracking-explained/tracking-link-parameters-explained.md).
5. ![](/files/OoA2qxPalfCYKZvmxuU6) **\[Toggle on]** **Restrict Partner Access** to set which partner groups can use this deal, and search for the **Partner Groups** you want to grant access to for this deal.

</details>

<details>

<summary>Deal Configuration</summary>

1. From the ![](/files/jA6jLZ1RleK5VI2zmvap) **\[Drop-down menu]**, apply a **Deal Scope** and select how broad or specific this deal applies to your store. You can select from the 3 following options:
   * **Entire Store** – Applies the deal to all products in the store.
   * **Category** – Applies the deal to specific product categories.
   * **Product** – Applies the deal to individual products.
2. Optionally, enter the **Minimum Purchase** amount required to activate the deal.
3. Optionally, enter the **Maximum Savings** amount allowed for this deal.

</details>

<details>

<summary>Promotional Details</summary>

1. Optionally, specify if the deal is **Seasonal** and use the ![](/files/jA6jLZ1RleK5VI2zmvap) **\[Drop-down menu]** to select a relevant promotional period.
2. Optionally, enter a **Default Discount Code** that customers can use to automatically apply a discount or promotion without needing manual code entry.
3. Optionally, set **Start** and **End Dates** for the deal, and set a **Timezone** from the ![](/files/jA6jLZ1RleK5VI2zmvap) **\[Drop-down menu]**.
   * Select the ![](/files/Vet2H95jIGuNiPPl9Gt9) **\[Calendar]** to apply the deal date, and use the ![](/files/jA6jLZ1RleK5VI2zmvap) **\[Drop-down menu]** to set the start and end times.

</details>

<details>

<summary>Advanced Settings</summary>

1. To allow partners to override your specified landing page and deep link to specific pages on your site, select ![](/files/FrzJdYoKvOuHxpwWtvcp) **\[Checkbox]** **Support Partners linking to specific pages**.
   * Make sure your program also has [permitted deep linking domains](/brand/what-would-you-like-to-learn-about/account-administration/program-settings/tracking-settings/set-up-permitted-domains-for-deep-linking.md) set up.
2. To sync the status and duration of this deal with all associated ads and promo codes, select ![](/files/FrzJdYoKvOuHxpwWtvcp) **\[Checkbox]** **Keep status and dates of associated assets and promo codes in sync with this deal**. This helps maintain consistency and ensures all related content updates together.

</details>

4. Select **Save**.


---

# 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://help.impact.com/brand/what-would-you-like-to-learn-about/platform-features/deals/create-a-free-shipping-deal.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.
