CatalogCategoryAttributeOptionOptions
CatalogCategoryAttributeOptionOptions is an auto generated table. The supported operations are Querying data from this table.
Table Specific Information
Select
The provider uses the AdobeCommerce API to filter the results by AttributeCode while the rest of the filter is executed client side within the provider.
You must specify the AttributeCode column in the WHERE clause to retrieve results from CatalogCategoryAttributeOptionOptions. AttributeCode can be used only with the equals (=) operator.
For example:
SELECT * FROM [CatalogCategoryAttributeOptionOptions] WHERE AttributeCode = '123'
Columns
| Name | Type | Description |
| IsDefault | Bool | Default |
| AttributeCode | String | attributeCode |
| Label [KEY] | String | Option label |
| SortOrder | Int | Option order |
| StoreLabels | String | Option label for store scopes |
| Value | String | Option value |