Details of the container label.

ContainerLabel

interface ContainerLabel {
    containerTrackingNumber?: string;
    content: string;
    format: ContainerLabelFormat;
}

Properties

containerTrackingNumber?: string

Container (pallet) tracking identifier from the shipping carrier.

ContainerLabel

content: string

This field will contain the Base64encoded string of the container label content.

ContainerLabel

ContainerLabel