> For the complete documentation index, see [llms.txt](https://developers.retailys.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developers.retailys.com/rest-api/content/families.md).

# Families

### Creating a new product family

You can use the API to create a new product family.

{% hint style="info" %}
Endpoint \[POST] [/System/Content/Families](#vytvoreni-noveho-setu-variant) on the API you can easily try.
{% endhint %}

{% hint style="success" %}
You can find more information about the endpoint and its parameters in our API documentation
{% endhint %}

### Product family modification

You can use the API to modify the product family.

{% hint style="info" %}
Endpoint \[PUT] [/System/Content/Families](https://api.retailys.com/v1#/System.Content.Families/putFamily) on the API you can easily try.
{% endhint %}

{% hint style="success" %}
You can find more information about the endpoint and its parameters in our API documentation
{% endhint %}

### Load all product families according to parameters

Using the API, you can load all product families according to the parameters we choose.

{% hint style="info" %}
Endpoint \[GET] [/System/Content/Families](https://api.retailys.com/v1#/System.Content.Families/getFamilies) on the API you can easily try.
{% endhint %}

{% hint style="success" %}
You can find more information about the endpoint and its parameters in our API documentation
{% endhint %}

### Load a specific product family

You can also use the API to load a specific product family using its identifier.

{% hint style="info" %}
Endpoint \[GET] [/System/Content/Families/{id}](https://api.retailys.com/v1#/System.Content.Families/getFamily) on the API you can easily try.
{% endhint %}

{% hint style="success" %}
You can find more information about the endpoint and its parameters in our API documentation
{% endhint %}
