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

    Contains information about a pallet that is used in the inbound plan. The pallet is a container that holds multiple items or boxes.

    interface Pallet {
        dimensions?: Dimensions;
        packageId: string;
        quantity?: number;
        stackability?: Stackability;
        weight?: Weight;
    }
    Index

    Properties

    dimensions?: Dimensions
    packageId: string

    Primary key to uniquely identify a Package (Box or Pallet).

    quantity?: number

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

    stackability?: Stackability
    weight?: Weight