Label details including label stream, format, size.

LabelResult

interface LabelResult {
    containerReferenceId?: string;
    label?: Label;
    trackingId?: string;
}

Properties

containerReferenceId?: string

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

LabelResult

label?: Label

LabelResult

trackingId?: string

The tracking identifier assigned to the container.

LabelResult