Click or drag to resize

Ship

This topic describes the ShipExec Server Ship Business Rule

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

Sample Ship Business Rule
C#
public ShipmentResponse Ship(ShipmentRequest shipmentRequest, SerializableDictionary userParams)
{
    return null;
}
See Also