Package DE_EPAGES::ShopConfiguration::API::WebService::ShopConfigService9
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/10') ->proxy("http://localhost:80/epages/Site.soap"); $ShopConfigService->userinfo( "/Providers/$ProviderAlias/Users/$Login:$Password" ); $ShopConfigService->delete({ Alias => 'Store.DemoShop' }); |
Functions
create
Creates a new shop on behalf of the current provider. Sets the domain name for the Unity storefront, if the choosen store type has the Unity feature activated. See DE_EPAGES::ShopConfiguration::API::WebService::ShopConfigService::create
Syntax |
$ShopID = $ShopConfigService->create({ Alias => $Alias, ... DomainNameUnity => $DomainNameUnity })->result; |
Example |
my $ShopID = $ShopConfigService->create({ Alias => 'DemoShop', ... DomainNameUnity => 'demoshop.unity.epages.com', })->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::ShopConfigService9->new( %Options ); |
Input |
|
Return |
|