Package DE_EPAGES::UPSWorldShip::API::CSV::UPSPackingSlipExportDriver
This module implements a csv driver to export a ups packing slip.
Base |
DE_EPAGES::Presentation::API::CSV::MonitoredExportDriver |
@EXPORT_OK |
Functions
CSVExportPackingSlip
Exports a UPS packing slip into a CVS-file which can be imported into UPS WorldShip.
Syntax |
CSVExportPackingSlip( $FileName, $hFileFormat, $PackingSlip ); |
Example |
CSVExportPackingSlip( 'export.csv', undef, $UPSPackingSlip ); |
Input |
|