# Shipping Settings

The shipping configuration establishes the point of origin for all shipments, your shipping policy, and the handling of shipments to multiple addresses. You can access these settings in the **admin panel** > Stores > **Configuration** > Sales > **Shipping Settings**.

Below, you can find the shipping settings that are supported in the ScandiPWA theme.&#x20;

| FIELD              | STATUS          | DESCRIPTION                                                                                                                                                                                                                                                                                            |
| ------------------ | --------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| Point of Origin    | **SUPPORTED**   | The point of origin is used to calculate the charge for shipments made from your store or warehouse, and also determines the tax rate for products sold.                                                                                                                                               |
| Multiple Addresses | **COMING SOON** | The Multi address Shipping options enable customers to ship an order to multiple addresses during checkout and determine the maximum number of addresses to which an order can be shipped.                                                                                                             |
| Shipping Policy    | **IN PROGRESS** | <p>A shipping policy should explain your company's business rules and guidelines for shipments that are displayed during the checkout process. </p><p>Track the progress - <a href="https://github.com/scandipwa/base-theme/issues/1507"><https://github.com/scandipwa/base-theme/issues/1507></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/v5.1.2/sales/shipping-settings.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.
