ProductAttributeGroup
ProductAttributeGroup is an auto generated table. The supported operations are Insert, Update, Delete, and Querying data from this table.
Table Specific Information
Select
The add-in uses the AdobeCommerce API to filter the results by AttributeSetId while the rest of the filter is executed client side within the add-in.
The AttributeSetId column must be specified in the WHERE clause to retrieve results from ProductAttributeGroup. AttributeSetId can be used only with the equals (=) operator.
For example:
SELECT * FROM [ProductAttributeGroup] WHERE AttributeSetId = '123'
Columns
| Name | Type | ReadOnly | Description |
| AttributeGroupId [KEY] | String | False |
Id |
| AttributeGroupName | String | False |
Name |
| AttributeSetId | Int | False |
Attribute set id |
| ExtensionAttributes | String | False |
This is an auto-generated column |
| SearchCriteria | String | False |
This is an auto-generated column |
| TotalCount | Int | False |
Total count. |