> ## 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 on the eCommerce platform. It holds a name, email, address, and purchase history.

### Purpose

Customers identify who placed an order. They are used for reporting and communication.

### Relationships

* A customer is linked to one or more orders.

### Endpoints

| Method | Endpoint                                                                  | Description            |
| ------ | ------------------------------------------------------------------------- | ---------------------- |
| GET    | [get-all-customers](/api-reference/endpoints/ecommerce/get-all-customers) | Retrieve all customers |
