Package DE_EPAGES::ShopConfiguration::API::WebService::FeaturePackService
provides web service for feature packs
Functions
- addShopType
- applyToAllShops
- applyToShop
- create
- delete
- exists
- getInfo
- removeFromShop
- removeShopType
- update
addShopType
WebService-Method: addShopType Adds shop types to the list of shop types the feature pack is available for.
Syntax |
$SoapData = $self->addShopType($aFeaturePacks); |
Input |
|
Return |
|
applyToAllShops
WebService-Method: applyToAllShops Change feature values of a featurepack and apply these changes to all shops the featurepack has been applied to.
Syntax |
$SoapData = $self->applyToAllShops($aFeaturePacks); |
Input |
|
Return |
|
applyToShop
WebService-Method: applyToShop Applies a feature packs to shops.
Syntax |
$SoapData = $self->applyToShop($aFeaturePacks); |
Input |
|
Return |
|
create
WebService-Method: create Creates a list of feature packs.
Syntax |
$SoapData = $self->create( $aFeaturePacks ) |
Input |
|
Return |
|
delete
WebService-Method: delete Deletes a list of FeaturePacks.
Syntax |
$SoapData = $self->delete( $aFeaturePacks ) |
Input |
|
Return |
|
exists
WebService-Method: exists Returns exists status of a list of FeaturePacks.
Syntax |
$SoapData = $self->exists( $aFeaturePacks ) |
Input |
|
Return |
|
getInfo
WebService-Method: getInfo Returns information about a list of FeaturePacks.
Syntax |
$SoapData = $self->getInfo( $aFeaturePacks, $aAttributes, $aLanguages ) |
Input |
|
Return |
|
removeFromShop
WebService-Method: removeFromShop Remove a feature pack from a shop.
Syntax |
$SoapData = $self->removeFromShop($aFeaturePacks); |
Input |
|
Return |
|
removeShopType
WebService-Method: removeShopType Removes shop types to the list of shop types the feature pack is available for.
Syntax |
$SoapData = $self->removeShopType($aFeaturePacks); |
Input |
|
Return |
|
update
WebService-Method: update Updates a list of FeaturePacks.
Syntax |
$SoapData = $self->update( $aFeaturePacks ) |
Input |
|
Return |
|