Click or drag to resize

Rate

This topic describes the ShipExec Server Rate Business Rule

A business rule hook that can be used to override the Rate event

Sample Rate Business Rule
C#
public List<ShipmentResponse> Rate(ShipmentRequest shipmentRequest, List<Service> services, SortType sortType, SerializableDictionary userParams)
{
    return null;
}
See Also