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

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

    interface PalletInput {
        dimensions?: Dimensions;
        quantity: number;
        stackability?: Stackability;
        weight?: Weight;
    }
    Index

    Properties

    dimensions?: Dimensions
    quantity: number

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

    stackability?: Stackability
    weight?: Weight