# Basic Shipping Methods

For a better conversion rate, ScandiPWA offers multiple shipping methods for customers to choose from. In this section, you will find which shipping methods are supported in our theme and what solution the ScandiPWA has for configuring shipping settings.&#x20;

ScandiPWA supports the basic shipping methods that do not require an account with a third-party provide:

| SECTION                                                                                        | STATUS          |                                                                                                                                                                                                                                                                                    |
| ---------------------------------------------------------------------------------------------- | --------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| [Free Shipping](https://manual.scandipwa.com/4.0.2/sales/basic-shipping-methods/free-shipping) | **SUPPORTED**   | Free shipping is one of the most effective promotions you can offer. It can be based on a minimum purchase, or set up as a cart price rule that is applied when a set of conditions is met.                                                                                        |
| [Table Rates ](https://manual.scandipwa.com/4.0.2/sales/basic-shipping-methods/table-rates)    | **SUPPORTED**   | The table rate shipping method references a table of data to calculate shipping rates based on a combination of conditions.                                                                                                                                                        |
| [Flat Rate ](https://manual.scandipwa.com/4.0.2/sales/basic-shipping-methods/flat-rate)        | **SUPPORTED**   | Flat rate is a fixed, predefined charge that can be applied per item, or per shipment. Flat rate is a simple shipping solution, especially when used with the flat-rate packaging that is available from some carriers                                                             |
| In-Store Delivery                                                                              | **IN PROGRESS** | <p>With the in-store delivery method, the customer can select a source to be used as a pickup location during the checkout.</p><p>Track the progress - <a href="https://github.com/scandipwa/base-theme/issues/1506"><https://github.com/scandipwa/base-theme/issues/1506></a></p> |


---

# 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/4.0.2/sales/basic-shipping-methods.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.
