Interface FulfillmentInboundApiModelV20240320BoxUpdateInput

Input information for updating a box

BoxUpdateInput

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

Properties

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

BoxUpdateInput

BoxUpdateInput

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

BoxUpdateInput

packageId?: string

Primary key to uniquely identify a Box Package. PackageId must be provided if the intent is to update an existing box. Adding a new box will not require providing this value. Any existing PackageIds not provided will be treated as to-be-removed

BoxUpdateInput

quantity: number

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

BoxUpdateInput

BoxUpdateInput

MMNEPVFCICPMFPCPTTAAATR