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.
You can find more information about the endpoint and its parameters in our API documentation
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.
You can find more information about the endpoint and its parameters in our API documentation
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.
You can find more information about the endpoint and its parameters in our API documentation
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.
You can find more information about the endpoint and its parameters in our API documentation
Last updated