The payload schema for the retrieveShippingLabel operation.

RetrieveShippingLabelResult

interface RetrieveShippingLabelResult {
    labelSpecification: LabelSpecification;
    labelStream: string;
}

Properties

labelSpecification: LabelSpecification

RetrieveShippingLabelResult

labelStream: string

Contains binary image data encoded as a base-64 string.

RetrieveShippingLabelResult