> ## 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 or service that can appear on an invoice line. It holds a name, a description, a unit price, and optionally a default tax rate.

### Purpose

Products standardize what appears on invoice lines. They avoid re-entering the same item details on every invoice.

### Relationships

* Referenced by invoice lines.
* Can have a default tax rate.

### Endpoints

| Method | Endpoint                                                                          | Description                     |
| ------ | --------------------------------------------------------------------------------- | ------------------------------- |
| GET    | [Retrieve all products](/api-reference/endpoints/invoicing/retrieve-all-products) | Returns a list of all products. |
