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

# Location

### Definition

In the E-commerce API, a location is a warehouse, store, or fulfillment point. It holds address and inventory data.

<Note>
  "Location" also exists in the [PMS API](/unified-apis/pms/concepts/location) (a property or hotel) and the [POS API](/unified-apis/pos/concepts/location) (a point-of-sale terminal or store).
</Note>

### Purpose

Locations track where inventory is stored and where orders are fulfilled from.

### Relationships

* A location holds inventory for products.

### Endpoints

| Method | Endpoint                                                                  | Description            |
| ------ | ------------------------------------------------------------------------- | ---------------------- |
| GET    | [Get all locations](/api-reference/endpoints/ecommerce/get-all-locations) | Retrieve all locations |
