TaxClasses
Lists all tax classes.
Table Specific Information
Select
The server uses the BigCommerce API to process WHERE clause conditions built with the Id column, which supports the = comparison.
The rest of the filter is executed client-side within the server.
For example, the following queries is processed server-side:
SELECT * FROM TaxClasses WHERE Id = 1
Columns
| Name | Type | Description |
| Id [KEY] | String | Numeric ID of the tax class. |
| Name | String | Name of the tax class. |
| DateCreated | Datetime | The date when tax class was created. |
| DateModified | Datetime | The data when tax class was modified. |