메소드 |
설명 |
|
create ( string $product, array $data, string $storeView = null, string $identifierType = null ) : Smalot\Magento\ActionInterface |
Allows you to upload a new product image. |
|
getInfo ( string $productId, string $file, string $storeView = null, string $identifierType = null ) : Smalot\Magento\ActionInterface |
Allows you to retrieve information about the specified product image. |
|
getList ( string $productId, string $storeView = null, string $identifierType = null ) : Smalot\Magento\ActionInterface |
Allows you to retrieve the list of product images. |
|
getTypes ( string $setId ) : Smalot\Magento\ActionInterface |
Allows you to retrieve product image types including standard image, small_image, thumbnail, etc. |
|
remove ( string $productId, string $file, string $identifierType = null ) : Smalot\Magento\ActionInterface |
Allows you to remove the image from a product. |
|
setCurrentStore ( string $storeView ) : Smalot\Magento\ActionInterface |
Allows you to set/get the current store view. |
|
update ( string $productId, string $file, array $data, string $storeView = null, string $identifierType = null ) : Smalot\Magento\ActionInterface |
Allows you to update the product image. |
|