Package DE_EPAGES::MultiStoreProvider::API::WebService::MultiStoreConfigService
Provides web service access to create and delete shops
Functions
assignSubShopToMasterShop
assigns a subshop to a mastershop
Syntax |
$Object->assignSubShopToMasterShop({ 'MasterShopAlias => $MasterShopAlias, 'SubShopAlias' => $SubShopAlias }); |
Input |
|
getInfo
returns info hash for mastershop
Syntax |
$Object->getInfo({ 'MasterShopAlias => $MasterShopAlias); |
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::ShopConfiguration::API::WebService::ShopConfigService->new( %Options ); |
Input |
|
Return |
|
unassignSubShopFromMasterShop
removes subshop assignment from mastershop
Syntax |
$Object->unassignSubShopFromMasterShop({ 'MasterShopAlias => $MasterShopAlias, 'SubShopAlias' => $SubShopAlias }); |
Input |
|