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