> ## 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 PMS API, a location is a property, hotel, or establishment managed by the system.

<Note>
  "Location" also exists in the [E-commerce API](/unified-apis/ecommerce/concepts/location) (a warehouse or fulfillment point) and the [POS API](/unified-apis/pos/concepts/location) (a point-of-sale terminal or store).
</Note>

### Purpose

Locations group orders, invoices, and closures by property.

### Relationships

* A location contains orders, invoices, closures, and customers.

### Endpoints

| Method | Endpoint                                                                               | Description                |
| ------ | -------------------------------------------------------------------------------------- | -------------------------- |
| GET    | [Get locations](/api-reference/endpoints/property-management-system/get-locations-pms) | Retrieve all PMS locations |

### See also

* [Orders](/unified-apis/pms/concepts/order)
* [Closures](/unified-apis/pms/concepts/closure)
* [Customers](/unified-apis/pms/concepts/customer)
