Interface VendorDirectFulfillmentShippingApiModelV20211228Container

A container used for shipping and packing items.

Container

interface VendorDirectFulfillmentShippingApiModelV20211228Container {
    carrier?: string;
    containerIdentifier: string;
    containerSequenceNumber?: number;
    containerType:
        | VendorDirectFulfillmentShippingApiModelV20211228ContainerContainerTypeEnum
        | "Carton"
        | "Pallet";
    dimensions?: VendorDirectFulfillmentShippingApiModelV20211228Dimensions;
    manifestDate?: string;
    manifestId?: string;
    packedItems: VendorDirectFulfillmentShippingApiModelV20211228PackedItem[];
    scacCode?: string;
    shipMethod?: string;
    trackingNumber?: string;
    weight: VendorDirectFulfillmentShippingApiModelV20211228Weight;
}

Properties

carrier?: string

Carrier required for EU VOC vendors only.

Container

containerIdentifier: string

The container identifier.

Container

containerSequenceNumber?: number

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

Container

containerType:
    | VendorDirectFulfillmentShippingApiModelV20211228ContainerContainerTypeEnum
    | "Carton"
    | "Pallet"

The type of container.

Container

Container

manifestDate?: string

The date of the manifest.

Container

manifestId?: string

The manifest identifier.

Container

A list of packed items.

Container

scacCode?: string

SCAC code required for NA VOC vendors only.

Container

shipMethod?: string

The shipment method. This property is required when calling the submitShipmentConfirmations operation, and optional otherwise.

Container

trackingNumber?: string

The tracking number.

Container

Container

MMNEPVFCICPMFPCPTTAAATR