> For the complete documentation index, see [llms.txt](https://developer.esw.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developer.esw.com/shopify/shopify-native/configuration/shipping-methods-rates-edd-for-new-markets.md).

# Shipping Methods, Rates, EDD for New Markets

{% hint style="danger" %}

#### Managed Process

* Configuration is implemented by ESW.
* Contact your ESW onboarding manager.
  {% endhint %}

Configure shipping for a new market. You’ll typically do two things:

* Set up **fulfillment locations**.
* Configure **shipping rates** and **transit times** (EDD).

### Fulfillment locations

A location is any place (or app) that fulfills orders or holds inventory. Examples include warehouses, retail stores, and dropshippers.

Use multiple locations to:

* Track inventory by site.
* Fulfill from the best location.
* Control fulfillment priority.

### Add a location

<div data-with-frame="true"><img src="/files/eb0a07f988bc18f9f79a7de226b0b0bc70e88756" alt=""></div>

New locations default to being available for online fulfillment. They also appear at the bottom of your fulfillment priority list.

{% stepper %}
{% step %}

### Access Locations

From your **Shopify Admin**, go to **Settings → Locations**.
{% endstep %}

{% step %}

### Add a New Location

In **All locations**, click **Add location**.
{% endstep %}

{% step %}

### Enter Location Details

In **Location details**, set:

* **Name**
* **Address**
  {% endstep %}

{% step %}

### Inventory Availability (Optional)

To prevent online orders from routing to this location, disable:

**Inventory at this location is available to fulfill online orders**
{% endstep %}

{% step %}

### Save the Location

Click **Save**.
{% endstep %}
{% endstepper %}

{% hint style="info" %}
If you don’t want products stocked at every location, adjust inventory per location in **Products → Inventory**.
{% endhint %}

### Shipping rates and EDD

Shipping rates control what shoppers see at checkout. Transit times can drive **estimated delivery dates (EDD)** where enabled.

Flat shipping rates let you charge a fixed amount for shipping during checkout.

You can scope rates to a shipping zone. You can also add weight or price conditions.

### Add a shipping rate

<div data-with-frame="true"><img src="/files/9365e57b3a71f057e6aa92ce7095d18ef76ab421" alt=""></div>

{% stepper %}
{% step %}

### Access Shipping Settings

From your **Shopify Admin**, go to **Settings → Shipping and delivery**.
{% endstep %}

{% step %}

### Select Shipping Profile

In **Shipping**, open the shipping profile you want to edit.
{% endstep %}

{% step %}

### Add Shipping Rate

Next to the target shipping **zone**, click **Add rate**.

Then choose:

* A **transit time** (for delivery expectations / EDD), or
* **Custom flat rate** (for a named flat price).
  {% endstep %}

{% step %}

### Add Delivery Description (Optional)

If you use **Custom flat rate**, add a short description. Keep it to 25 characters when possible.
{% endstep %}

{% step %}

### Enter Shipping Rate

Enter the shipping price.
{% endstep %}

{% step %}

### (Optional) Add Conditions

Add weight-based or price-based conditions if needed.
{% endstep %}

{% step %}

### Review Checkout Preview

Use the preview to confirm the rate and messaging.
{% endstep %}

{% step %}

### Save Shipping Rate

Click **Done**, then **Save**.
{% endstep %}
{% endstepper %}


---

# 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://developer.esw.com/shopify/shopify-native/configuration/shipping-methods-rates-edd-for-new-markets.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.
