Interface FulfillmentInboundApiModelV20240320PalletInput

Contains input information about a pallet to be used in the inbound plan.

PalletInput

interface FulfillmentInboundApiModelV20240320PalletInput {
    dimensions?: FulfillmentInboundApiModelV20240320Dimensions;
    quantity: number;
    stackability?:
        | FulfillmentInboundApiModelV20240320Stackability
        | "STACKABLE"
        | "NON_STACKABLE";
    weight?: FulfillmentInboundApiModelV20240320Weight;
}

Properties

PalletInput

quantity: number

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

PalletInput

stackability?:
    | FulfillmentInboundApiModelV20240320Stackability
    | "STACKABLE"
    | "NON_STACKABLE"

PalletInput

PalletInput

MMNEPVFCICPMFPCPTTAAATR