ePages 7.37.0 - DE_EPAGES/Shippo/API/Tools.pm

Package DE_EPAGES::Shippo::API::Tools

Shippo tools

Functions

IsAppStoreVisible
IsShippoAppAvailable
new

IsAppStoreVisible

Checks whether AppStore is visibile in a given shop or not.

Syntax
IsAppStoreVisible( $Shop );
Input
$Shop (object)
A Shop.
Return
$IsAppStoreVisible (boolean)
True iff AppStore is visible.

IsShippoAppAvailable

Checks if there's a Shippo App available in the AppStore.

Syntax
IsShippoAppAvailable( $Shop );
Input
$Shop (object)
A Shop.
Return
$IsShippoAppAvailable (boolean)
True iff there is a Shippo App
available in the AppStore.

new

Constructor

Syntax
new( );
Return
$self (object)
self