# Location management

> Set up locations in your warehouse for faster picking and a better stock overview.

Location management lets you set up the spots in your warehouse where your products are stored. This helps you pick faster and more efficiently, and gives you a clear overview of your stock.

### What are warehouse locations?

A warehouse location is a physical spot in your warehouse where a product is stored. For example:

- Aisle A - Rack 1 - Shelf 3 - Bin 2

- Aisle B - Rack 2 - Shelf 1 - Bin 12

In ShopLinkr you can create these locations yourself and link products to them.

### Creating a location

1. Go to **Locations** in the menu.

2. Click **Add location**.

3. Give the location a name (for example "Aisle A" or "Rack 1").

4. Want to nest the location under an existing one? Then select the **parent location**.

5. Click **Save**.

### Hierarchical locations

You can build a hierarchy of locations. This means you can, for example, first create an aisle, then racks within it, and then bins or shelves within those. This hierarchy makes it easy to organize your warehouse logically, especially when you have a lot of products.

Example structure:

```
Aisle A
├── Rack 1
│   ├── Shelf 1
│   │   ├── Bin 1 (A.1.1.1)
│   │   ├── Bin 2 (A.1.1.2)
│   │   ├── Bin 3 (A.1.1.3)
│   │   └── Bin 4 (A.1.1.4)
│   ├── Shelf 2
│   │   ├── Bin 1 (A.1.2.1)
│   │   └── Bin 2 (A.1.2.2)
│   └── Shelf 3
│       └── Bin 1 (A.1.3.1)
└── Rack 2
    └── Shelf 1
        ├── Bin 1 (A.2.1.1)
        └── Bin 2 (A.2.1.2)
```

### Pick and bulk locations

In ShopLinkr you can mark locations as a **pick location** or a **bulk location**:

- **Pick locations**: these are the locations your warehouse staff pick products from when processing orders. They are usually in an easily accessible spot.

- **Bulk locations**: these are locations where you store larger quantities of stock, for example on pallets or in higher racks. Products on bulk locations are not picked directly for orders.

This distinction is useful if you want to avoid sending order pickers to hard to reach spots. In your [company settings](/en/support/company-settings) you can set orders to go to [backorder](/en/support/backorders) when stock is only available on a bulk location.

### Linking products to locations

Once you have created locations, you can link products to a specific spot. There are several ways to do this:

- From the product overview

- While [counting stock](/en/support/stock-counts)

- From the location itself

- Through **Tools > Assign locations** to link multiple products to locations at once (handy when you are setting up your warehouse with ShopLinkr)

You can place multiple products on the same location, or a single product on multiple locations (for example when you have a lot of stock and store it in different spots).

### Where do you see the locations?

The product overview shows you exactly which locations a product is stored at and how many units are available per location. The location is also shown while [picking](/en/support/working-with-pick-lists), so the warehouse employee immediately knows where to find the product.

---

Bron: https://shoplinkr.com/en/support/location-management
