# Product Categories

Categories used to organize products.

## Retrieve a Product Category

 - [GET /productcategories/{id}](https://developer.auvo.com.br/en/openapi/api-reference/product-categories/retrieve-a-product-category.md): Returns the details of a Product Categories record identified by its unique identifier.

## Edit a Product Category

 - [PATCH /productcategories/{id}](https://developer.auvo.com.br/en/openapi/api-reference/product-categories/edit-a-product-category.md): Updates the editable fields of an existing Product Categories record. Only properties present in the request body are modified.

## Delete a Product Category

 - [DELETE /productcategories/{id}](https://developer.auvo.com.br/en/openapi/api-reference/product-categories/delete-a-product-category.md): Removes the relationship or Product Categories record from your account. This operation cannot be undone.

## Add a new Product Category

 - [POST /productcategories](https://developer.auvo.com.br/en/openapi/api-reference/product-categories/add-a-new-product-category.md): Creates a Product Categories record in your account using the data provided in the request body.

## Upsert a Product Category

 - [PUT /productcategories](https://developer.auvo.com.br/en/openapi/api-reference/product-categories/upsert-a-product-category.md): Updates or replaces Product Categories data using the payload provided in the request body.

## Retrieve a list of Product Categories

 - [GET /productcategories](https://developer.auvo.com.br/en/openapi/api-reference/product-categories/retrieve-a-list-of-product-categories.md): Returns a paginated list of Product Categories registered in your account. Use query parameters to filter, sort and paginate results.

