# Categories

### Creating a new product category

You can use the API to create a new category that we will use for the products.

{% hint style="info" %}
&#x20;Endpoint \[POST] [/System/Content/Categories](https://api.retailys.com/v1#/System.Content.Categories/postCategory) 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 %}

### Edit a category

You can use the API to customize a specific product category.

{% hint style="info" %}
&#x20;Endpoint \[PUT] [/System/Content/Categories](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 category by parameters

You can use the API to load product categories by parameters.

{% hint style="info" %}
&#x20;Endpoint \[GET] [/System/Content/Categories](https://api.retailys.com/v1#/System.Content.Categories/getCategories) 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 category

The API can be used to load a specific product category using its identifier.

{% hint style="info" %}
&#x20;Endpoint \[GET] [/System/Content/Categories/{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 %}
