> ## Documentation Index
> Fetch the complete documentation index at: https://docs.laravelshopper.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Inventory Locations

> Manage your store's inventory locations for stock management.

Locations in Shopper represent physical places where you store your inventory. This could be warehouses, retail stores, or any other location where you keep products.

## Why Use Multiple Locations?

Managing inventory across multiple locations allows you to:

* Track stock levels at different warehouses
* Fulfill orders from the nearest location
* Manage inventory for physical retail stores
* Keep accurate stock counts across your business

## Accessing Locations

1. Click on **Settings** in the sidebar
2. Select **Inventories** from the settings menu

<Frame>
  <img src="https://mintcdn.com/shopperlabs-ee054f5e/eVX_9bJEbNf6CmDO/images/v2/setting-locations.png?fit=max&auto=format&n=eVX_9bJEbNf6CmDO&q=85&s=45e5f3140374271ff08be20290ea73a2" alt="Locations List" width="3438" height="1994" data-path="images/v2/setting-locations.png" />
</Frame>

## Default Inventory

When you set up Shopper, a default inventory location is created for you. This location is used as the primary inventory source.

<Frame>
  <img src="https://mintcdn.com/shopperlabs-ee054f5e/eVX_9bJEbNf6CmDO/images/v2/setting-location-default.png?fit=max&auto=format&n=eVX_9bJEbNf6CmDO&q=85&s=6835fcbd5144dbfeb6fa0935945f087e" alt="Default Location" width="2660" height="1146" data-path="images/v2/setting-location-default.png" />
</Frame>

## Creating a New Location

To add a new inventory location:

1. Click the **Create** button on the Locations page
2. Fill in the inventory details

<Frame>
  <img src="https://mintcdn.com/shopperlabs-ee054f5e/khtWzNt9B9rQhNq5/images/v2/setting-location-create.png?fit=max&auto=format&n=khtWzNt9B9rQhNq5&q=85&s=c513fa8e89499f9b641329acc65f7596" alt="Create Location" width="2892" height="1940" data-path="images/v2/setting-location-create.png" />
</Frame>

### Location Fields

| Field                     | Description                                                  |
| ------------------------- | ------------------------------------------------------------ |
| **Name**                  | A descriptive name for the location (e.g., "Main Warehouse") |
| **Email**                 | Contact email for this location                              |
| **Phone**                 | Contact phone number                                         |
| **Street address**        | Physical address of the location                             |
| **Street address line 2** | Additional address line (optional)                           |
| **City**                  | City where the location is situated                          |
| **Zip code**              | Postal/ZIP code                                              |
| **State**                 | State/Province/region                                        |
| **Country**               | Country selection                                            |
| **Description**           | Additional notes about the location (optional)               |

## Editing a Location

To modify an existing location:

1. Click on the location name in the list
2. Update the desired fields
3. Click **Save** to apply changes

<Frame>
  <img src="https://mintcdn.com/shopperlabs-ee054f5e/khtWzNt9B9rQhNq5/images/v2/location-update.png?fit=max&auto=format&n=khtWzNt9B9rQhNq5&q=85&s=314e044c2bd3a0650cdd39a2063d3fc9" alt="Update Location" width="3438" height="1994" data-path="images/v2/location-update.png" />
</Frame>

## Setting a Default Location

One location must be set as the default. This location will be used:

* As the primary inventory source
* For new products when no location is specified
* As the default shipping origin

To change the default location, select a different location and mark it as default in the location settings.

<Tip>
  Keep your location information accurate, especially addresses, as they may be used for shipping calculations and customer communications.
</Tip>

For developer details, see the [Locations documentation](/v2/locations).
