Package DE_EPAGES::DHL::API::Object::ShippingFulfillmentMethodDHL
Class for shipping fulfillment connection
Base |
DE_EPAGES::ExternalShipping::API::Object::ShippingFulfillmentMethod |
Functions
featureName
Returns the feature name DHL.
Syntax |
$FeatureName = $ShippingFulfillmentMethod->featureName; |
Return |
|
isUsable
Checks if ShippingFulfillmentMethod is usable
Syntax |
isUsable( ); |
Return |
|
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 |
|
Return |
|