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

# Sales

### Definition

A sale is a completed transaction at the point of sale. It represents the finalized version of an order, after payment.

### Purpose

Sales provide the confirmed revenue record for a location or period.

### Relationships

* A sale belongs to a location.
* It is linked to payments and products.

### Endpoints

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