Amazon Selling Partner API (SP-API) SDK for TypeScript
    Preparing search index...

    Interface RetrieveShippingLabelResult

    The payload schema for the retrieveShippingLabel operation.

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

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