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

    A shipping label with a label document for a single package. If label generation fails, you can use the status and errorDetails attributes to determine the cause of failure.

    interface PackageShipLabel {
        errorDetails?: Error;
        fileData?: DocumentV2;
        packageId?: string;
        shipLabelMetadata?: ShipLabelMetadata;
        status?: Status;
    }
    Index

    Properties

    errorDetails?: Error
    fileData?: DocumentV2
    packageId?: string

    The package ID of the package.

    shipLabelMetadata?: ShipLabelMetadata
    status?: Status