Click or drag to resize

PrePack

This topic describes the ShipExec Server PrePack Rule

A business rule hook that fires before the Pack event

Sample PrePack Rule
C#
public void PrePack(PackingRequest packingRequest, SerializableDictionary userParams)
{

}
See Also