Shipment labels.

ShipmentLabels

interface ShipmentLabels {
    labelDownloadURL?: string;
    labelStatus: LabelStatus;
}

Properties

labelDownloadURL?: string

URL to download generated labels.

ShipmentLabels

labelStatus: LabelStatus

ShipmentLabels