ePages 7.37.0 - DE_EPAGES/Shop/API/WebService/ShopService3.pm

Package DE_EPAGES::Shop::API::WebService::ShopService3

Provides web service access to shops.

Example
use DE_EPAGES::WebService::API::Client;
my $FactoryService = DE_EPAGES::WebService::API::Client
    ->uri('urn://epages.de/WebService/FactoryService/2004/08')
    ->proxy("http://%2fUsers%2f$Login:$Password@localhost:8080/epages/Store.soap");
my $ShopID = $FactoryService->objectByPath('/Shops/DemoShop')->result;
my $ShopService = DE_EPAGES::WebService::API::Client
    ->uri('urn://epages.de/WebService/ShopService/2017/11')
    ->proxy("http://%2fUsers%2f$Login:$Password@localhost:8080/epages/Store.soap");
$ShopService->registerUnity($ShopID);

Functions

setShopAddress

setShopAddress

Sets the shop address.

Syntax
$ShopService->shopService->setShopAddress( $ShopID, $hShopAddress );
Input
$ShopID (ref.hash)
shop id | integer
$input $hShopAddress | hash containing the address values