Rate |
This topic describes the ShipExec Server Rate Business Rule
A business rule hook that can be used to override the Rate event
public List<ShipmentResponse> Rate(ShipmentRequest shipmentRequest, List<Service> services, SortType sortType, SerializableDictionary userParams) { return null; }