Package DE_EPAGES::PriceList::API::WebService::PriceListAssignmentService
Implements the PriceList Assignment WebService.
Base |
DE_EPAGES::Shop::API::WebService::BaseShopService |
Functions
- getQuantityDiscounts
- getScalePrices
- getValueDiscounts
- new
- setQuantityDiscounts
- setScalePrices
- setValueDiscounts
getQuantityDiscounts
WebService-Method: getInfo Returns information about quantity discounts for given products and pricelists
Syntax |
$SoapData = $self->getQuantityDiscounts( $aProducts, $aPriceLists ) |
Input |
|
Return |
|
getScalePrices
WebService-Method: getInfo Returns information about scale prices for given products and pricelists
Syntax |
$SoapData = $self->getScalePrices( $aProducts, $aPriceLists ) |
Input |
|
Return |
|
getValueDiscounts
WebService-Method: getInfo Returns information about value discounts for given products and pricelists
Syntax |
$SoapData = $self->getValueDiscounts( $aProducts, $aPriceLists ) |
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::PriceList::API::WebService::PriceListAssignmentService->new( %Options ); |
Input |
|
Return |
|
setQuantityDiscounts
WebService-Method: update Updates the quantity discounts of a list of products/pricelists.
Syntax |
$SoapData = $self->setQuantityDiscounts( $aProducts ) |
Input |
|
Return |
|
setScalePrices
WebService-Method: update Updates the scale prices of a list of products/pricelists.
Syntax |
$SoapData = $self->setScalePrices( $aProducts ) |
Input |
|
Return |
|
setValueDiscounts
WebService-Method: update Updates the value discounts of a list of products/pricelists.
Syntax |
$SoapData = $self->setValueDiscounts( $aProducts ) |
Input |
|
Return |
|