> ## 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 a purchase made by a customer on an eCommerce platform. It holds the list of items, quantities, prices, shipping details, and payment status.

### Purpose

Orders capture each purchase made through the online store.

### Relationships

* An order belongs to a customer.
* It contains line items referencing products.
* It is linked to a payment method.

### Endpoints

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