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.

Export

Containers

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

Properties

block?: number

Number of cartons per layer on the pallet.

Memberof

Containers

containerIdentifiers: ContainerIdentification[]

A list of carton identifiers.

Memberof

Containers

containerSequenceNumber?: string

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

Memberof

Containers

The type of container.

Memberof

Containers

dimensions?: Dimensions

Memberof

Containers

innerContainersDetails?: InnerContainersDetails

Memberof

Containers

packedItems?: PackedItems[]

A list of packed items.

Memberof

Containers

tier?: number

Number of layers per pallet.

Memberof

Containers

trackingNumber?: string

The tracking number used for identifying the shipment.

Memberof

Containers

weight?: Weight

Memberof

Containers