Categories

Creating a new product category

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

Endpoint [POST] /System/Content/Categories on the API you can easily try.

Edit a category

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

Endpoint [PUT] /System/Content/Categories on the API you can easily try.

Load category by parameters

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

Endpoint [GET] /System/Content/Categories on the API you can easily try.

Load a specific category

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

Endpoint [GET] /System/Content/Categories/{id} on the API you can easily try.

Last updated

Was this helpful?