# Free Shipping

<div align="left"><img src="https://502840146-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MJEKoY_RLJk3C3Fcnu6%2F-MKAp4OHqU-3exwbJPC8%2F-MKEz34EdQLuLYOiF180%2Fsupported2.png?alt=media&#x26;token=b9b5e5d0-1000-4f93-af86-6197df550798" alt=""></div>

Free shipping can be based on a minimum purchase amount or set up as a cart price rule.

ScandiPWA supports the shipping method and respects back-end settings:

| **FIELD**                     | STATUS          | DESCRIPTION                                                                                                                                                                                                                                                                                                                                                                       |
| ----------------------------- | --------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Enabled                       | **SUPPORTED**   | Determines whether the shipping method is available on the storefront.                                                                                                                                                                                                                                                                                                            |
| Title                         | **SUPPORTED**   | A title that identifies the Free Shipping method during checkout.                                                                                                                                                                                                                                                                                                                 |
| Method Name                   | **SUPPORTED**   | Describes this shipping method on the storefront.                                                                                                                                                                                                                                                                                                                                 |
| Minimum Order Amount          | **SUPPORTED**   | Determines the minimum order amount to qualify for free shipping.                                                                                                                                                                                                                                                                                                                 |
| Displayed Error Message       | **COMING SOON** | <p>Determines the message that appears if free shipping becomes unavailable.</p><p><strong>NOTE!</strong> Currently, ScandiPWA always shows this message on the storefront: "This shipping method is currently unavailable. If you would like to ship using this shipping method, please contact us."</p>                                                                         |
| Ship to Applicable Countries  | **SUPPORTED**   | <p>Determines for which countries the method is available. Options: </p><ul><li>All Allowed Countries - Customers from all countries specified in your store configuration can use free shipping.</li><li>Specific Countries - After choosing this option, the Ship to Specific Countries list appears. Select each country in the list where free shipping can be used</li></ul> |
| Show Method if Not Applicable | **SUPPORTED**   | <p>Determines if the method is visible on the storefront if it is not applicable. Options: </p><ul><li>Yes - Always shows the Free Shipping method, even when not applicable.</li><li>No - Shows the Free Shipping method only when applicable.</li></ul>                                                                                                                         |
| Sort Order                    | **SUPPORTED**   | Determines the number referent to the position of the method in the list of all available shipping methods during checkout.                                                                                                                                                                                                                                                       |


---

# Agent Instructions: 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:

```
GET https://manual.scandipwa.com/sales/basic-shipping-methods/free-shipping.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
