NameDescriptionTypeAdditional information
PackageDimensions

(Optional) The list of the alowed packages dimensions to pack the contents - if this is omited the user stored package dimensions will be used

Collection of WS_Repository.Models.Requests.Hold.CalculatePackagesDimension

None.

DoNotRotateItems

(Optional) If this is false, items will be rotated to enforce the rule: "Length is the biggest dimension, Height is the smallest dimension, Width is the remaining one." Resulting packages will have rotated items.

boolean

None.

SplitPackagesAtSingleItemWeight

(Optional) (default value = 70 pounds or 31.75 kilograms) This is the threshold for a single item weight. If a single item weighs more then this value, the item will be packaged as a single package.

decimal number

None.

MinTotalWeightToAddSkidsToo

(Optional) (default value = 100 pounds or 45.36 kilograms) This is the threshold for the total weight to issue Skids too. If the total weight is above this threshold api will issue both SmallPackage and Skid types.

decimal number

None.

MaxSingleItemWeightForSkidsOnly

(Optional) (default value = 150 pounds or 68 kilograms) This is the threshold for a single item weight. Above this value only Skid type will be issued

decimal number

None.

MaxWeight

(Optional) (default value = 150 pounds or 68 kilograms)This is the threshold for a total package weight. If the resulting packages were packed by dimension to fit inside "MaxLengthPlusGirth" and they are over "MaxWeight", dimension packing will be reverted to simple weight based packing and a warning will be issued.

decimal number

None.

MaxLength

(Optional) (default value = 108 inches or 274 centimeters)This is the threshold for a single package length. (Length is the longest side of a package)

decimal number

None.

MaxLengthPlusGirth

(Optional) (default value = 130 inches or 330 centimeters)This is the threshold for a single package length plus girth. (Girth = (2 x Width) + (2 x Height))

decimal number

None.

MaxSingleItemLengthForSkid

(Optional) (default value = 119 inches or 302 centimeters)This is the threshold for a single item skid length.

decimal number

None.

MaxSingleItemWidthForSkid

(Optional) (default value = 80 inches or 203 centimeters)This is the threshold for a single item skid width.

decimal number

None.

MaxSingleItemHeightForSkid

(Optional) (default value = 70 inches or 177 centimeters)This is the threshold for a single item skid height.

decimal number

None.

MaxSkidWeight

(Optional) (default value = 2200 pounds or 997 kilograms)This is the threshold for a total skid weight.Note: resulting skids will onyl be split by this value, length/width/height dimensions are ignored for skids.

decimal number

None.

PaddingPercentage

(Optional) (default value = 5)This is the padding percentage. When dimension packging is being used (you did not specify your own packages) this percentage will be added to all the side. The final value will be rounded up to the nearest half an inch or centimeter. You can hve this as 0 and that will disable the feature.

integer

None.

EnableBoxBalancing

(optional) Weight distribution. The option is false by default so the Weight distribution behaviour is enabled by default. This is done to prevent a common scenario which you'll have probably encountered when receiving your own deliveries is that the first box(es) will be absolutely full as the warehouse operative will have tried to fit in as much as possible. The last box by comparison will be virtually empty and mostly filled with protective inner packing. Send this as "true" to disable this behaviour.

boolean

None.