# Categorias de produtos

Categorias usadas para classificar e filtrar os produtos do catálogo.

## Consultar categoria de produto

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

## Editar categoria de produto

 - [PATCH /productcategories/{id}](https://developer.auvo.com.br/openapi/api-reference/categorias-de-produtos/edit-a-product-category.md): Updates the editable fields of an existing Product Category identified by its unique identifier. Only the properties present in the request body are modified.

## Excluir categoria de produto

 - [DELETE /productcategories/{id}](https://developer.auvo.com.br/openapi/api-reference/categorias-de-produtos/delete-a-product-category.md): Removes a Product Category from your account by its unique identifier. This operation cannot be undone.

## Adicionar nova categoria de produto

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

## Criar ou atualizar categoria de produto

 - [PUT /productcategories](https://developer.auvo.com.br/openapi/api-reference/categorias-de-produtos/upsert-a-product-category.md): Uses id or externalId as identifier.

## Listar categorias de produtos

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

