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

# Order

### Definition

In the PMS API, an order is a record of services or items a guest purchased during their stay. It holds the list of items, quantities, and prices.

<Note>
  "Order" also exists in the [E-commerce API](/unified-apis/ecommerce/concepts/order) (an online purchase) and the [POS API](/unified-apis/pos/concepts/order) (items selected at a point of sale).
</Note>

### Purpose

Orders capture what a guest consumed or purchased at the property.

### Relationships

* An order belongs to a location.
* It contains line items.
* It is linked to payments.

### Endpoints

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

### See also

* [Locations](/unified-apis/pms/concepts/location)
* [Customers](/unified-apis/pms/concepts/customer)
