ConfigurableProductOption
ConfigurableProductOption is an auto generated table. The supported operations are Insert, Update, Delete, and Querying data from this table.
Table Specific Information
Select
The cmdlet uses the AdobeCommerce API to filter the results by Sku or Id while the rest of the filter is executed client side within the cmdlet.
You must specify the Sku column or the Sku and Id columns in the WHERE clause to retrieve results from ConfigurableProductOption. Sku and Id can be used only with the equals (=) operator.
For example:
SELECT * FROM [ConfigurableProductOption] WHERE Sku = '123' AND Id = '12'
Columns
Name | Type | ReadOnly | Description |
Id [KEY] | Int | False |
This is an auto-generated column |
Sku | String | False |
sku |
AttributeId | String | False |
This is an auto-generated column |
ExtensionAttributes | String | False |
This is an auto-generated column |
IsUseDefault | Bool | False |
This is an auto-generated column |
Label | String | False |
This is an auto-generated column |
Position | Int | False |
This is an auto-generated column |
ProductId | Int | False |
This is an auto-generated column |
Values | String | False |
This is an auto-generated column |