Click or drag to resize

PostRate

This topic describes the ShipExec Client PostRate Business Rule

A business rule hook that fires after the Rate event

Sample PostRate Business Rule
JavaScript
    this.PostRate = function(shipmentRequest, shipmentResponse) {

    }

See Also