Click or drag to resize

PreRate

This topic describes the ShipExec Client PreRate Business Rule

A business rule hook that fires before the Rate event

Sample PreRate Business Rule
JavaScript
    this.PreRate = function(shipmentRequest, userParams) {

    }

See Also