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

    The response to the generateShipLabels operation.

    interface ShipLabelsResponse {
        packageShipLabelList: PackageShipLabel[];
    }
    Index

    Properties

    packageShipLabelList: PackageShipLabel[]

    A list of label documents for each package specified in the request. In case of partial failures when generating labels, the isErrored and errorDetails attributes detail the cause of failure.