TaxClasses
Lists all tax classes.
Table Specific Information
Select
The cmdlet 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 cmdlet.
For example, the following queries is processed server-side:
SELECT * FROM TaxClasses WHERE Id = 1
Columns
| Name | Type | References | Description |
| Id [KEY] | String | Numeric ID of the tax class. | |
| Name | String | Name of the tax class. | |
| DateCreated | Date | The date when tax class was created. | |
| DateModified | Date | The data when tax class was modified. |