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

# Orders

### Definition

An order in a property management system is a record of services or items a guest purchased during their stay. It holds the list of items, quantities, and prices.

### 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-pms](/api-reference/endpoints/property-management-system/get-orders-pms) | Retrieve all PMS orders |
