> ## 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 listed for sale on the eCommerce platform. It holds a name, description, price, variants, and inventory data.

### Purpose

Products define what the online store sells. They appear as line items on orders.

### Relationships

* A product belongs to a product category.
* It is referenced by order line items.
* It can have a tax rate.

### Endpoints

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