Package DE_EPAGES::Packlink::API::Connector
Class package to handle Packlink connection stuff.
Functions
GetPacklinkSoapURL
Returns the URL pointing to the SOAP interface for the shop.
Syntax |
GetPacklinkSoapURL( $Shop ); |
Input |
|
Return |
|
SendPacklinkAuthCredentials
Send the generated credentials to Packlink
Syntax |
SendPacklinkAuthCredentials( $hAuthCredentials ); |
Input |
|
deleteConnection
It deletes ePages SOAP credentials for Packlink connections to the Shop
Syntax |
$Connector->deleteConnection(); |
getMethod
It returns the Packlink shipping provider method for the connector
Syntax |
$ShippingProviderMethod = $Connector->getMethod(); |
Return |
|
isConnectionSetupDone
It returns a boolean informing about the shop being properly configured for Packlink to get Orders
Syntax |
$isDone = $Connector->isConnectionSetupDone(); |
Return |
|
new
Connector object constructor
Syntax |
$Connector = DE_EPAGES::Packlink::API::Connector->new( $ShippingProviderMethod ); |
Input |
|
Return |
|