# Objects / Tax Rate

# Tax Rate

**Object**
## TaxRate

### Implements
*List of interfaces this object implements*

- [ReportFilterInterface](/documentation/Interfaces/Report-Filter-Interface#ReportFilterInterface)

| Fields | Type | Description |
| --- | --- | --- |
| id | [ID!](/documentation/Types/UUID#UUID) | The ID of the tax rate |
| name | *String!* | The name of the tax rate |
| amount | *Float!* | The tax rate amount (10 is 10%) |
| mdbId | *Int* | The `Int` scalar type represents non-fractional signed whole numeric values. Int can represent values between -(2^31) and 2^31 - 1. |
| isDefault | *Boolean!* | Whether this tax rate is the default tax rate for the Vendor |
| products | [TaxRateProductConnection](#TaxRateProductConnection) | A list of products that are connected to this tax rate |

## TaxRateProductConnection
#### Object  —  [ConnectionType](/documentation/General/Connections) of [Product](/documentation/Objects/Products#Product)

### Sortable Fields
*Fields from [Product](/documentation/Objects/Products#Product) that can be used to sort the connection items*

- name
- createdAt
- updatedAt