Interface FulfillmentInboundApiModelV20240320BoxInput

Input information for a given box.

BoxInput

interface FulfillmentInboundApiModelV20240320BoxInput {
    contentInformationSource:
        | "BARCODE_2D"
        | FulfillmentInboundApiModelV20240320BoxContentInformationSource
        | "BOX_CONTENT_PROVIDED"
        | "MANUAL_PROCESS";
    dimensions: FulfillmentInboundApiModelV20240320Dimensions;
    items?: FulfillmentInboundApiModelV20240320ItemInput[];
    quantity: number;
    weight: FulfillmentInboundApiModelV20240320Weight;
}

Properties

contentInformationSource:
    | "BARCODE_2D"
    | FulfillmentInboundApiModelV20240320BoxContentInformationSource
    | "BOX_CONTENT_PROVIDED"
    | "MANUAL_PROCESS"

BoxInput

BoxInput

The items and their quantity in the box. This must be empty if the box contentInformationSource is BARCODE_2D or MANUAL_PROCESS.

BoxInput

quantity: number

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

BoxInput

BoxInput

MMNEPVFCICPMFPCPTTAAATR