Interface FulfillmentInboundApiModelV20240320Pallet

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 FulfillmentInboundApiModelV20240320Pallet {
    dimensions?: FulfillmentInboundApiModelV20240320Dimensions;
    packageId: string;
    quantity?: number;
    stackability?:
        | FulfillmentInboundApiModelV20240320Stackability
        | "STACKABLE"
        | "NON_STACKABLE";
    weight?: FulfillmentInboundApiModelV20240320Weight;
}

Properties

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?:
    | FulfillmentInboundApiModelV20240320Stackability
    | "STACKABLE"
    | "NON_STACKABLE"

Pallet

Pallet

MMNEPVFCICPMFPCPTTAAATR