# List of product consumption taxes 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. Endpoint: GET /api/products/consumption-taxes Version: 1.0.0 Security: shoptetAccessToken, shoptetPrivateApiToken ## Header parameters: - `Content-Type` (string, required) ## Response 200 fields (application/json): - `data` (object, required) - `data.consumptionTaxes` (array, required) - `data.consumptionTaxes.id` (integer, required) Consumption tax id. - `data.consumptionTaxes.name` (string, required) Consumption tax name. - `data.consumptionTaxes.price` (string, required) Consumption tax amount. - `data.consumptionTaxes.currency` (string, required) Consumption tax currency. - `data.consumptionTaxes.isVisible` (boolean, required) Flag, whether the consumption tax is visible in documents or not. - `data.consumptionTaxes.created` (string,null, required) Consumption tax creation date. - `data.consumptionTaxes.updated` (string,null, required) Consumption tax update date. - `errors` (array,null, required) - `errors.errorCode` (string, required) Short text error identification - `errors.message` (string, required) Descriptive error message - `errors.instance` (string, required) Identification of the entity referenced ## Response 403 fields (application/json): - `data` (object,null) - `errors` (array,null) - `errors.errorCode` (string, required) Short text error identification - `errors.message` (string, required) Descriptive error message - `errors.instance` (string, required) Identification of the entity referenced