BundleProductLinkChildren
BundleProductLinkChildren 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 ProductSku while the rest of the filter is executed client side within the add-in.
You must specify the ProductSku column in the WHERE clause to retrieve results from BundleProductLinkChildren. ProductSku can be used only with the equals (=) operator.
For example:
SELECT * FROM [BundleProductLinkChildren] WHERE ProductSku = '123'
Columns
| Name | Type | Description |
| Id [KEY] | String | The identifier |
| ProductSku | String | productSku |
| CanChangeQuantity | Int | Whether quantity could be changed |
| ExtensionAttributes | String | This is an auto-generated column |
| IsDefault | Bool | Is default |
| OptionId | Int | Option id |
| Position | Int | Position |
| Price | Double | Price |
| PriceType | Int | Price type |
| Qty | Double | Qty |
| Sku | String | Linked product sku |