> ## 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.

# Locations

### Definition

A location is a physical or logical point of sale. It represents a store, a restaurant, a counter, or any place where sales happen.

### Purpose

Locations group sales, orders, and closures by place of business.

### Relationships

* A location contains orders, sales, closures, and products.

### Endpoints

| Method | Endpoint                                                              | Description                    |
| ------ | --------------------------------------------------------------------- | ------------------------------ |
| GET    | [Get locations](/api-reference/endpoints/point-of-sale/get-locations) | Retrieve the list of locations |

### See also

* [Locations guide](/guides/by-api/pos/guides-and-behaviours/locations)
