Package DE_EPAGES::Product::API::WebService::ProductImageService
Implements the Product image WebService.
Base |
DE_EPAGES::Shop::API::WebService::BaseShopService |
Functions
delete
WebService-Method: delete Deletes a list of product attachments.
Syntax |
$SoapData = $self->delete( $ObjectPath, $aFileNames ) |
Input |
|
Return |
|
exists
WebService-Method: exists Returns exists status of a file in the given path.
Syntax |
$SoapData = $self->exists( $ObjectPath, $FileName ) |
Input |
|
Return |
|
upload
WebService-Method: upload Upload files to the public path of the given object by the objectpath. The content of the Files are located in $hImageData
Syntax |
$SoapData = $self->upload( $ObjectPath,$hImageData) |
Input |
|
Return |
|
uploadscale
WebService-Method: uploadscale Upload a file to the public path of the given object by the objectpath. Scale the attachments in $hImageData to the given sizes in $hParams if image
Syntax |
$SoapData = $self->uploadscale( $ObjectPath,$hImageData,$hParams) |
Input |
|
Return |
|