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

# Closures

### Definition

A closure is the end-of-day summary for a point-of-sale location. It aggregates all sales, payments, and totals for a specific day.

### Purpose

Closures provide the daily totals used for accounting reconciliation. They mark the boundary between one business day and the next.

### Relationships

* A closure belongs to a location.
* It summarizes the sales and payments of that day.

### Endpoints

| Method | Endpoint                                                                                                          | Description                                  |
| ------ | ----------------------------------------------------------------------------------------------------------------- | -------------------------------------------- |
| GET    | [Get closure info for a specific day](/api-reference/endpoints/point-of-sale/get-closure-info-for-a-specific-day) | Retrieve closure information for a given day |

### See also

* [Closures guide](/guides/by-api/pos/guides-and-behaviours/closure)
