Method |
Description |
|
add ( array $data ) : Smalot\Magento\ActionInterface |
Allows you to add one or more tags to a product. |
|
getInfo ( string $tagId, string $store = null ) : Smalot\Magento\ActionInterface |
Allows you to retrieve information about the required product tag. |
|
getList ( string $productId, string $store = null ) : Smalot\Magento\ActionInterface |
Allows you to retrieve the list of tags for a specific product. |
|
remove ( string $tagId ) : Smalot\Magento\ActionInterface |
Allows you to remove an existing product tag. |
|
update ( string $tagId, array $data, string $store = null ) : Smalot\Magento\ActionInterface |
Allows you to update information about an existing product tag. |
|