Click or drag to resize

PostPack

This topic describes the ShipExec Server PostPack Rule

A business rule hook that fires after a Pack event

Sample PostPack Rule
C#
public void PostPack(PackingRequest packingRequest, PackingResponse packingResponse, SerializableDictionary userParams)
{

}
See Also