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

# Customers

### Definition

A customer is a buyer record in the POS system. It holds a name, contact details, and optionally a loyalty identifier.

### Purpose

Customers link purchases to a specific buyer for loyalty, reporting, or invoicing purposes.

### Relationships

* A customer can be linked to orders and sales.

### Endpoints

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