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.

Containers

interface VendorShipmentsApiModelContainers {
    block?: number;
    containerIdentifiers: VendorShipmentsApiModelContainerIdentification[];
    containerSequenceNumber?: string;
    containerType:
        | "carton"
        | "pallet"
        | VendorShipmentsApiModelContainersContainerTypeEnum;
    dimensions?: VendorShipmentsApiModelDimensions;
    innerContainersDetails?: VendorShipmentsApiModelInnerContainersDetails;
    packedItems?: VendorShipmentsApiModelPackedItems[];
    tier?: number;
    trackingNumber?: string;
    weight?: VendorShipmentsApiModelWeight;
}

Properties

block?: number

Number of cartons per layer on the pallet.

Containers

A list of carton identifiers.

Containers

containerSequenceNumber?: string

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

Containers

containerType:
    | "carton"
    | "pallet"
    | VendorShipmentsApiModelContainersContainerTypeEnum

The type of container.

Containers

Containers

Containers

A list of packed items.

Containers

tier?: number

Number of layers per pallet.

Containers

trackingNumber?: string

The tracking number used for identifying the shipment.

Containers

Containers

MMNEPVFCICPMFPCPTTAAATR