Package DE_EPAGES::ShopConfiguration::API::WebService::ShopConfigService8
Provides web service access to create and delete shops
Example |
use DE_EPAGES::WebService::API::Client; my $ShopConfigService = DE_EPAGES::WebService::API::Client ->uri('urn://epages.de/WebService/ShopConfigService/2015/07') ->proxy("http://localhost:80/epages/Site.soap"); $ShopConfigService->userinfo( "/Providers/$ProviderAlias/Users/$Login:$Password" ); $ShopConfigService->delete({ Alias => 'Store.DemoShop' }); |
Functions
getInfo
Returns information about a shop from the site database.
Syntax |
$hShopInfo = $ShopConfigService->getInfo({ Alias => $Alias })->result; |
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::ShopConfigService8->new( %Options ); |
Input |
|
Return |
|
update
Updates a shop. Sets IsClosedTemporarily for the shop See DE_EPAGES::ShopConfiguration::API::WebService::ShopConfigService::update
Syntax |
$ShopConfigService->update({ Alias => $Alias, ..., IsClosedTemporarily => 1, }); |
Input |
|