Click or drag to resize

RemovePackage

This topic describes the ShipExec Client RemovePackage Business Rule

A business rule hook that fires when a new package is removed from the current shipment

Sample RemovePackage Business Rule
JavaScript
    this.RemovePackage = function(shipmentRequest, packageIndex) {

    }

See Also