Selling Partner API SDK for JavaScript
    Preparing search index...

    Interface RetrieveShippingLabelResult

    The payload schema for the retrieveShippingLabel operation.

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

    Properties

    labelSpecification: LabelSpecification
    labelStream: string

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