Selling Partner API SDK for JavaScript
    Preparing search index...

    Input information for a given box.

    interface BoxInput {
        contentInformationSource: BoxContentInformationSource;
        dimensions: Dimensions;
        items?: ItemInput[];
        quantity: number;
        weight: Weight;
    }
    Index

    Properties

    contentInformationSource: BoxContentInformationSource
    dimensions: Dimensions
    items?: ItemInput[]

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

    quantity: number

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

    weight: Weight