Method |
Description |
|
add ( string $productId, array $resource, string $resourceType, string $store = null, string $identifierType = null ) : Smalot\Magento\ActionInterface |
Allows you to add a new link to a downloadable product. |
|
getList ( string $productId, string $store = null, string $identifierType = null ) : Smalot\Magento\ActionInterface |
Allows you to retrieve a list of links of a downloadable product. |
|
remove ( string $linkId, string $resourceType ) : Smalot\Magento\ActionInterface |
Allows you to remove a link/sample from a downloadable product. |
|