TaxClasses
Lists all tax classes.
Table Specific Information
Select
The driver will use the BigCommerce API to process WHERE clause conditions built with the following column and operator. The rest of the filter is executed client side within the driver.
- Id supports the '=' comparison.
For example, the following queries are processed server side:
SELECT * FROM TaxClasses SELECT * FROM TaxClasses WHERE Id = 1
Columns
Name | Type | Description |
Id [KEY] | Integer | Numeric ID of the tax class. |
Name | String | Name of the tax class. |