> For the complete documentation index, see [llms.txt](https://help.smartrr.com/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.smartrr.com/docs/support/subscription-setup/shipping-methods.md).

# Shipping methods

Setting dedicated shipping methods in Smartrr is useful in the case you would like to fulfill your subscription orders differently than one-time purchase orders.

{% hint style="warning" %} <mark style="color:orange;">**Important:**</mark> General delivery profiles or profiles for **non-subscription** products will still need to be configured in Shopify.
{% endhint %}

Within Smartrr, you can create custom shipping profiles for your subscription offerings. Configuration of shipping profiles and zones within Smartrr is almost identical to the flow in Shopify's shipping settings. Refer to [<mark style="color:blue;">Shopify’s documentation</mark>](https://help.shopify.com/en/manual/shipping/setting-up-and-managing-your-shipping/setting-up-shipping-zones) if you are not already familiar with configuring zones and rates.&#x20;

The shipping profiles created in Smartrr are actually created in Shopify as a hidden shipping profile. The profiles are linked to the subscription programs, and the products assigned in them. Which means that removing a product from the subscription program, will cause a subscription to use an applicable Shopify shipping rate instead, or effect the ***"No applicable delivery options"*** message in the subscription if there are no applicable Shopify shipping rates.

Within the Smartrr, navigate to **Shipping** under CONFIGURATION in the left-hand menu and click on **Create subscription delivery profile.**

<figure><img src="https://3658670565-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FndNAuxS4koYyI8AQTpS9%2Fuploads%2FTeRKhRaaWYI54MpNTrCj%2FScreenshot%202024-04-07%20at%2010.01.30%E2%80%AFPM.png?alt=media&amp;token=6c1473b4-8161-4f1e-ad9e-078fbdb35135" alt="Screenshot of the &#x22;Shipping&#x22; page in the Smartrr admin. It includes no created delivery profiles. To create one, click on the &#x22;Create subscription delivery profile&#x22; button in the top right corner."><figcaption></figcaption></figure>

Enter a name for your new Shipping profile and select which of your [<mark style="color:blue;">Subscription Programs</mark>](/docs/support/subscription-setup/subscription-programs.md#what-is-a-subscription-program) you would like this profile to be associated with:&#x20;

Configure your profile’s Location Settings with the following steps:&#x20;

1. Click **Add rates** and select the location for which you'd like to add rates.
2. Once the location has populated, click **Add zone** and specify your zone name and the countries and regions this zone will apply to.
3. Finally, click on the **Add rate** button that will prompt you to define the order parameters to qualify this rate for a customer.

{% hint style="info" %}
Orders that include a one time purchase item along with a subscription, will result in [Shopify splitting shipping profiles to handle each group](https://help.shopify.com/en/manual/products/purchase-options/subscriptions/considerations#subscription-shipping). This can result in the customer paying 2 shipping fees at checkout. The recurring subscription orders will only include the Smartrr shipping rate (if setup).
{% endhint %}

<figure><img src="https://3658670565-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FndNAuxS4koYyI8AQTpS9%2Fuploads%2Fcry5pxRARY3EWzPqqZKO%2Fimage.png?alt=media&amp;token=201e2d9b-eb2f-45d7-b477-6565a7feb534" alt="If shipping rates are setup in a subscription app, Shopify will combine the app&#x27;s shipping rate and an applicable Shopify rate at checkout if it includes a one time purchase and subscription product."><figcaption></figcaption></figure>


---

# 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.smartrr.com/docs/support/subscription-setup/shipping-methods.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.
