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

# Customer

### Definition

A customer is a buyer record on the e-commerce platform. It holds a name, email, address, and purchase history.

<Note>
  In this context, "customer" refers to a buyer in the consumer's e-commerce store, not the Chift [Consumer](/developer-guides/glossary#consumer) (the integrator's customer).
</Note>

### 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           |
| GET    | [Get one specific customer](/api-reference/endpoints/ecommerce/get-one-specific-customer) | Retrieve a single customer by ID |

### See also

* [Orders](/unified-apis/ecommerce/concepts/order)
