Package DE_EPAGES::DHL::API::DHLShippingLabel
object interface for the Order Document DHLShippingLabel.
Base |
Exporter |
@EXPORT_OK |
Functions
- CheckPartialShipment
- CreateNewDHLShippingLabel
- CreateNewSubDHLShippingLabel
- FindPartialShipmentItems
CheckPartialShipment
Checks if another DHL shipping label can be created using open quantities
Syntax |
CheckPartialShipment( $Order ); |
Input |
|
Return |
|
CreateNewDHLShippingLabel
Creates a new DHL shipping label for an order
Syntax |
CreateNewDHLShippingLabel( $Order, { 'item001' => 1 } ); |
Input |
|
Return |
|
CreateNewSubDHLShippingLabel
Creates a new DHL shipping label for an order that already contains a shipping label. This requires calculating the remaining quantities of the lineitems that haven't been shipped already.
Syntax |
CreateNewSubDHLShippingLabel( $Order ); |
Input |
|
Return |
|
FindPartialShipmentItems
Returns open quantities from given orde rfor another DHL shipping label
Syntax |
FindPartialShipmentItems( $Order, $DHLShippingLabelExclude ); |
Input |
|
Return |
|