ProductCustomFields
Lists all tax classes.
Table Specific Information
Select
The driver uses the BigCommerce API to process WHERE clause conditions built with the following columns and operators:
- Id supports the = comparison.
- ProductId supports the = comparison.
The rest of the filter is executed client-side within the driver.
For example, the following queries are processed server-side:
SELECT * FROM ProductCustomFields WHERE Id = 1
SELECT * FROM ProductCustomFields WHERE ProductId = 2
Columns
| Name | Type | References | Description |
| Id [KEY] | Integer | Numeric ID of the custom field. | |
| ProductId | Integer | Id of the product that the custom field belongs to. | |
| Name | String | Name of the custom field. | |
| Text | String | Value of the custom field. |