ConfigurableProductLinkChildren
ConfigurableProductLinkChildren is an auto generated table. The supported operations are Querying data from this table.
Table Specific Information
Select
The add-in uses the AdobeCommerce API to filter the results by Sku while the rest of the filter is executed client side within the add-in.
You must specify the Sku column in the WHERE clause to retrieve results from ConfigurableProductLinkChildren. Sku can be used only with the equals (=) operator.
For example:
SELECT * FROM [ConfigurableProductLinkChildren] WHERE Sku = '123'
Columns
| Name | Type | Description |
| Id [KEY] | Int | Id |
| AttributeSetId | Int | Attribute set id |
| CreatedAt | Datetime | Created date |
| ExtensionAttributes | String | This is an auto-generated column |
| MediaGalleryEntries | String | Media gallery entries |
| Name | String | Name |
| Options | String | List of product options |
| Price | Double | Price |
| ProductLinks | String | Product links info |
| Sku | String | Sku |
| Status | Int | Status |
| TierPrices | String | List of product tier prices |
| TypeId | String | Type id |
| UpdatedAt | Datetime | Updated date |
| Visibility | Int | Visibility |
| Weight | Double | Weight |