Package DE_EPAGES::Shop::API::WebService::ShopExportService
Gets status information about all shops in a database.
Example |
use DE_EPAGES::WebService::API::Client; my $ShopExportService = DE_EPAGES::WebService::API::Client ->uri('urn://epages.de/WebService/ShopExportService/2013/10') ->proxy("http://%2fUsers%2f$Login:$Password@localhost:8080/epages/Store.soap"); my $ahShopData = $ShopExportService->export()->result; |
Functions
export
Returns shop status information
Syntax |
$ahShopData = $ShopExportService->export()->result; |
Return |
|