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

    A list of the items in this transportation and their associated inner container details. If any of the item detail fields are common at a carton or a pallet level, provide them at the corresponding carton or pallet level.

    interface Containers {
        block?: number;
        containerIdentifiers: ContainerIdentification[];
        containerSequenceNumber?: string;
        containerType: ContainersContainerTypeEnum;
        dimensions?: Dimensions;
        innerContainersDetails?: InnerContainersDetails;
        packedItems?: PackedItems[];
        tier?: number;
        trackingNumber?: string;
        weight?: Weight;
    }
    Index

    Properties

    block?: number

    Number of cartons per layer on the pallet.

    containerIdentifiers: ContainerIdentification[]

    A list of carton identifiers.

    containerSequenceNumber?: string

    An integer that must be submitted for multi-box shipments only, where one item may come in separate packages.

    The type of container.

    dimensions?: Dimensions
    innerContainersDetails?: InnerContainersDetails
    packedItems?: PackedItems[]

    A list of packed items.

    tier?: number

    Number of layers per pallet.

    trackingNumber?: string

    The tracking number used for identifying the shipment.

    weight?: Weight