Package DE_EPAGES::Shippo::API::AppStoreShippo
Functions related to Shippo's App.
Functions
getShippoAppId
Obtains Shippo App ID.
Syntax |
getShippoAppId( $Shop ); |
Input |
|
Return |
|
installShippoApp
Installs Shippo app.
Syntax |
installShippoApp( $Servlet, $Shop ); |
Input |
|
Return |
|
isShippoAppInstalled
Determines whether Shippo app is intalled or not.
Syntax |
isShippoAppInstalled( $Shop, $appId ); |
Input |
|
Return |
|
new
AppStoreShippo constructor
Syntax |
$AppStoreShippo = DE_EPAGES::Shippo::API::AppStoreShippo->new( ); |
Return |
|
uninstallShippoApp
Uninstalls Shippo app.
Syntax |
uninstallShippoApp( $Servlet, $Shop ); |
Input |
|
Return |
|