Package DE_EPAGES::DHL::API::DHL
This is the API class to access the DHL SOAP Webservices
Base |
Exporter |
@EXPORT_OK |
Functions
- CreatePackstationAddress
- DeletePackstationAddress
- LoadBoughtShoppingCart
- RequestProductInfo
- SelectPackstation
- ShoppingCartCheckoutDirect
- ShoppingCartCheckoutViaPayment
- ValidateShoppingCart
CreatePackstationAddress
Create an address object for a Packstation
Syntax |
CreatePackstationAddress($Basket, $hAddress); |
Input |
|
Return |
|
DeletePackstationAddress
Delete address if it's a Packstation address
Syntax |
DeletePackstationAddress($Address); |
Input |
|
Return |
|
LoadBoughtShoppingCart
Calls LoadBuyedShoppingCart webservice
Syntax |
LoadBoughtShoppingCart( $ShippingLabel, $ShoppingCartId ); |
Input |
|
Return |
|
RequestProductInfo
Fetch DHL product list via web service call
Syntax |
RequestProductInfo(); |
Return |
|
SelectPackstation
Select a packstation to use
Syntax |
SelectPackstation($Basket, $PostNumber, $Address); |
Input |
|
Return |
|
ShoppingCartCheckoutDirect
Calls ShoppingCartCheckoutDirect webservice
Syntax |
ShoppingCartCheckoutDirect( $aDHLShippingLabels ); |
Input |
|
Return |
|
ShoppingCartCheckoutViaPayment
Calls ShoppingCartCheckoutViaPayment webservice
Syntax |
ShoppingCartCheckoutViaPayment( $aDHLShippingLabels ); |
Input |
|
Return |
|
ValidateShoppingCart
Calls ValidateShoppingCart webservice
Syntax |
ValidateShoppingCart( $aDHLShippingLabels ); |
Input |
|
Return |
|