Package DE_EPAGES::Order::API::WebService::BasketService
Implements the Basket WebService.
Base |
DE_EPAGES::Order::API::WebService::BaseBasketService |
Functions
addProductLineItem
WebService-Method: addProductLineItem adds product line items to a Basket.
Syntax |
$SoapData = $self->addProductLineItem( $BasketPath, $ahProductItem ) |
Input |
|
Return |
|
create
WebService-Method: create Creates a list of Baskets.
Syntax |
$SoapData = $self->create( $aBaskets ) |
Input |
|
Return |
|
delete
WebService-Method: delete Deletes a list of Baskets.
Syntax |
$SoapData = $self->delete( $aBaskets ) |
Input |
|
Return |
|
deleteLineItem
WebService-Method: deleteLineItem delete line items of a Basket.
Syntax |
$SoapData = $self->updateLineItem( $BasketPath, $aLineItemAlias ) |
Input |
|
Return |
|
exists
WebService-Method: exists Returns exists status of a list of Baskets.
Syntax |
$SoapData = $self->exists( $aBaskets ) |
Input |
|
Return |
|
getInfo
WebService-Method: getInfo Returns information about a list of Baskets (incl. line items, attributes).
Syntax |
$SoapData = $self->getInfo($aBaskets, $aAttributes, $aAddressAttributes, $aLanguageCodes) |
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::Order::API::WebService::BasketService->new( %Options ); |
Input |
|
Return |
|
update
WebService-Method: update Updates a list of Baskets.
Syntax |
$SoapData = $self->update( $aBaskets ) |
Input |
|
Return |
|
updateLineItem
WebService-Method: updateLineItem Updates a line item of a Basket.
Syntax |
$SoapData = $self->updateLineItem( $BasketPath, $ahLineItem ) |
Input |
|
Return |
|