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

# Products

### Definition

A product is an item available for sale at the point of sale. It holds a name, a price, a category, and optionally a tax rate.

### Purpose

Products define what can be sold. They appear as line items on orders and sales.

### Relationships

* A product belongs to a product category.
* It is referenced by order and sale line items.
* It can have an accounting category.

### Endpoints

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