Méthode |
Description |
|
add ( string $productId, array $data, string $store = null ) : Smalot\Magento\ActionInterface |
Allows you to add a new custom option for a product. |
|
getInfo ( string $optionId, string $store = null ) : Smalot\Magento\ActionInterface |
Allows you to retrieve full information about the custom option in a product. |
|
getList ( string $productId, string $store = null ) : Smalot\Magento\ActionInterface |
Allows you to retrieve the list of custom options for a specific product. |
|
getTypes ( ) : Smalot\Magento\ActionInterface |
Allows you to retrieve the list of available custom option types. |
|
remove ( string $optionId ) : Smalot\Magento\ActionInterface |
Allows you to remove a custom option from the product. |
|
update ( string $optionId, array $data, string $store = null ) : Smalot\Magento\ActionInterface |
Allows you to update the required product custom option. |
|