# Consumption taxes Managing consumption taxes in the e-shop. ## List of product consumption taxes - [GET /api/products/consumption-taxes](https://api.docs.shoptet.com/shoptet-api/openapi/consumption-taxes/getlistofconsumptiontaxes.md): Returns the list of consumption taxes within the e-shop. In order to list consuption taxes, you will need to have the Consumption tax module activated on the customer's e-shop. ## Creation of consumption tax - [POST /api/products/consumption-taxes](https://api.docs.shoptet.com/shoptet-api/openapi/consumption-taxes/createconsumptiontax.md) ## Update of consumption tax - [PATCH /api/products/consumption-taxes/{id}](https://api.docs.shoptet.com/shoptet-api/openapi/consumption-taxes/updateconsumptiontax.md) ## Deletion of consumption tax - [DELETE /api/products/consumption-taxes/{id}](https://api.docs.shoptet.com/shoptet-api/openapi/consumption-taxes/deleteconsumptiontax.md)