Package DE_EPAGES::Product::API::WebService::ProductService
Implements the Product WebService.
Base |
DE_EPAGES::Content::API::WebService::BaseContentService |
Functions
create
WebService-Method: create Creates a list of products.
Syntax |
$SoapData = $self->create( $aProducts ) |
Input |
|
Return |
|
delete
WebService-Method: delete Deletes a list of products.
Syntax |
$SoapData = $self->delete( $aProducts ) |
Input |
|
Return |
|
exists
WebService-Method: exists Returns exists status of a list of products.
Syntax |
$SoapData = $self->exists( $aProducts ) |
Input |
|
Return |
|
find
WebService-Method: find Find products by some search parameters.
Syntax |
$SoapData = $self->find( $InSearchParameters ) |
Input |
|
Return |
|
getInfo
WebService-Method: getInfo Returns information about a list of products (incl. address, assigned users, attributes).
Syntax |
$SoapData = $self->getInfo( $aProducts, $aAttributes, $aLanguageCodes ) |
Input |
|
Return |
|
new
Creates a new web service object as a blessed hash reference and adds the values from the %Options hash.
Syntax |
$Service = DE_EPAGES::Product::API::WebService::ProductService->new( %Options ); |
Input |
|
Return |
|
update
WebService-Method: update Updates a list of products.
Syntax |
$SoapData = $self->update( $aProducts ) |
Input |
|
Return |
|