ePages 7.48.0 - DE_EPAGES/DHL/API/Object/ShippingFulfillmentMethodDHL.pm

Package DE_EPAGES::DHL::API::Object::ShippingFulfillmentMethodDHL

Class for shipping fulfillment connection

Base
DE_EPAGES::ExternalShipping::API::Object::ShippingFulfillmentMethod

Functions

featureName
isUsable
newShippingLabel

featureName

Returns the feature name DHL.

Syntax
$FeatureName = $ShippingFulfillmentMethod->featureName;
Return
$FeatureName (String)
feature name (undef means no feature count)

isUsable

Checks if ShippingFulfillmentMethod is usable

Syntax
isUsable( );
Return
$IsUsable (boolean)
True if ShippingFulfillmentMethod is usable

newShippingLabel

Creates a new shipping label, using the class ShippingType.ShippingLabelClass. This label is saved to the folder 'ShippingLabels' Either an order or an order document can be provided as template to clone from.

Syntax
$FulfillmentMethod->newShippingLabel( $Order );
$FulfillmentMethod->newShippingLabel( $OrderDocument );
Input
$Order (object)
customer order | object
$OrderDocument | order document
Return
$ShippingLabel (object)
shipping label