Package DE_EPAGES::UPS::API::Object::ShippingFulfillmentMethodUPS
Class for shipping fulfillment connection
Base |
DE_EPAGES::ExternalShipping::API::Object::ShippingFulfillmentMethod |
Functions
featureName
Returns undef as no feature is connected to this ShippingFulfillmentMethod.
Syntax |
$FeatureName = $ShippingFulfillmentMethod->featureName; |
Return |
|
generateShippingLabels
Generate the ShippingLabels and set the TransStatus of the transaction
Syntax |
generateShippingLabels( $ShippingTransactionUPS ); |
Input |
|
getSizeUnit
Returns the UnitsOfMeasurement object that represents the units system
to use for shipping size with UPS depending on the country shop:
- USA ( United States ) : inches
- Others : default value ( millimetres )
Syntax |
$SizeUnit = $ShippingFulfillmentMethod->getSizeUnit() ; |
Return |
|
getWeightUnit
Returns the UnitsOfMeasurement object that represents the units system
to use for shipping weight with UPS depending on the country shop:
- USA ( United States ) : pounds
- Others : default value ( kilogram )
Syntax |
$WeightUnit = $ShippingLabel->getWeightUnit( $Shop ) ; |
Return |
|
isUsable
Checks if ShippingFulfillmentMethod is usable
Syntax |
isUsable( ); |
Return |
|
newShippingLabel
creates a new shipping label
Syntax |
newShippingLabel( $OrderOrDocument ); |
Input |
|
Return |
|