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

    Details of the Pallet/Tare being shipped.

    interface Pallet {
        block?: number;
        cartonReferenceDetails?: CartonReferenceDetails;
        dimensions?: Dimensions;
        items?: ContainerItem[];
        palletIdentifiers: ContainerIdentification[];
        tier?: number;
        weight?: Weight;
    }
    Index

    Properties

    block?: number

    Number of cartons per layer on the pallet. Only applicable to container type Pallet.

    cartonReferenceDetails?: CartonReferenceDetails
    dimensions?: Dimensions
    items?: ContainerItem[]

    A list of container item details.

    palletIdentifiers: ContainerIdentification[]

    A list of pallet identifiers.

    tier?: number

    Number of layers per pallet. Only applicable to container type Pallet.

    weight?: Weight