Container in the shipment.

Container

interface ShippingApiModelContainer {
    containerReferenceId: string;
    containerType?: Package | "PACKAGE";
    dimensions: ShippingApiModelDimensions;
    items: ShippingApiModelContainerItem[];
    value: ShippingApiModelCurrency;
    weight: ShippingApiModelWeight;
}

Properties

containerReferenceId: string

An identifier for the container. This must be unique within all the containers in the same shipment.

Container

containerType?: Package | "PACKAGE"

The type of physical container being used. (always 'PACKAGE')

Container

Container

A list of the items in the container.

Container

Container

Container

MMNEPVFCICPMFPCPTTAAATR