Contains information about a pallet that is used in the inbound plan. The pallet is a container that holds multiple items or boxes.

Pallet

interface Pallet {
    dimensions?: Dimensions;
    packageId: string;
    quantity?: number;
    stackability?: Stackability;
    weight?: Weight;
}

Properties

dimensions?: Dimensions

Pallet

packageId: string

Primary key to uniquely identify a Package (Box or Pallet).

Pallet

quantity?: number

The number of containers where all other properties like weight or dimensions are identical.

Pallet

stackability?: Stackability

Pallet

weight?: Weight

Pallet

MMNEPVFCICPMFPCPTTAAATR