> ## 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 is a record of items a customer selected for purchase at a point of sale. It holds the list of items, quantities, prices, and the associated payment information.

### Purpose

Orders capture what a customer bought in a single transaction at the point of sale.

### Relationships

* An order belongs to a location.
* It contains one or more line items referencing products.
* It is linked to one or more payments.

### Endpoints

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