Click or drag to resize

Add Package

This topic describes the ShipExec Client AddPackage Business Rule

A business rule hook that fires when a new package is added to the current shipment

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

    }

See Also