Method |
Description |
|
add ( string $optionId, array $data, string $store = null ) : Smalot\Magento\ActionInterface |
Allows you to add a new custom option value to a custom option. |
|
getInfo ( string $valueId, string $store = null ) : Smalot\Magento\ActionInterface |
Allows you to retrieve full information about the specified product custom option value. |
|
getList ( string $optionId, string $store = null ) : Smalot\Magento\ActionInterface |
Allows you to retrieve the list of product custom option values. |
|
remove ( string $valueId ) : Smalot\Magento\ActionInterface |
Allows you to remove the custom option value from a product. |
|
update ( string $valueId, array $data, string $store = null ) : Smalot\Magento\ActionInterface |
Allows you to update the product custom option value. |
|